6065 lines
764 KiB
JavaScript
Executable File
6065 lines
764 KiB
JavaScript
Executable File
(()=>{var Zo={1607:()=>{+function(E){"use strict";var _=".dropdown-backdrop",o='[data-toggle="dropdown"]',d=function(i){E(i).on("click.bs.dropdown",this.toggle)};d.VERSION="3.4.1";function r(i){var a=i.attr("data-target");a||(a=i.attr("href"),a=a&&/#[A-Za-z]/.test(a)&&a.replace(/.*(?=#[^\s]*$)/,""));var c=a!=="#"?E(document).find(a):null;return c&&c.length?c:i.parent()}function n(i){i&&i.which===3||(E(_).remove(),E(o).each(function(){var a=E(this),c=r(a),m={relatedTarget:this};c.hasClass("open")&&(i&&i.type=="click"&&/input|textarea/i.test(i.target.tagName)&&E.contains(c[0],i.target)||(c.trigger(i=E.Event("hide.bs.dropdown",m)),!i.isDefaultPrevented()&&(a.attr("aria-expanded","false"),c.removeClass("open").trigger(E.Event("hidden.bs.dropdown",m)))))}))}d.prototype.toggle=function(i){var a=E(this);if(!a.is(".disabled, :disabled")){var c=r(a),m=c.hasClass("open");if(n(),!m){"ontouchstart"in document.documentElement&&!c.closest(".navbar-nav").length&&E(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(E(this)).on("click",n);var s={relatedTarget:this};if(c.trigger(i=E.Event("show.bs.dropdown",s)),i.isDefaultPrevented())return;a.trigger("focus").attr("aria-expanded","true"),c.toggleClass("open").trigger(E.Event("shown.bs.dropdown",s))}return!1}},d.prototype.keydown=function(i){if(!(!/(38|40|27|32)/.test(i.which)||/input|textarea/i.test(i.target.tagName))){var a=E(this);if(i.preventDefault(),i.stopPropagation(),!a.is(".disabled, :disabled")){var c=r(a),m=c.hasClass("open");if(!m&&i.which!=27||m&&i.which==27)return i.which==27&&c.find(o).trigger("focus"),a.trigger("click");var s=" li:not(.disabled):visible a",g=c.find(".dropdown-menu"+s);if(g.length){var u=g.index(i.target);i.which==38&&u>0&&u--,i.which==40&&u<g.length-1&&u++,~u||(u=0),g.eq(u).trigger("focus")}}}};function p(i){return this.each(function(){var a=E(this),c=a.data("bs.dropdown");c||a.data("bs.dropdown",c=new d(this)),typeof i=="string"&&c[i].call(a)})}var h=E.fn.dropdown;E.fn.dropdown=p,E.fn.dropdown.Constructor=d,E.fn.dropdown.noConflict=function(){return E.fn.dropdown=h,this},E(document).on("click.bs.dropdown.data-api",n).on("click.bs.dropdown.data-api",".dropdown form",function(i){i.stopPropagation()}).on("click.bs.dropdown.data-api",o,d.prototype.toggle).on("keydown.bs.dropdown.data-api",o,d.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",d.prototype.keydown)}(jQuery)},6813:()=>{+function(E){"use strict";var _=function(r,n){this.init("popover",r,n)};if(!E.fn.tooltip)throw new Error("Popover requires tooltip.js");_.VERSION="3.4.1",_.DEFAULTS=E.extend({},E.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),_.prototype=E.extend({},E.fn.tooltip.Constructor.prototype),_.prototype.constructor=_,_.prototype.getDefaults=function(){return _.DEFAULTS},_.prototype.setContent=function(){var r=this.tip(),n=this.getTitle(),p=this.getContent();if(this.options.html){var h=typeof p;this.options.sanitize&&(n=this.sanitizeHtml(n),h==="string"&&(p=this.sanitizeHtml(p))),r.find(".popover-title").html(n),r.find(".popover-content").children().detach().end()[h==="string"?"html":"append"](p)}else r.find(".popover-title").text(n),r.find(".popover-content").children().detach().end().text(p);r.removeClass("fade top bottom left right in"),r.find(".popover-title").html()||r.find(".popover-title").hide()},_.prototype.hasContent=function(){return this.getTitle()||this.getContent()},_.prototype.getContent=function(){var r=this.$element,n=this.options;return r.attr("data-content")||(typeof n.content=="function"?n.content.call(r[0]):n.content)},_.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};function o(r){return this.each(function(){var n=E(this),p=n.data("bs.popover"),h=typeof r=="object"&&r;!p&&/destroy|hide/.test(r)||(p||n.data("bs.popover",p=new _(this,h)),typeof r=="string"&&p[r]())})}var d=E.fn.popover;E.fn.popover=o,E.fn.popover.Constructor=_,E.fn.popover.noConflict=function(){return E.fn.popover=d,this}}(jQuery)},4474:()=>{+function(E){"use strict";function _(r,n){this.$body=E(document.body),this.$scrollElement=E(r).is(document.body)?E(window):E(r),this.options=E.extend({},_.DEFAULTS,n),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",E.proxy(this.process,this)),this.refresh(),this.process()}_.VERSION="3.4.1",_.DEFAULTS={offset:10},_.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},_.prototype.refresh=function(){var r=this,n="offset",p=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),E.isWindow(this.$scrollElement[0])||(n="position",p=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var h=E(this),i=h.data("target")||h.attr("href"),a=/^#./.test(i)&&E(i);return a&&a.length&&a.is(":visible")&&[[a[n]().top+p,i]]||null}).sort(function(h,i){return h[0]-i[0]}).each(function(){r.offsets.push(this[0]),r.targets.push(this[1])})},_.prototype.process=function(){var r=this.$scrollElement.scrollTop()+this.options.offset,n=this.getScrollHeight(),p=this.options.offset+n-this.$scrollElement.height(),h=this.offsets,i=this.targets,a=this.activeTarget,c;if(this.scrollHeight!=n&&this.refresh(),r>=p)return a!=(c=i[i.length-1])&&this.activate(c);if(a&&r<h[0])return this.activeTarget=null,this.clear();for(c=h.length;c--;)a!=i[c]&&r>=h[c]&&(h[c+1]===void 0||r<h[c+1])&&this.activate(i[c])},_.prototype.activate=function(r){this.activeTarget=r,this.clear();var n=this.selector+'[data-target="'+r+'"],'+this.selector+'[href="'+r+'"]',p=E(n).parents("li").addClass("active");p.parent(".dropdown-menu").length&&(p=p.closest("li.dropdown").addClass("active")),p.trigger("activate.bs.scrollspy")},_.prototype.clear=function(){E(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};function o(r){return this.each(function(){var n=E(this),p=n.data("bs.scrollspy"),h=typeof r=="object"&&r;p||n.data("bs.scrollspy",p=new _(this,h)),typeof r=="string"&&p[r]()})}var d=E.fn.scrollspy;E.fn.scrollspy=o,E.fn.scrollspy.Constructor=_,E.fn.scrollspy.noConflict=function(){return E.fn.scrollspy=d,this},E(window).on("load.bs.scrollspy.data-api",function(){E('[data-spy="scroll"]').each(function(){var r=E(this);o.call(r,r.data())})})}(jQuery)},2137:()=>{+function(E){"use strict";var _=function(n){this.element=E(n)};_.VERSION="3.4.1",_.TRANSITION_DURATION=150,_.prototype.show=function(){var n=this.element,p=n.closest("ul:not(.dropdown-menu)"),h=n.data("target");if(h||(h=n.attr("href"),h=h&&h.replace(/.*(?=#[^\s]*$)/,"")),!n.parent("li").hasClass("active")){var i=p.find(".active:last a"),a=E.Event("hide.bs.tab",{relatedTarget:n[0]}),c=E.Event("show.bs.tab",{relatedTarget:i[0]});if(i.trigger(a),n.trigger(c),!(c.isDefaultPrevented()||a.isDefaultPrevented())){var m=E(document).find(h);this.activate(n.closest("li"),p),this.activate(m,m.parent(),function(){i.trigger({type:"hidden.bs.tab",relatedTarget:n[0]}),n.trigger({type:"shown.bs.tab",relatedTarget:i[0]})})}}},_.prototype.activate=function(n,p,h){var i=p.find("> .active"),a=h&&E.support.transition&&(i.length&&i.hasClass("fade")||!!p.find("> .fade").length);function c(){i.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),n.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),a?(n[0].offsetWidth,n.addClass("in")):n.removeClass("fade"),n.parent(".dropdown-menu").length&&n.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),h&&h()}i.length&&a?i.one("bsTransitionEnd",c).emulateTransitionEnd(_.TRANSITION_DURATION):c(),i.removeClass("in")};function o(n){return this.each(function(){var p=E(this),h=p.data("bs.tab");h||p.data("bs.tab",h=new _(this)),typeof n=="string"&&h[n]()})}var d=E.fn.tab;E.fn.tab=o,E.fn.tab.Constructor=_,E.fn.tab.noConflict=function(){return E.fn.tab=d,this};var r=function(n){n.preventDefault(),o.call(E(this),"show")};E(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',r).on("click.bs.tab.data-api",'[data-toggle="pill"]',r)}(jQuery)},5712:()=>{+function(E){"use strict";var _=["sanitize","whiteList","sanitizeFn"],o=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],d=/^aria-[\w-]*$/i,r={"*":["class","dir","id","lang","role",d],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},n=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,p=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function h(s,g){var u=s.nodeName.toLowerCase();if(E.inArray(u,g)!==-1)return E.inArray(u,o)!==-1?Boolean(s.nodeValue.match(n)||s.nodeValue.match(p)):!0;for(var f=E(g).filter(function(P,x){return x instanceof RegExp}),v=0,y=f.length;v<y;v++)if(u.match(f[v]))return!0;return!1}function i(s,g,u){if(s.length===0)return s;if(u&&typeof u=="function")return u(s);if(!document.implementation||!document.implementation.createHTMLDocument)return s;var f=document.implementation.createHTMLDocument("sanitization");f.body.innerHTML=s;for(var v=E.map(g,function(I,C){return C}),y=E(f.body).find("*"),P=0,x=y.length;P<x;P++){var A=y[P],w=A.nodeName.toLowerCase();if(E.inArray(w,v)===-1){A.parentNode.removeChild(A);continue}for(var T=E.map(A.attributes,function(I){return I}),b=[].concat(g["*"]||[],g[w]||[]),N=0,D=T.length;N<D;N++)h(T[N],b)||A.removeAttribute(T[N].nodeName)}return f.body.innerHTML}var a=function(s,g){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init("tooltip",s,g)};a.VERSION="3.4.1",a.TRANSITION_DURATION=150,a.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0},sanitize:!0,sanitizeFn:null,whiteList:r},a.prototype.init=function(s,g,u){if(this.enabled=!0,this.type=s,this.$element=E(g),this.options=this.getOptions(u),this.$viewport=this.options.viewport&&E(document).find(E.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var f=this.options.trigger.split(" "),v=f.length;v--;){var y=f[v];if(y=="click")this.$element.on("click."+this.type,this.options.selector,E.proxy(this.toggle,this));else if(y!="manual"){var P=y=="hover"?"mouseenter":"focusin",x=y=="hover"?"mouseleave":"focusout";this.$element.on(P+"."+this.type,this.options.selector,E.proxy(this.enter,this)),this.$element.on(x+"."+this.type,this.options.selector,E.proxy(this.leave,this))}}this.options.selector?this._options=E.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},a.prototype.getDefaults=function(){return a.DEFAULTS},a.prototype.getOptions=function(s){var g=this.$element.data();for(var u in g)g.hasOwnProperty(u)&&E.inArray(u,_)!==-1&&delete g[u];return s=E.extend({},this.getDefaults(),g,s),s.delay&&typeof s.delay=="number"&&(s.delay={show:s.delay,hide:s.delay}),s.sanitize&&(s.template=i(s.template,s.whiteList,s.sanitizeFn)),s},a.prototype.getDelegateOptions=function(){var s={},g=this.getDefaults();return this._options&&E.each(this._options,function(u,f){g[u]!=f&&(s[u]=f)}),s},a.prototype.enter=function(s){var g=s instanceof this.constructor?s:E(s.currentTarget).data("bs."+this.type);if(g||(g=new this.constructor(s.currentTarget,this.getDelegateOptions()),E(s.currentTarget).data("bs."+this.type,g)),s instanceof E.Event&&(g.inState[s.type=="focusin"?"focus":"hover"]=!0),g.tip().hasClass("in")||g.hoverState=="in"){g.hoverState="in";return}if(clearTimeout(g.timeout),g.hoverState="in",!g.options.delay||!g.options.delay.show)return g.show();g.timeout=setTimeout(function(){g.hoverState=="in"&&g.show()},g.options.delay.show)},a.prototype.isInStateTrue=function(){for(var s in this.inState)if(this.inState[s])return!0;return!1},a.prototype.leave=function(s){var g=s instanceof this.constructor?s:E(s.currentTarget).data("bs."+this.type);if(g||(g=new this.constructor(s.currentTarget,this.getDelegateOptions()),E(s.currentTarget).data("bs."+this.type,g)),s instanceof E.Event&&(g.inState[s.type=="focusout"?"focus":"hover"]=!1),!g.isInStateTrue()){if(clearTimeout(g.timeout),g.hoverState="out",!g.options.delay||!g.options.delay.hide)return g.hide();g.timeout=setTimeout(function(){g.hoverState=="out"&&g.hide()},g.options.delay.hide)}},a.prototype.show=function(){var s=E.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(s);var g=E.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(s.isDefaultPrevented()||!g)return;var u=this,f=this.tip(),v=this.getUID(this.type);this.setContent(),f.attr("id",v),this.$element.attr("aria-describedby",v),this.options.animation&&f.addClass("fade");var y=typeof this.options.placement=="function"?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,P=/\s?auto?\s?/i,x=P.test(y);x&&(y=y.replace(P,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(y).data("bs."+this.type,this),this.options.container?f.appendTo(E(document).find(this.options.container)):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var A=this.getPosition(),w=f[0].offsetWidth,T=f[0].offsetHeight;if(x){var b=y,N=this.getPosition(this.$viewport);y=y=="bottom"&&A.bottom+T>N.bottom?"top":y=="top"&&A.top-T<N.top?"bottom":y=="right"&&A.right+w>N.width?"left":y=="left"&&A.left-w<N.left?"right":y,f.removeClass(b).addClass(y)}var D=this.getCalculatedOffset(y,A,w,T);this.applyPlacement(D,y);var I=function(){var C=u.hoverState;u.$element.trigger("shown.bs."+u.type),u.hoverState=null,C=="out"&&u.leave(u)};E.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",I).emulateTransitionEnd(a.TRANSITION_DURATION):I()}},a.prototype.applyPlacement=function(s,g){var u=this.tip(),f=u[0].offsetWidth,v=u[0].offsetHeight,y=parseInt(u.css("margin-top"),10),P=parseInt(u.css("margin-left"),10);isNaN(y)&&(y=0),isNaN(P)&&(P=0),s.top+=y,s.left+=P,E.offset.setOffset(u[0],E.extend({using:function(D){u.css({top:Math.round(D.top),left:Math.round(D.left)})}},s),0),u.addClass("in");var x=u[0].offsetWidth,A=u[0].offsetHeight;g=="top"&&A!=v&&(s.top=s.top+v-A);var w=this.getViewportAdjustedDelta(g,s,x,A);w.left?s.left+=w.left:s.top+=w.top;var T=/top|bottom/.test(g),b=T?w.left*2-f+x:w.top*2-v+A,N=T?"offsetWidth":"offsetHeight";u.offset(s),this.replaceArrow(b,u[0][N],T)},a.prototype.replaceArrow=function(s,g,u){this.arrow().css(u?"left":"top",50*(1-s/g)+"%").css(u?"top":"left","")},a.prototype.setContent=function(){var s=this.tip(),g=this.getTitle();this.options.html?(this.options.sanitize&&(g=i(g,this.options.whiteList,this.options.sanitizeFn)),s.find(".tooltip-inner").html(g)):s.find(".tooltip-inner").text(g),s.removeClass("fade in top bottom left right")},a.prototype.hide=function(s){var g=this,u=E(this.$tip),f=E.Event("hide.bs."+this.type);function v(){g.hoverState!="in"&&u.detach(),g.$element&&g.$element.removeAttr("aria-describedby").trigger("hidden.bs."+g.type),s&&s()}if(this.$element.trigger(f),!f.isDefaultPrevented())return u.removeClass("in"),E.support.transition&&u.hasClass("fade")?u.one("bsTransitionEnd",v).emulateTransitionEnd(a.TRANSITION_DURATION):v(),this.hoverState=null,this},a.prototype.fixTitle=function(){var s=this.$element;(s.attr("title")||typeof s.attr("data-original-title")!="string")&&s.attr("data-original-title",s.attr("title")||"").attr("title","")},a.prototype.hasContent=function(){return this.getTitle()},a.prototype.getPosition=function(s){s=s||this.$element;var g=s[0],u=g.tagName=="BODY",f=g.getBoundingClientRect();f.width==null&&(f=E.extend({},f,{width:f.right-f.left,height:f.bottom-f.top}));var v=window.SVGElement&&g instanceof window.SVGElement,y=u?{top:0,left:0}:v?null:s.offset(),P={scroll:u?document.documentElement.scrollTop||document.body.scrollTop:s.scrollTop()},x=u?{width:E(window).width(),height:E(window).height()}:null;return E.extend({},f,P,x,y)},a.prototype.getCalculatedOffset=function(s,g,u,f){return s=="bottom"?{top:g.top+g.height,left:g.left+g.width/2-u/2}:s=="top"?{top:g.top-f,left:g.left+g.width/2-u/2}:s=="left"?{top:g.top+g.height/2-f/2,left:g.left-u}:{top:g.top+g.height/2-f/2,left:g.left+g.width}},a.prototype.getViewportAdjustedDelta=function(s,g,u,f){var v={top:0,left:0};if(!this.$viewport)return v;var y=this.options.viewport&&this.options.viewport.padding||0,P=this.getPosition(this.$viewport);if(/right|left/.test(s)){var x=g.top-y-P.scroll,A=g.top+y-P.scroll+f;x<P.top?v.top=P.top-x:A>P.top+P.height&&(v.top=P.top+P.height-A)}else{var w=g.left-y,T=g.left+y+u;w<P.left?v.left=P.left-w:T>P.right&&(v.left=P.left+P.width-T)}return v},a.prototype.getTitle=function(){var s,g=this.$element,u=this.options;return s=g.attr("data-original-title")||(typeof u.title=="function"?u.title.call(g[0]):u.title),s},a.prototype.getUID=function(s){do s+=~~(Math.random()*1e6);while(document.getElementById(s));return s},a.prototype.tip=function(){if(!this.$tip&&(this.$tip=E(this.options.template),this.$tip.length!=1))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},a.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},a.prototype.enable=function(){this.enabled=!0},a.prototype.disable=function(){this.enabled=!1},a.prototype.toggleEnabled=function(){this.enabled=!this.enabled},a.prototype.toggle=function(s){var g=this;s&&(g=E(s.currentTarget).data("bs."+this.type),g||(g=new this.constructor(s.currentTarget,this.getDelegateOptions()),E(s.currentTarget).data("bs."+this.type,g))),s?(g.inState.click=!g.inState.click,g.isInStateTrue()?g.enter(g):g.leave(g)):g.tip().hasClass("in")?g.leave(g):g.enter(g)},a.prototype.destroy=function(){var s=this;clearTimeout(this.timeout),this.hide(function(){s.$element.off("."+s.type).removeData("bs."+s.type),s.$tip&&s.$tip.detach(),s.$tip=null,s.$arrow=null,s.$viewport=null,s.$element=null})},a.prototype.sanitizeHtml=function(s){return i(s,this.options.whiteList,this.options.sanitizeFn)};function c(s){return this.each(function(){var g=E(this),u=g.data("bs.tooltip"),f=typeof s=="object"&&s;!u&&/destroy|hide/.test(s)||(u||g.data("bs.tooltip",u=new a(this,f)),typeof s=="string"&&u[s]())})}var m=E.fn.tooltip;E.fn.tooltip=c,E.fn.tooltip.Constructor=a,E.fn.tooltip.noConflict=function(){return E.fn.tooltip=m,this}}(jQuery)},1340:E=>{var _=function(){this.Diff_Timeout=1,this.Diff_EditCost=4,this.Match_Threshold=.5,this.Match_Distance=1e3,this.Patch_DeleteThreshold=.5,this.Patch_Margin=4,this.Match_MaxBits=32},o=-1,d=1,r=0;_.Diff=function(n,p){return[n,p]},_.prototype.diff_main=function(n,p,h,i){typeof i=="undefined"&&(this.Diff_Timeout<=0?i=Number.MAX_VALUE:i=new Date().getTime()+this.Diff_Timeout*1e3);var a=i;if(n==null||p==null)throw new Error("Null input. (diff_main)");if(n==p)return n?[new _.Diff(r,n)]:[];typeof h=="undefined"&&(h=!0);var c=h,m=this.diff_commonPrefix(n,p),s=n.substring(0,m);n=n.substring(m),p=p.substring(m),m=this.diff_commonSuffix(n,p);var g=n.substring(n.length-m);n=n.substring(0,n.length-m),p=p.substring(0,p.length-m);var u=this.diff_compute_(n,p,c,a);return s&&u.unshift(new _.Diff(r,s)),g&&u.push(new _.Diff(r,g)),this.diff_cleanupMerge(u),u},_.prototype.diff_compute_=function(n,p,h,i){var a;if(!n)return[new _.Diff(d,p)];if(!p)return[new _.Diff(o,n)];var c=n.length>p.length?n:p,m=n.length>p.length?p:n,s=c.indexOf(m);if(s!=-1)return a=[new _.Diff(d,c.substring(0,s)),new _.Diff(r,m),new _.Diff(d,c.substring(s+m.length))],n.length>p.length&&(a[0][0]=a[2][0]=o),a;if(m.length==1)return[new _.Diff(o,n),new _.Diff(d,p)];var g=this.diff_halfMatch_(n,p);if(g){var u=g[0],f=g[1],v=g[2],y=g[3],P=g[4],x=this.diff_main(u,v,h,i),A=this.diff_main(f,y,h,i);return x.concat([new _.Diff(r,P)],A)}return h&&n.length>100&&p.length>100?this.diff_lineMode_(n,p,i):this.diff_bisect_(n,p,i)},_.prototype.diff_lineMode_=function(n,p,h){var i=this.diff_linesToChars_(n,p);n=i.chars1,p=i.chars2;var a=i.lineArray,c=this.diff_main(n,p,!1,h);this.diff_charsToLines_(c,a),this.diff_cleanupSemantic(c),c.push(new _.Diff(r,""));for(var m=0,s=0,g=0,u="",f="";m<c.length;){switch(c[m][0]){case d:g++,f+=c[m][1];break;case o:s++,u+=c[m][1];break;case r:if(s>=1&&g>=1){c.splice(m-s-g,s+g),m=m-s-g;for(var v=this.diff_main(u,f,!1,h),y=v.length-1;y>=0;y--)c.splice(m,0,v[y]);m=m+v.length}g=0,s=0,u="",f="";break}m++}return c.pop(),c},_.prototype.diff_bisect_=function(n,p,h){for(var i=n.length,a=p.length,c=Math.ceil((i+a)/2),m=c,s=2*c,g=new Array(s),u=new Array(s),f=0;f<s;f++)g[f]=-1,u[f]=-1;g[m+1]=0,u[m+1]=0;for(var v=i-a,y=v%2!=0,P=0,x=0,A=0,w=0,T=0;T<c&&!(new Date().getTime()>h);T++){for(var b=-T+P;b<=T-x;b+=2){var N=m+b,D;b==-T||b!=T&&g[N-1]<g[N+1]?D=g[N+1]:D=g[N-1]+1;for(var I=D-b;D<i&&I<a&&n.charAt(D)==p.charAt(I);)D++,I++;if(g[N]=D,D>i)x+=2;else if(I>a)P+=2;else if(y){var C=m+v-b;if(C>=0&&C<s&&u[C]!=-1){var O=i-u[C];if(D>=O)return this.diff_bisectSplit_(n,p,D,I,h)}}}for(var F=-T+A;F<=T-w;F+=2){var C=m+F,O;F==-T||F!=T&&u[C-1]<u[C+1]?O=u[C+1]:O=u[C-1]+1;for(var B=O-F;O<i&&B<a&&n.charAt(i-O-1)==p.charAt(a-B-1);)O++,B++;if(u[C]=O,O>i)w+=2;else if(B>a)A+=2;else if(!y){var N=m+v-F;if(N>=0&&N<s&&g[N]!=-1){var D=g[N],I=m+D-N;if(O=i-O,D>=O)return this.diff_bisectSplit_(n,p,D,I,h)}}}}return[new _.Diff(o,n),new _.Diff(d,p)]},_.prototype.diff_bisectSplit_=function(n,p,h,i,a){var c=n.substring(0,h),m=p.substring(0,i),s=n.substring(h),g=p.substring(i),u=this.diff_main(c,m,!1,a),f=this.diff_main(s,g,!1,a);return u.concat(f)},_.prototype.diff_linesToChars_=function(n,p){var h=[],i={};h[0]="";function a(g){for(var u="",f=0,v=-1,y=h.length;v<g.length-1;){v=g.indexOf(`
|
|
`,f),v==-1&&(v=g.length-1);var P=g.substring(f,v+1);(i.hasOwnProperty?i.hasOwnProperty(P):i[P]!==void 0)?u+=String.fromCharCode(i[P]):(y==c&&(P=g.substring(f),v=g.length),u+=String.fromCharCode(y),i[P]=y,h[y++]=P),f=v+1}return u}var c=4e4,m=a(n);c=65535;var s=a(p);return{chars1:m,chars2:s,lineArray:h}},_.prototype.diff_charsToLines_=function(n,p){for(var h=0;h<n.length;h++){for(var i=n[h][1],a=[],c=0;c<i.length;c++)a[c]=p[i.charCodeAt(c)];n[h][1]=a.join("")}},_.prototype.diff_commonPrefix=function(n,p){if(!n||!p||n.charAt(0)!=p.charAt(0))return 0;for(var h=0,i=Math.min(n.length,p.length),a=i,c=0;h<a;)n.substring(c,a)==p.substring(c,a)?(h=a,c=h):i=a,a=Math.floor((i-h)/2+h);return a},_.prototype.diff_commonSuffix=function(n,p){if(!n||!p||n.charAt(n.length-1)!=p.charAt(p.length-1))return 0;for(var h=0,i=Math.min(n.length,p.length),a=i,c=0;h<a;)n.substring(n.length-a,n.length-c)==p.substring(p.length-a,p.length-c)?(h=a,c=h):i=a,a=Math.floor((i-h)/2+h);return a},_.prototype.diff_commonOverlap_=function(n,p){var h=n.length,i=p.length;if(h==0||i==0)return 0;h>i?n=n.substring(h-i):h<i&&(p=p.substring(0,h));var a=Math.min(h,i);if(n==p)return a;for(var c=0,m=1;;){var s=n.substring(a-m),g=p.indexOf(s);if(g==-1)return c;m+=g,(g==0||n.substring(a-m)==p.substring(0,m))&&(c=m,m++)}},_.prototype.diff_halfMatch_=function(n,p){if(this.Diff_Timeout<=0)return null;var h=n.length>p.length?n:p,i=n.length>p.length?p:n;if(h.length<4||i.length*2<h.length)return null;var a=this;function c(x,A,w){for(var T=x.substring(w,w+Math.floor(x.length/4)),b=-1,N="",D,I,C,O;(b=A.indexOf(T,b+1))!=-1;){var F=a.diff_commonPrefix(x.substring(w),A.substring(b)),B=a.diff_commonSuffix(x.substring(0,w),A.substring(0,b));N.length<B+F&&(N=A.substring(b-B,b)+A.substring(b,b+F),D=x.substring(0,w-B),I=x.substring(w+F),C=A.substring(0,b-B),O=A.substring(b+F))}return N.length*2>=x.length?[D,I,C,O,N]:null}var m=c(h,i,Math.ceil(h.length/4)),s=c(h,i,Math.ceil(h.length/2)),g;if(!m&&!s)return null;s?m?g=m[4].length>s[4].length?m:s:g=s:g=m;var u,f,v,y;n.length>p.length?(u=g[0],f=g[1],v=g[2],y=g[3]):(v=g[0],y=g[1],u=g[2],f=g[3]);var P=g[4];return[u,f,v,y,P]},_.prototype.diff_cleanupSemantic=function(n){for(var p=!1,h=[],i=0,a=null,c=0,m=0,s=0,g=0,u=0;c<n.length;)n[c][0]==r?(h[i++]=c,m=g,s=u,g=0,u=0,a=n[c][1]):(n[c][0]==d?g+=n[c][1].length:u+=n[c][1].length,a&&a.length<=Math.max(m,s)&&a.length<=Math.max(g,u)&&(n.splice(h[i-1],0,new _.Diff(o,a)),n[h[i-1]+1][0]=d,i--,i--,c=i>0?h[i-1]:-1,m=0,s=0,g=0,u=0,a=null,p=!0)),c++;for(p&&this.diff_cleanupMerge(n),this.diff_cleanupSemanticLossless(n),c=1;c<n.length;){if(n[c-1][0]==o&&n[c][0]==d){var f=n[c-1][1],v=n[c][1],y=this.diff_commonOverlap_(f,v),P=this.diff_commonOverlap_(v,f);y>=P?(y>=f.length/2||y>=v.length/2)&&(n.splice(c,0,new _.Diff(r,v.substring(0,y))),n[c-1][1]=f.substring(0,f.length-y),n[c+1][1]=v.substring(y),c++):(P>=f.length/2||P>=v.length/2)&&(n.splice(c,0,new _.Diff(r,f.substring(0,P))),n[c-1][0]=d,n[c-1][1]=v.substring(0,v.length-P),n[c+1][0]=o,n[c+1][1]=f.substring(P),c++),c++}c++}},_.prototype.diff_cleanupSemanticLossless=function(n){function p(P,x){if(!P||!x)return 6;var A=P.charAt(P.length-1),w=x.charAt(0),T=A.match(_.nonAlphaNumericRegex_),b=w.match(_.nonAlphaNumericRegex_),N=T&&A.match(_.whitespaceRegex_),D=b&&w.match(_.whitespaceRegex_),I=N&&A.match(_.linebreakRegex_),C=D&&w.match(_.linebreakRegex_),O=I&&P.match(_.blanklineEndRegex_),F=C&&x.match(_.blanklineStartRegex_);return O||F?5:I||C?4:T&&!N&&D?3:N||D?2:T||b?1:0}for(var h=1;h<n.length-1;){if(n[h-1][0]==r&&n[h+1][0]==r){var i=n[h-1][1],a=n[h][1],c=n[h+1][1],m=this.diff_commonSuffix(i,a);if(m){var s=a.substring(a.length-m);i=i.substring(0,i.length-m),a=s+a.substring(0,a.length-m),c=s+c}for(var g=i,u=a,f=c,v=p(i,a)+p(a,c);a.charAt(0)===c.charAt(0);){i+=a.charAt(0),a=a.substring(1)+c.charAt(0),c=c.substring(1);var y=p(i,a)+p(a,c);y>=v&&(v=y,g=i,u=a,f=c)}n[h-1][1]!=g&&(g?n[h-1][1]=g:(n.splice(h-1,1),h--),n[h][1]=u,f?n[h+1][1]=f:(n.splice(h+1,1),h--))}h++}},_.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/,_.whitespaceRegex_=/\s/,_.linebreakRegex_=/[\r\n]/,_.blanklineEndRegex_=/\n\r?\n$/,_.blanklineStartRegex_=/^\r?\n\r?\n/,_.prototype.diff_cleanupEfficiency=function(n){for(var p=!1,h=[],i=0,a=null,c=0,m=!1,s=!1,g=!1,u=!1;c<n.length;)n[c][0]==r?(n[c][1].length<this.Diff_EditCost&&(g||u)?(h[i++]=c,m=g,s=u,a=n[c][1]):(i=0,a=null),g=u=!1):(n[c][0]==o?u=!0:g=!0,a&&(m&&s&&g&&u||a.length<this.Diff_EditCost/2&&m+s+g+u==3)&&(n.splice(h[i-1],0,new _.Diff(o,a)),n[h[i-1]+1][0]=d,i--,a=null,m&&s?(g=u=!0,i=0):(i--,c=i>0?h[i-1]:-1,g=u=!1),p=!0)),c++;p&&this.diff_cleanupMerge(n)},_.prototype.diff_cleanupMerge=function(n){n.push(new _.Diff(r,""));for(var p=0,h=0,i=0,a="",c="",m;p<n.length;)switch(n[p][0]){case d:i++,c+=n[p][1],p++;break;case o:h++,a+=n[p][1],p++;break;case r:h+i>1?(h!==0&&i!==0&&(m=this.diff_commonPrefix(c,a),m!==0&&(p-h-i>0&&n[p-h-i-1][0]==r?n[p-h-i-1][1]+=c.substring(0,m):(n.splice(0,0,new _.Diff(r,c.substring(0,m))),p++),c=c.substring(m),a=a.substring(m)),m=this.diff_commonSuffix(c,a),m!==0&&(n[p][1]=c.substring(c.length-m)+n[p][1],c=c.substring(0,c.length-m),a=a.substring(0,a.length-m))),p-=h+i,n.splice(p,h+i),a.length&&(n.splice(p,0,new _.Diff(o,a)),p++),c.length&&(n.splice(p,0,new _.Diff(d,c)),p++),p++):p!==0&&n[p-1][0]==r?(n[p-1][1]+=n[p][1],n.splice(p,1)):p++,i=0,h=0,a="",c="";break}n[n.length-1][1]===""&&n.pop();var s=!1;for(p=1;p<n.length-1;)n[p-1][0]==r&&n[p+1][0]==r&&(n[p][1].substring(n[p][1].length-n[p-1][1].length)==n[p-1][1]?(n[p][1]=n[p-1][1]+n[p][1].substring(0,n[p][1].length-n[p-1][1].length),n[p+1][1]=n[p-1][1]+n[p+1][1],n.splice(p-1,1),s=!0):n[p][1].substring(0,n[p+1][1].length)==n[p+1][1]&&(n[p-1][1]+=n[p+1][1],n[p][1]=n[p][1].substring(n[p+1][1].length)+n[p+1][1],n.splice(p+1,1),s=!0)),p++;s&&this.diff_cleanupMerge(n)},_.prototype.diff_xIndex=function(n,p){var h=0,i=0,a=0,c=0,m;for(m=0;m<n.length&&(n[m][0]!==d&&(h+=n[m][1].length),n[m][0]!==o&&(i+=n[m][1].length),!(h>p));m++)a=h,c=i;return n.length!=m&&n[m][0]===o?c:c+(p-a)},_.prototype.diff_prettyHtml=function(n){for(var p=[],h=/&/g,i=/</g,a=/>/g,c=/\n/g,m=0;m<n.length;m++){var s=n[m][0],g=n[m][1],u=g.replace(h,"&").replace(i,"<").replace(a,">").replace(c,"¶<br>");switch(s){case d:p[m]='<ins style="background:#e6ffe6;">'+u+"</ins>";break;case o:p[m]='<del style="background:#ffe6e6;">'+u+"</del>";break;case r:p[m]="<span>"+u+"</span>";break}}return p.join("")},_.prototype.diff_text1=function(n){for(var p=[],h=0;h<n.length;h++)n[h][0]!==d&&(p[h]=n[h][1]);return p.join("")},_.prototype.diff_text2=function(n){for(var p=[],h=0;h<n.length;h++)n[h][0]!==o&&(p[h]=n[h][1]);return p.join("")},_.prototype.diff_levenshtein=function(n){for(var p=0,h=0,i=0,a=0;a<n.length;a++){var c=n[a][0],m=n[a][1];switch(c){case d:h+=m.length;break;case o:i+=m.length;break;case r:p+=Math.max(h,i),h=0,i=0;break}}return p+=Math.max(h,i),p},_.prototype.diff_toDelta=function(n){for(var p=[],h=0;h<n.length;h++)switch(n[h][0]){case d:p[h]="+"+encodeURI(n[h][1]);break;case o:p[h]="-"+n[h][1].length;break;case r:p[h]="="+n[h][1].length;break}return p.join(" ").replace(/%20/g," ")},_.prototype.diff_fromDelta=function(n,p){for(var h=[],i=0,a=0,c=p.split(/\t/g),m=0;m<c.length;m++){var s=c[m].substring(1);switch(c[m].charAt(0)){case"+":try{h[i++]=new _.Diff(d,decodeURI(s))}catch(f){throw new Error("Illegal escape in diff_fromDelta: "+s)}break;case"-":case"=":var g=parseInt(s,10);if(isNaN(g)||g<0)throw new Error("Invalid number in diff_fromDelta: "+s);var u=n.substring(a,a+=g);c[m].charAt(0)=="="?h[i++]=new _.Diff(r,u):h[i++]=new _.Diff(o,u);break;default:if(c[m])throw new Error("Invalid diff operation in diff_fromDelta: "+c[m])}}if(a!=n.length)throw new Error("Delta length ("+a+") does not equal source text length ("+n.length+").");return h},_.prototype.match_main=function(n,p,h){if(n==null||p==null||h==null)throw new Error("Null input. (match_main)");return h=Math.max(0,Math.min(h,n.length)),n==p?0:n.length?n.substring(h,h+p.length)==p?h:this.match_bitap_(n,p,h):-1},_.prototype.match_bitap_=function(n,p,h){if(p.length>this.Match_MaxBits)throw new Error("Pattern too long for this browser.");var i=this.match_alphabet_(p),a=this;function c(D,I){var C=D/p.length,O=Math.abs(h-I);return a.Match_Distance?C+O/a.Match_Distance:O?1:C}var m=this.Match_Threshold,s=n.indexOf(p,h);s!=-1&&(m=Math.min(c(0,s),m),s=n.lastIndexOf(p,h+p.length),s!=-1&&(m=Math.min(c(0,s),m)));var g=1<<p.length-1;s=-1;for(var u,f,v=p.length+n.length,y,P=0;P<p.length;P++){for(u=0,f=v;u<f;)c(P,h+f)<=m?u=f:v=f,f=Math.floor((v-u)/2+u);v=f;var x=Math.max(1,h-f+1),A=Math.min(h+f,n.length)+p.length,w=Array(A+2);w[A+1]=(1<<P)-1;for(var T=A;T>=x;T--){var b=i[n.charAt(T-1)];if(P===0?w[T]=(w[T+1]<<1|1)&b:w[T]=(w[T+1]<<1|1)&b|((y[T+1]|y[T])<<1|1)|y[T+1],w[T]&g){var N=c(P,T-1);if(N<=m)if(m=N,s=T-1,s>h)x=Math.max(1,2*h-s);else break}}if(c(P+1,h)>m)break;y=w}return s},_.prototype.match_alphabet_=function(n){for(var p={},h=0;h<n.length;h++)p[n.charAt(h)]=0;for(var h=0;h<n.length;h++)p[n.charAt(h)]|=1<<n.length-h-1;return p},_.prototype.patch_addContext_=function(n,p){if(p.length!=0){if(n.start2===null)throw Error("patch not initialized");for(var h=p.substring(n.start2,n.start2+n.length1),i=0;p.indexOf(h)!=p.lastIndexOf(h)&&h.length<this.Match_MaxBits-this.Patch_Margin-this.Patch_Margin;)i+=this.Patch_Margin,h=p.substring(n.start2-i,n.start2+n.length1+i);i+=this.Patch_Margin;var a=p.substring(n.start2-i,n.start2);a&&n.diffs.unshift(new _.Diff(r,a));var c=p.substring(n.start2+n.length1,n.start2+n.length1+i);c&&n.diffs.push(new _.Diff(r,c)),n.start1-=a.length,n.start2-=a.length,n.length1+=a.length+c.length,n.length2+=a.length+c.length}},_.prototype.patch_make=function(n,p,h){var i,a;if(typeof n=="string"&&typeof p=="string"&&typeof h=="undefined")i=n,a=this.diff_main(i,p,!0),a.length>2&&(this.diff_cleanupSemantic(a),this.diff_cleanupEfficiency(a));else if(n&&typeof n=="object"&&typeof p=="undefined"&&typeof h=="undefined")a=n,i=this.diff_text1(a);else if(typeof n=="string"&&p&&typeof p=="object"&&typeof h=="undefined")i=n,a=p;else if(typeof n=="string"&&typeof p=="string"&&h&&typeof h=="object")i=n,a=h;else throw new Error("Unknown call format to patch_make.");if(a.length===0)return[];for(var c=[],m=new _.patch_obj,s=0,g=0,u=0,f=i,v=i,y=0;y<a.length;y++){var P=a[y][0],x=a[y][1];switch(!s&&P!==r&&(m.start1=g,m.start2=u),P){case d:m.diffs[s++]=a[y],m.length2+=x.length,v=v.substring(0,u)+x+v.substring(u);break;case o:m.length1+=x.length,m.diffs[s++]=a[y],v=v.substring(0,u)+v.substring(u+x.length);break;case r:x.length<=2*this.Patch_Margin&&s&&a.length!=y+1?(m.diffs[s++]=a[y],m.length1+=x.length,m.length2+=x.length):x.length>=2*this.Patch_Margin&&s&&(this.patch_addContext_(m,f),c.push(m),m=new _.patch_obj,s=0,f=v,g=u);break}P!==d&&(g+=x.length),P!==o&&(u+=x.length)}return s&&(this.patch_addContext_(m,f),c.push(m)),c},_.prototype.patch_deepCopy=function(n){for(var p=[],h=0;h<n.length;h++){var i=n[h],a=new _.patch_obj;a.diffs=[];for(var c=0;c<i.diffs.length;c++)a.diffs[c]=new _.Diff(i.diffs[c][0],i.diffs[c][1]);a.start1=i.start1,a.start2=i.start2,a.length1=i.length1,a.length2=i.length2,p[h]=a}return p},_.prototype.patch_apply=function(n,p){if(n.length==0)return[p,[]];n=this.patch_deepCopy(n);var h=this.patch_addPadding(n);p=h+p+h,this.patch_splitMax(n);for(var i=0,a=[],c=0;c<n.length;c++){var m=n[c].start2+i,s=this.diff_text1(n[c].diffs),g,u=-1;if(s.length>this.Match_MaxBits?(g=this.match_main(p,s.substring(0,this.Match_MaxBits),m),g!=-1&&(u=this.match_main(p,s.substring(s.length-this.Match_MaxBits),m+s.length-this.Match_MaxBits),(u==-1||g>=u)&&(g=-1))):g=this.match_main(p,s,m),g==-1)a[c]=!1,i-=n[c].length2-n[c].length1;else{a[c]=!0,i=g-m;var f;if(u==-1?f=p.substring(g,g+s.length):f=p.substring(g,u+this.Match_MaxBits),s==f)p=p.substring(0,g)+this.diff_text2(n[c].diffs)+p.substring(g+s.length);else{var v=this.diff_main(s,f,!1);if(s.length>this.Match_MaxBits&&this.diff_levenshtein(v)/s.length>this.Patch_DeleteThreshold)a[c]=!1;else{this.diff_cleanupSemanticLossless(v);for(var y=0,P,x=0;x<n[c].diffs.length;x++){var A=n[c].diffs[x];A[0]!==r&&(P=this.diff_xIndex(v,y)),A[0]===d?p=p.substring(0,g+P)+A[1]+p.substring(g+P):A[0]===o&&(p=p.substring(0,g+P)+p.substring(g+this.diff_xIndex(v,y+A[1].length))),A[0]!==o&&(y+=A[1].length)}}}}}return p=p.substring(h.length,p.length-h.length),[p,a]},_.prototype.patch_addPadding=function(n){for(var p=this.Patch_Margin,h="",i=1;i<=p;i++)h+=String.fromCharCode(i);for(var i=0;i<n.length;i++)n[i].start1+=p,n[i].start2+=p;var a=n[0],c=a.diffs;if(c.length==0||c[0][0]!=r)c.unshift(new _.Diff(r,h)),a.start1-=p,a.start2-=p,a.length1+=p,a.length2+=p;else if(p>c[0][1].length){var m=p-c[0][1].length;c[0][1]=h.substring(c[0][1].length)+c[0][1],a.start1-=m,a.start2-=m,a.length1+=m,a.length2+=m}if(a=n[n.length-1],c=a.diffs,c.length==0||c[c.length-1][0]!=r)c.push(new _.Diff(r,h)),a.length1+=p,a.length2+=p;else if(p>c[c.length-1][1].length){var m=p-c[c.length-1][1].length;c[c.length-1][1]+=h.substring(0,m),a.length1+=m,a.length2+=m}return h},_.prototype.patch_splitMax=function(n){for(var p=this.Match_MaxBits,h=0;h<n.length;h++)if(!(n[h].length1<=p)){var i=n[h];n.splice(h--,1);for(var a=i.start1,c=i.start2,m="";i.diffs.length!==0;){var s=new _.patch_obj,g=!0;for(s.start1=a-m.length,s.start2=c-m.length,m!==""&&(s.length1=s.length2=m.length,s.diffs.push(new _.Diff(r,m)));i.diffs.length!==0&&s.length1<p-this.Patch_Margin;){var u=i.diffs[0][0],f=i.diffs[0][1];u===d?(s.length2+=f.length,c+=f.length,s.diffs.push(i.diffs.shift()),g=!1):u===o&&s.diffs.length==1&&s.diffs[0][0]==r&&f.length>2*p?(s.length1+=f.length,a+=f.length,g=!1,s.diffs.push(new _.Diff(u,f)),i.diffs.shift()):(f=f.substring(0,p-s.length1-this.Patch_Margin),s.length1+=f.length,a+=f.length,u===r?(s.length2+=f.length,c+=f.length):g=!1,s.diffs.push(new _.Diff(u,f)),f==i.diffs[0][1]?i.diffs.shift():i.diffs[0][1]=i.diffs[0][1].substring(f.length))}m=this.diff_text2(s.diffs),m=m.substring(m.length-this.Patch_Margin);var v=this.diff_text1(i.diffs).substring(0,this.Patch_Margin);v!==""&&(s.length1+=v.length,s.length2+=v.length,s.diffs.length!==0&&s.diffs[s.diffs.length-1][0]===r?s.diffs[s.diffs.length-1][1]+=v:s.diffs.push(new _.Diff(r,v))),g||n.splice(++h,0,s)}}},_.prototype.patch_toText=function(n){for(var p=[],h=0;h<n.length;h++)p[h]=n[h];return p.join("")},_.prototype.patch_fromText=function(n){var p=[];if(!n)return p;for(var h=n.split(`
|
|
`),i=0,a=/^@@ -(\d+),?(\d*) \+(\d+),?(\d*) @@$/;i<h.length;){var c=h[i].match(a);if(!c)throw new Error("Invalid patch string: "+h[i]);var m=new _.patch_obj;for(p.push(m),m.start1=parseInt(c[1],10),c[2]===""?(m.start1--,m.length1=1):c[2]=="0"?m.length1=0:(m.start1--,m.length1=parseInt(c[2],10)),m.start2=parseInt(c[3],10),c[4]===""?(m.start2--,m.length2=1):c[4]=="0"?m.length2=0:(m.start2--,m.length2=parseInt(c[4],10)),i++;i<h.length;){var s=h[i].charAt(0);try{var g=decodeURI(h[i].substring(1))}catch(u){throw new Error("Illegal escape in patch_fromText: "+g)}if(s=="-")m.diffs.push(new _.Diff(o,g));else if(s=="+")m.diffs.push(new _.Diff(d,g));else if(s==" ")m.diffs.push(new _.Diff(r,g));else{if(s=="@")break;if(s!=="")throw new Error('Invalid patch mode "'+s+'" in: '+g)}i++}}return p},_.patch_obj=function(){this.diffs=[],this.start1=null,this.start2=null,this.length1=0,this.length2=0},_.patch_obj.prototype.toString=function(){var n,p;this.length1===0?n=this.start1+",0":this.length1==1?n=this.start1+1:n=this.start1+1+","+this.length1,this.length2===0?p=this.start2+",0":this.length2==1?p=this.start2+1:p=this.start2+1+","+this.length2;for(var h=["@@ -"+n+" +"+p+` @@
|
|
`],i,a=0;a<this.diffs.length;a++){switch(this.diffs[a][0]){case d:i="+";break;case o:i="-";break;case r:i=" ";break}h[a+1]=i+encodeURI(this.diffs[a][1])+`
|
|
`}return h.join("").replace(/%20/g," ")},E.exports=_,E.exports.diff_match_patch=_,E.exports.DIFF_DELETE=o,E.exports.DIFF_INSERT=d,E.exports.DIFF_EQUAL=r},18:function(E){/**!
|
|
|
|
@license
|
|
handlebars v4.7.7
|
|
|
|
Copyright (C) 2011-2019 by Yehuda Katz
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
THE SOFTWARE.
|
|
|
|
*/(function(_,o){E.exports=o()})(this,function(){return function(_){function o(r){if(d[r])return d[r].exports;var n=d[r]={exports:{},id:r,loaded:!1};return _[r].call(n.exports,n,n.exports,o),n.loaded=!0,n.exports}var d={};return o.m=_,o.c=d,o.p="",o(0)}([function(_,o,d){"use strict";function r(){var A=P();return A.compile=function(w,T){return m.compile(w,T,A)},A.precompile=function(w,T){return m.precompile(w,T,A)},A.AST=a.default,A.Compiler=m.Compiler,A.JavaScriptCompiler=g.default,A.Parser=c.parser,A.parse=c.parse,A.parseWithoutProcessing=c.parseWithoutProcessing,A}var n=d(1).default;o.__esModule=!0;var p=d(2),h=n(p),i=d(45),a=n(i),c=d(46),m=d(51),s=d(52),g=n(s),u=d(49),f=n(u),v=d(44),y=n(v),P=h.default.create,x=r();x.create=r,y.default(x),x.Visitor=f.default,x.default=x,o.default=x,_.exports=o.default},function(_,o){"use strict";o.default=function(d){return d&&d.__esModule?d:{default:d}},o.__esModule=!0},function(_,o,d){"use strict";function r(){var A=new i.HandlebarsEnvironment;return u.extend(A,i),A.SafeString=c.default,A.Exception=s.default,A.Utils=u,A.escapeExpression=u.escapeExpression,A.VM=v,A.template=function(w){return v.template(w,A)},A}var n=d(3).default,p=d(1).default;o.__esModule=!0;var h=d(4),i=n(h),a=d(37),c=p(a),m=d(6),s=p(m),g=d(5),u=n(g),f=d(38),v=n(f),y=d(44),P=p(y),x=r();x.create=r,P.default(x),x.default=x,o.default=x,_.exports=o.default},function(_,o){"use strict";o.default=function(d){if(d&&d.__esModule)return d;var r={};if(d!=null)for(var n in d)Object.prototype.hasOwnProperty.call(d,n)&&(r[n]=d[n]);return r.default=d,r},o.__esModule=!0},function(_,o,d){"use strict";function r(A,w,T){this.helpers=A||{},this.partials=w||{},this.decorators=T||{},a.registerDefaultHelpers(this),c.registerDefaultDecorators(this)}var n=d(1).default;o.__esModule=!0,o.HandlebarsEnvironment=r;var p=d(5),h=d(6),i=n(h),a=d(10),c=d(30),m=d(32),s=n(m),g=d(33),u="4.7.7";o.VERSION=u;var f=8;o.COMPILER_REVISION=f;var v=7;o.LAST_COMPATIBLE_COMPILER_REVISION=v;var y={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};o.REVISION_CHANGES=y;var P="[object Object]";r.prototype={constructor:r,logger:s.default,log:s.default.log,registerHelper:function(A,w){if(p.toString.call(A)===P){if(w)throw new i.default("Arg not supported with multiple helpers");p.extend(this.helpers,A)}else this.helpers[A]=w},unregisterHelper:function(A){delete this.helpers[A]},registerPartial:function(A,w){if(p.toString.call(A)===P)p.extend(this.partials,A);else{if(typeof w=="undefined")throw new i.default('Attempting to register a partial called "'+A+'" as undefined');this.partials[A]=w}},unregisterPartial:function(A){delete this.partials[A]},registerDecorator:function(A,w){if(p.toString.call(A)===P){if(w)throw new i.default("Arg not supported with multiple decorators");p.extend(this.decorators,A)}else this.decorators[A]=w},unregisterDecorator:function(A){delete this.decorators[A]},resetLoggedPropertyAccesses:function(){g.resetLoggedProperties()}};var x=s.default.log;o.log=x,o.createFrame=p.createFrame,o.logger=s.default},function(_,o){"use strict";function d(y){return m[y]}function r(y){for(var P=1;P<arguments.length;P++)for(var x in arguments[P])Object.prototype.hasOwnProperty.call(arguments[P],x)&&(y[x]=arguments[P][x]);return y}function n(y,P){for(var x=0,A=y.length;x<A;x++)if(y[x]===P)return x;return-1}function p(y){if(typeof y!="string"){if(y&&y.toHTML)return y.toHTML();if(y==null)return"";if(!y)return y+"";y=""+y}return g.test(y)?y.replace(s,d):y}function h(y){return!y&&y!==0||!(!v(y)||y.length!==0)}function i(y){var P=r({},y);return P._parent=y,P}function a(y,P){return y.path=P,y}function c(y,P){return(y?y+".":"")+P}o.__esModule=!0,o.extend=r,o.indexOf=n,o.escapeExpression=p,o.isEmpty=h,o.createFrame=i,o.blockParams=a,o.appendContextPath=c;var m={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`","=":"="},s=/[&<>"'`=]/g,g=/[&<>"'`=]/,u=Object.prototype.toString;o.toString=u;var f=function(y){return typeof y=="function"};f(/x/)&&(o.isFunction=f=function(y){return typeof y=="function"&&u.call(y)==="[object Function]"}),o.isFunction=f;var v=Array.isArray||function(y){return!(!y||typeof y!="object")&&u.call(y)==="[object Array]"};o.isArray=v},function(_,o,d){"use strict";function r(h,i){var a=i&&i.loc,c=void 0,m=void 0,s=void 0,g=void 0;a&&(c=a.start.line,m=a.end.line,s=a.start.column,g=a.end.column,h+=" - "+c+":"+s);for(var u=Error.prototype.constructor.call(this,h),f=0;f<p.length;f++)this[p[f]]=u[p[f]];Error.captureStackTrace&&Error.captureStackTrace(this,r);try{a&&(this.lineNumber=c,this.endLineNumber=m,n?(Object.defineProperty(this,"column",{value:s,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:g,enumerable:!0})):(this.column=s,this.endColumn=g))}catch(v){}}var n=d(7).default;o.__esModule=!0;var p=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];r.prototype=new Error,o.default=r,_.exports=o.default},function(_,o,d){_.exports={default:d(8),__esModule:!0}},function(_,o,d){var r=d(9);_.exports=function(n,p,h){return r.setDesc(n,p,h)}},function(_,o){var d=Object;_.exports={create:d.create,getProto:d.getPrototypeOf,isEnum:{}.propertyIsEnumerable,getDesc:d.getOwnPropertyDescriptor,setDesc:d.defineProperty,setDescs:d.defineProperties,getKeys:d.keys,getNames:d.getOwnPropertyNames,getSymbols:d.getOwnPropertySymbols,each:[].forEach}},function(_,o,d){"use strict";function r(w){i.default(w),c.default(w),s.default(w),u.default(w),v.default(w),P.default(w),A.default(w)}function n(w,T,b){w.helpers[T]&&(w.hooks[T]=w.helpers[T],b||delete w.helpers[T])}var p=d(1).default;o.__esModule=!0,o.registerDefaultHelpers=r,o.moveHelperToHooks=n;var h=d(11),i=p(h),a=d(12),c=p(a),m=d(25),s=p(m),g=d(26),u=p(g),f=d(27),v=p(f),y=d(28),P=p(y),x=d(29),A=p(x)},function(_,o,d){"use strict";o.__esModule=!0;var r=d(5);o.default=function(n){n.registerHelper("blockHelperMissing",function(p,h){var i=h.inverse,a=h.fn;if(p===!0)return a(this);if(p===!1||p==null)return i(this);if(r.isArray(p))return p.length>0?(h.ids&&(h.ids=[h.name]),n.helpers.each(p,h)):i(this);if(h.data&&h.ids){var c=r.createFrame(h.data);c.contextPath=r.appendContextPath(h.data.contextPath,h.name),h={data:c}}return a(p,h)})},_.exports=o.default},function(_,o,d){(function(r){"use strict";var n=d(13).default,p=d(1).default;o.__esModule=!0;var h=d(5),i=d(6),a=p(i);o.default=function(c){c.registerHelper("each",function(m,s){function g(N,D,I){P&&(P.key=N,P.index=D,P.first=D===0,P.last=!!I,x&&(P.contextPath=x+N)),y+=u(m[N],{data:P,blockParams:h.blockParams([m[N],N],[x+N,null])})}if(!s)throw new a.default("Must pass iterator to #each");var u=s.fn,f=s.inverse,v=0,y="",P=void 0,x=void 0;if(s.data&&s.ids&&(x=h.appendContextPath(s.data.contextPath,s.ids[0])+"."),h.isFunction(m)&&(m=m.call(this)),s.data&&(P=h.createFrame(s.data)),m&&typeof m=="object")if(h.isArray(m))for(var A=m.length;v<A;v++)v in m&&g(v,v,v===m.length-1);else if(r.Symbol&&m[r.Symbol.iterator]){for(var w=[],T=m[r.Symbol.iterator](),b=T.next();!b.done;b=T.next())w.push(b.value);m=w;for(var A=m.length;v<A;v++)g(v,v,v===m.length-1)}else(function(){var N=void 0;n(m).forEach(function(D){N!==void 0&&g(N,v-1),N=D,v++}),N!==void 0&&g(N,v-1,!0)})();return v===0&&(y=f(this)),y})},_.exports=o.default}).call(o,function(){return this}())},function(_,o,d){_.exports={default:d(14),__esModule:!0}},function(_,o,d){d(15),_.exports=d(21).Object.keys},function(_,o,d){var r=d(16);d(18)("keys",function(n){return function(p){return n(r(p))}})},function(_,o,d){var r=d(17);_.exports=function(n){return Object(r(n))}},function(_,o){_.exports=function(d){if(d==null)throw TypeError("Can't call method on "+d);return d}},function(_,o,d){var r=d(19),n=d(21),p=d(24);_.exports=function(h,i){var a=(n.Object||{})[h]||Object[h],c={};c[h]=i(a),r(r.S+r.F*p(function(){a(1)}),"Object",c)}},function(_,o,d){var r=d(20),n=d(21),p=d(22),h="prototype",i=function(a,c,m){var s,g,u,f=a&i.F,v=a&i.G,y=a&i.S,P=a&i.P,x=a&i.B,A=a&i.W,w=v?n:n[c]||(n[c]={}),T=v?r:y?r[c]:(r[c]||{})[h];v&&(m=c);for(s in m)g=!f&&T&&s in T,g&&s in w||(u=g?T[s]:m[s],w[s]=v&&typeof T[s]!="function"?m[s]:x&&g?p(u,r):A&&T[s]==u?function(b){var N=function(D){return this instanceof b?new b(D):b(D)};return N[h]=b[h],N}(u):P&&typeof u=="function"?p(Function.call,u):u,P&&((w[h]||(w[h]={}))[s]=u))};i.F=1,i.G=2,i.S=4,i.P=8,i.B=16,i.W=32,_.exports=i},function(_,o){var d=_.exports=typeof window!="undefined"&&window.Math==Math?window:typeof self!="undefined"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=d)},function(_,o){var d=_.exports={version:"1.2.6"};typeof __e=="number"&&(__e=d)},function(_,o,d){var r=d(23);_.exports=function(n,p,h){if(r(n),p===void 0)return n;switch(h){case 1:return function(i){return n.call(p,i)};case 2:return function(i,a){return n.call(p,i,a)};case 3:return function(i,a,c){return n.call(p,i,a,c)}}return function(){return n.apply(p,arguments)}}},function(_,o){_.exports=function(d){if(typeof d!="function")throw TypeError(d+" is not a function!");return d}},function(_,o){_.exports=function(d){try{return!!d()}catch(r){return!0}}},function(_,o,d){"use strict";var r=d(1).default;o.__esModule=!0;var n=d(6),p=r(n);o.default=function(h){h.registerHelper("helperMissing",function(){if(arguments.length!==1)throw new p.default('Missing helper: "'+arguments[arguments.length-1].name+'"')})},_.exports=o.default},function(_,o,d){"use strict";var r=d(1).default;o.__esModule=!0;var n=d(5),p=d(6),h=r(p);o.default=function(i){i.registerHelper("if",function(a,c){if(arguments.length!=2)throw new h.default("#if requires exactly one argument");return n.isFunction(a)&&(a=a.call(this)),!c.hash.includeZero&&!a||n.isEmpty(a)?c.inverse(this):c.fn(this)}),i.registerHelper("unless",function(a,c){if(arguments.length!=2)throw new h.default("#unless requires exactly one argument");return i.helpers.if.call(this,a,{fn:c.inverse,inverse:c.fn,hash:c.hash})})},_.exports=o.default},function(_,o){"use strict";o.__esModule=!0,o.default=function(d){d.registerHelper("log",function(){for(var r=[void 0],n=arguments[arguments.length-1],p=0;p<arguments.length-1;p++)r.push(arguments[p]);var h=1;n.hash.level!=null?h=n.hash.level:n.data&&n.data.level!=null&&(h=n.data.level),r[0]=h,d.log.apply(d,r)})},_.exports=o.default},function(_,o){"use strict";o.__esModule=!0,o.default=function(d){d.registerHelper("lookup",function(r,n,p){return r&&p.lookupProperty(r,n)})},_.exports=o.default},function(_,o,d){"use strict";var r=d(1).default;o.__esModule=!0;var n=d(5),p=d(6),h=r(p);o.default=function(i){i.registerHelper("with",function(a,c){if(arguments.length!=2)throw new h.default("#with requires exactly one argument");n.isFunction(a)&&(a=a.call(this));var m=c.fn;if(n.isEmpty(a))return c.inverse(this);var s=c.data;return c.data&&c.ids&&(s=n.createFrame(c.data),s.contextPath=n.appendContextPath(c.data.contextPath,c.ids[0])),m(a,{data:s,blockParams:n.blockParams([a],[s&&s.contextPath])})})},_.exports=o.default},function(_,o,d){"use strict";function r(i){h.default(i)}var n=d(1).default;o.__esModule=!0,o.registerDefaultDecorators=r;var p=d(31),h=n(p)},function(_,o,d){"use strict";o.__esModule=!0;var r=d(5);o.default=function(n){n.registerDecorator("inline",function(p,h,i,a){var c=p;return h.partials||(h.partials={},c=function(m,s){var g=i.partials;i.partials=r.extend({},g,h.partials);var u=p(m,s);return i.partials=g,u}),h.partials[a.args[0]]=a.fn,c})},_.exports=o.default},function(_,o,d){"use strict";o.__esModule=!0;var r=d(5),n={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(p){if(typeof p=="string"){var h=r.indexOf(n.methodMap,p.toLowerCase());p=h>=0?h:parseInt(p,10)}return p},log:function(p){if(p=n.lookupLevel(p),typeof console!="undefined"&&n.lookupLevel(n.level)<=p){var h=n.methodMap[p];console[h]||(h="log");for(var i=arguments.length,a=Array(i>1?i-1:0),c=1;c<i;c++)a[c-1]=arguments[c];console[h].apply(console,a)}}};o.default=n,_.exports=o.default},function(_,o,d){"use strict";function r(v){var y=a(null);y.constructor=!1,y.__defineGetter__=!1,y.__defineSetter__=!1,y.__lookupGetter__=!1;var P=a(null);return P.__proto__=!1,{properties:{whitelist:s.createNewLookupObject(P,v.allowedProtoProperties),defaultValue:v.allowProtoPropertiesByDefault},methods:{whitelist:s.createNewLookupObject(y,v.allowedProtoMethods),defaultValue:v.allowProtoMethodsByDefault}}}function n(v,y,P){return p(typeof v=="function"?y.methods:y.properties,P)}function p(v,y){return v.whitelist[y]!==void 0?v.whitelist[y]===!0:v.defaultValue!==void 0?v.defaultValue:(h(y),!1)}function h(v){f[v]!==!0&&(f[v]=!0,u.log("error",'Handlebars: Access has been denied to resolve the property "'+v+`" because it is not an "own property" of its parent.
|
|
You can add a runtime option to disable the check or this warning:
|
|
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`))}function i(){c(f).forEach(function(v){delete f[v]})}var a=d(34).default,c=d(13).default,m=d(3).default;o.__esModule=!0,o.createProtoAccessControl=r,o.resultIsAllowed=n,o.resetLoggedProperties=i;var s=d(36),g=d(32),u=m(g),f=a(null)},function(_,o,d){_.exports={default:d(35),__esModule:!0}},function(_,o,d){var r=d(9);_.exports=function(n,p){return r.create(n,p)}},function(_,o,d){"use strict";function r(){for(var h=arguments.length,i=Array(h),a=0;a<h;a++)i[a]=arguments[a];return p.extend.apply(void 0,[n(null)].concat(i))}var n=d(34).default;o.__esModule=!0,o.createNewLookupObject=r;var p=d(5)},function(_,o){"use strict";function d(r){this.string=r}o.__esModule=!0,d.prototype.toString=d.prototype.toHTML=function(){return""+this.string},o.default=d,_.exports=o.default},function(_,o,d){"use strict";function r(I){var C=I&&I[0]||1,O=T.COMPILER_REVISION;if(!(C>=T.LAST_COMPATIBLE_COMPILER_REVISION&&C<=T.COMPILER_REVISION)){if(C<T.LAST_COMPATIBLE_COMPILER_REVISION){var F=T.REVISION_CHANGES[O],B=T.REVISION_CHANGES[C];throw new w.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+F+") or downgrade your runtime to an older version ("+B+").")}throw new w.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+I[1]+").")}}function n(I,C){function O(L,z,j){j.hash&&(z=x.extend({},z,j.hash),j.ids&&(j.ids[0]=!0)),L=C.VM.resolvePartial.call(this,L,z,j);var K=x.extend({},j,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),G=C.VM.invokePartial.call(this,L,z,K);if(G==null&&C.compile&&(j.partials[j.name]=C.compile(L,I.compilerOptions,C),G=j.partials[j.name](z,K)),G!=null){if(j.indent){for(var Q=G.split(`
|
|
`),oe=0,fe=Q.length;oe<fe&&(Q[oe]||oe+1!==fe);oe++)Q[oe]=j.indent+Q[oe];G=Q.join(`
|
|
`)}return G}throw new w.default("The partial "+j.name+" could not be compiled when running in runtime-only mode")}function F(L){function z(oe){return""+I.main(H,oe,H.helpers,H.partials,K,Q,G)}var j=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],K=j.data;F._setup(j),!j.partial&&I.useData&&(K=c(L,K));var G=void 0,Q=I.useBlockParams?[]:void 0;return I.useDepths&&(G=j.depths?L!=j.depths[0]?[L].concat(j.depths):j.depths:[L]),(z=m(I.main,z,H,j.depths||[],K,Q))(L,j)}if(!C)throw new w.default("No environment passed to template");if(!I||!I.main)throw new w.default("Unknown template object: "+typeof I);I.main.decorator=I.main_d,C.VM.checkRevision(I.compiler);var B=I.compiler&&I.compiler[0]===7,H={strict:function(L,z,j){if(!(L&&z in L))throw new w.default('"'+z+'" not defined in '+L,{loc:j});return H.lookupProperty(L,z)},lookupProperty:function(L,z){var j=L[z];return j==null||Object.prototype.hasOwnProperty.call(L,z)||D.resultIsAllowed(j,H.protoAccessControl,z)?j:void 0},lookup:function(L,z){for(var j=L.length,K=0;K<j;K++){var G=L[K]&&H.lookupProperty(L[K],z);if(G!=null)return L[K][z]}},lambda:function(L,z){return typeof L=="function"?L.call(z):L},escapeExpression:x.escapeExpression,invokePartial:O,fn:function(L){var z=I[L];return z.decorator=I[L+"_d"],z},programs:[],program:function(L,z,j,K,G){var Q=this.programs[L],oe=this.fn(L);return z||G||K||j?Q=p(this,L,oe,z,j,K,G):Q||(Q=this.programs[L]=p(this,L,oe)),Q},data:function(L,z){for(;L&&z--;)L=L._parent;return L},mergeIfNeeded:function(L,z){var j=L||z;return L&&z&&L!==z&&(j=x.extend({},z,L)),j},nullContext:u({}),noop:C.VM.noop,compilerInfo:I.compiler};return F.isTop=!0,F._setup=function(L){if(L.partial)H.protoAccessControl=L.protoAccessControl,H.helpers=L.helpers,H.partials=L.partials,H.decorators=L.decorators,H.hooks=L.hooks;else{var z=x.extend({},C.helpers,L.helpers);s(z,H),H.helpers=z,I.usePartial&&(H.partials=H.mergeIfNeeded(L.partials,C.partials)),(I.usePartial||I.useDecorators)&&(H.decorators=x.extend({},C.decorators,L.decorators)),H.hooks={},H.protoAccessControl=D.createProtoAccessControl(L);var j=L.allowCallsToHelperMissing||B;b.moveHelperToHooks(H,"helperMissing",j),b.moveHelperToHooks(H,"blockHelperMissing",j)}},F._child=function(L,z,j,K){if(I.useBlockParams&&!j)throw new w.default("must pass block params");if(I.useDepths&&!K)throw new w.default("must pass parent depths");return p(H,L,I[L],z,0,j,K)},F}function p(I,C,O,F,B,H,L){function z(j){var K=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],G=L;return!L||j==L[0]||j===I.nullContext&&L[0]===null||(G=[j].concat(L)),O(I,j,I.helpers,I.partials,K.data||F,H&&[K.blockParams].concat(H),G)}return z=m(O,z,I,L,F,H),z.program=C,z.depth=L?L.length:0,z.blockParams=B||0,z}function h(I,C,O){return I?I.call||O.name||(O.name=I,I=O.partials[I]):I=O.name==="@partial-block"?O.data["partial-block"]:O.partials[O.name],I}function i(I,C,O){var F=O.data&&O.data["partial-block"];O.partial=!0,O.ids&&(O.data.contextPath=O.ids[0]||O.data.contextPath);var B=void 0;if(O.fn&&O.fn!==a&&function(){O.data=T.createFrame(O.data);var H=O.fn;B=O.data["partial-block"]=function(L){var z=arguments.length<=1||arguments[1]===void 0?{}:arguments[1];return z.data=T.createFrame(z.data),z.data["partial-block"]=F,H(L,z)},H.partials&&(O.partials=x.extend({},O.partials,H.partials))}(),I===void 0&&B&&(I=B),I===void 0)throw new w.default("The partial "+O.name+" could not be found");if(I instanceof Function)return I(C,O)}function a(){return""}function c(I,C){return C&&"root"in C||(C=C?T.createFrame(C):{},C.root=I),C}function m(I,C,O,F,B,H){if(I.decorator){var L={};C=I.decorator(C,L,O,F&&F[0],B,H,F),x.extend(C,L)}return C}function s(I,C){f(I).forEach(function(O){var F=I[O];I[O]=g(F,C)})}function g(I,C){var O=C.lookupProperty;return N.wrapHelper(I,function(F){return x.extend({lookupProperty:O},F)})}var u=d(39).default,f=d(13).default,v=d(3).default,y=d(1).default;o.__esModule=!0,o.checkRevision=r,o.template=n,o.wrapProgram=p,o.resolvePartial=h,o.invokePartial=i,o.noop=a;var P=d(5),x=v(P),A=d(6),w=y(A),T=d(4),b=d(10),N=d(43),D=d(33)},function(_,o,d){_.exports={default:d(40),__esModule:!0}},function(_,o,d){d(41),_.exports=d(21).Object.seal},function(_,o,d){var r=d(42);d(18)("seal",function(n){return function(p){return n&&r(p)?n(p):p}})},function(_,o){_.exports=function(d){return typeof d=="object"?d!==null:typeof d=="function"}},function(_,o){"use strict";function d(r,n){if(typeof r!="function")return r;var p=function(){var h=arguments[arguments.length-1];return arguments[arguments.length-1]=n(h),r.apply(this,arguments)};return p}o.__esModule=!0,o.wrapHelper=d},function(_,o){(function(d){"use strict";o.__esModule=!0,o.default=function(r){var n=typeof d!="undefined"?d:window,p=n.Handlebars;r.noConflict=function(){return n.Handlebars===r&&(n.Handlebars=p),r}},_.exports=o.default}).call(o,function(){return this}())},function(_,o){"use strict";o.__esModule=!0;var d={helpers:{helperExpression:function(r){return r.type==="SubExpression"||(r.type==="MustacheStatement"||r.type==="BlockStatement")&&!!(r.params&&r.params.length||r.hash)},scopedId:function(r){return/^\.|this\b/.test(r.original)},simpleId:function(r){return r.parts.length===1&&!d.helpers.scopedId(r)&&!r.depth}}};o.default=d,_.exports=o.default},function(_,o,d){"use strict";function r(v,y){if(v.type==="Program")return v;a.default.yy=f,f.locInfo=function(x){return new f.SourceLocation(y&&y.srcName,x)};var P=a.default.parse(v);return P}function n(v,y){var P=r(v,y),x=new m.default(y);return x.accept(P)}var p=d(1).default,h=d(3).default;o.__esModule=!0,o.parseWithoutProcessing=r,o.parse=n;var i=d(47),a=p(i),c=d(48),m=p(c),s=d(50),g=h(s),u=d(5);o.parser=a.default;var f={};u.extend(f,g)},function(_,o){"use strict";o.__esModule=!0;var d=function(){function r(){this.yy={}}var n={trace:function(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,partialBlock:12,content:13,COMMENT:14,CONTENT:15,openRawBlock:16,rawBlock_repetition0:17,END_RAW_BLOCK:18,OPEN_RAW_BLOCK:19,helperName:20,openRawBlock_repetition0:21,openRawBlock_option0:22,CLOSE_RAW_BLOCK:23,openBlock:24,block_option0:25,closeBlock:26,openInverse:27,block_option1:28,OPEN_BLOCK:29,openBlock_repetition0:30,openBlock_option0:31,openBlock_option1:32,CLOSE:33,OPEN_INVERSE:34,openInverse_repetition0:35,openInverse_option0:36,openInverse_option1:37,openInverseChain:38,OPEN_INVERSE_CHAIN:39,openInverseChain_repetition0:40,openInverseChain_option0:41,openInverseChain_option1:42,inverseAndProgram:43,INVERSE:44,inverseChain:45,inverseChain_option0:46,OPEN_ENDBLOCK:47,OPEN:48,mustache_repetition0:49,mustache_option0:50,OPEN_UNESCAPED:51,mustache_repetition1:52,mustache_option1:53,CLOSE_UNESCAPED:54,OPEN_PARTIAL:55,partialName:56,partial_repetition0:57,partial_option0:58,openPartialBlock:59,OPEN_PARTIAL_BLOCK:60,openPartialBlock_repetition0:61,openPartialBlock_option0:62,param:63,sexpr:64,OPEN_SEXPR:65,sexpr_repetition0:66,sexpr_option0:67,CLOSE_SEXPR:68,hash:69,hash_repetition_plus0:70,hashSegment:71,ID:72,EQUALS:73,blockParams:74,OPEN_BLOCK_PARAMS:75,blockParams_repetition_plus0:76,CLOSE_BLOCK_PARAMS:77,path:78,dataName:79,STRING:80,NUMBER:81,BOOLEAN:82,UNDEFINED:83,NULL:84,DATA:85,pathSegments:86,SEP:87,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",14:"COMMENT",15:"CONTENT",18:"END_RAW_BLOCK",19:"OPEN_RAW_BLOCK",23:"CLOSE_RAW_BLOCK",29:"OPEN_BLOCK",33:"CLOSE",34:"OPEN_INVERSE",39:"OPEN_INVERSE_CHAIN",44:"INVERSE",47:"OPEN_ENDBLOCK",48:"OPEN",51:"OPEN_UNESCAPED",54:"CLOSE_UNESCAPED",55:"OPEN_PARTIAL",60:"OPEN_PARTIAL_BLOCK",65:"OPEN_SEXPR",68:"CLOSE_SEXPR",72:"ID",73:"EQUALS",75:"OPEN_BLOCK_PARAMS",77:"CLOSE_BLOCK_PARAMS",80:"STRING",81:"NUMBER",82:"BOOLEAN",83:"UNDEFINED",84:"NULL",85:"DATA",87:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[13,1],[10,3],[16,5],[9,4],[9,4],[24,6],[27,6],[38,6],[43,2],[45,3],[45,1],[26,3],[8,5],[8,5],[11,5],[12,3],[59,5],[63,1],[63,1],[64,5],[69,1],[71,3],[74,3],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[56,1],[56,1],[79,2],[78,1],[86,3],[86,1],[6,0],[6,2],[17,0],[17,2],[21,0],[21,2],[22,0],[22,1],[25,0],[25,1],[28,0],[28,1],[30,0],[30,2],[31,0],[31,1],[32,0],[32,1],[35,0],[35,2],[36,0],[36,1],[37,0],[37,1],[40,0],[40,2],[41,0],[41,1],[42,0],[42,1],[46,0],[46,1],[49,0],[49,2],[50,0],[50,1],[52,0],[52,2],[53,0],[53,1],[57,0],[57,2],[58,0],[58,1],[61,0],[61,2],[62,0],[62,1],[66,0],[66,2],[67,0],[67,1],[70,1],[70,2],[76,1],[76,2]],performAction:function(h,i,a,c,m,s,g){var u=s.length-1;switch(m){case 1:return s[u-1];case 2:this.$=c.prepareProgram(s[u]);break;case 3:this.$=s[u];break;case 4:this.$=s[u];break;case 5:this.$=s[u];break;case 6:this.$=s[u];break;case 7:this.$=s[u];break;case 8:this.$=s[u];break;case 9:this.$={type:"CommentStatement",value:c.stripComment(s[u]),strip:c.stripFlags(s[u],s[u]),loc:c.locInfo(this._$)};break;case 10:this.$={type:"ContentStatement",original:s[u],value:s[u],loc:c.locInfo(this._$)};break;case 11:this.$=c.prepareRawBlock(s[u-2],s[u-1],s[u],this._$);break;case 12:this.$={path:s[u-3],params:s[u-2],hash:s[u-1]};break;case 13:this.$=c.prepareBlock(s[u-3],s[u-2],s[u-1],s[u],!1,this._$);break;case 14:this.$=c.prepareBlock(s[u-3],s[u-2],s[u-1],s[u],!0,this._$);break;case 15:this.$={open:s[u-5],path:s[u-4],params:s[u-3],hash:s[u-2],blockParams:s[u-1],strip:c.stripFlags(s[u-5],s[u])};break;case 16:this.$={path:s[u-4],params:s[u-3],hash:s[u-2],blockParams:s[u-1],strip:c.stripFlags(s[u-5],s[u])};break;case 17:this.$={path:s[u-4],params:s[u-3],hash:s[u-2],blockParams:s[u-1],strip:c.stripFlags(s[u-5],s[u])};break;case 18:this.$={strip:c.stripFlags(s[u-1],s[u-1]),program:s[u]};break;case 19:var f=c.prepareBlock(s[u-2],s[u-1],s[u],s[u],!1,this._$),v=c.prepareProgram([f],s[u-1].loc);v.chained=!0,this.$={strip:s[u-2].strip,program:v,chain:!0};break;case 20:this.$=s[u];break;case 21:this.$={path:s[u-1],strip:c.stripFlags(s[u-2],s[u])};break;case 22:this.$=c.prepareMustache(s[u-3],s[u-2],s[u-1],s[u-4],c.stripFlags(s[u-4],s[u]),this._$);break;case 23:this.$=c.prepareMustache(s[u-3],s[u-2],s[u-1],s[u-4],c.stripFlags(s[u-4],s[u]),this._$);break;case 24:this.$={type:"PartialStatement",name:s[u-3],params:s[u-2],hash:s[u-1],indent:"",strip:c.stripFlags(s[u-4],s[u]),loc:c.locInfo(this._$)};break;case 25:this.$=c.preparePartialBlock(s[u-2],s[u-1],s[u],this._$);break;case 26:this.$={path:s[u-3],params:s[u-2],hash:s[u-1],strip:c.stripFlags(s[u-4],s[u])};break;case 27:this.$=s[u];break;case 28:this.$=s[u];break;case 29:this.$={type:"SubExpression",path:s[u-3],params:s[u-2],hash:s[u-1],loc:c.locInfo(this._$)};break;case 30:this.$={type:"Hash",pairs:s[u],loc:c.locInfo(this._$)};break;case 31:this.$={type:"HashPair",key:c.id(s[u-2]),value:s[u],loc:c.locInfo(this._$)};break;case 32:this.$=c.id(s[u-1]);break;case 33:this.$=s[u];break;case 34:this.$=s[u];break;case 35:this.$={type:"StringLiteral",value:s[u],original:s[u],loc:c.locInfo(this._$)};break;case 36:this.$={type:"NumberLiteral",value:Number(s[u]),original:Number(s[u]),loc:c.locInfo(this._$)};break;case 37:this.$={type:"BooleanLiteral",value:s[u]==="true",original:s[u]==="true",loc:c.locInfo(this._$)};break;case 38:this.$={type:"UndefinedLiteral",original:void 0,value:void 0,loc:c.locInfo(this._$)};break;case 39:this.$={type:"NullLiteral",original:null,value:null,loc:c.locInfo(this._$)};break;case 40:this.$=s[u];break;case 41:this.$=s[u];break;case 42:this.$=c.preparePath(!0,s[u],this._$);break;case 43:this.$=c.preparePath(!1,s[u],this._$);break;case 44:s[u-2].push({part:c.id(s[u]),original:s[u],separator:s[u-1]}),this.$=s[u-2];break;case 45:this.$=[{part:c.id(s[u]),original:s[u]}];break;case 46:this.$=[];break;case 47:s[u-1].push(s[u]);break;case 48:this.$=[];break;case 49:s[u-1].push(s[u]);break;case 50:this.$=[];break;case 51:s[u-1].push(s[u]);break;case 58:this.$=[];break;case 59:s[u-1].push(s[u]);break;case 64:this.$=[];break;case 65:s[u-1].push(s[u]);break;case 70:this.$=[];break;case 71:s[u-1].push(s[u]);break;case 78:this.$=[];break;case 79:s[u-1].push(s[u]);break;case 82:this.$=[];break;case 83:s[u-1].push(s[u]);break;case 86:this.$=[];break;case 87:s[u-1].push(s[u]);break;case 90:this.$=[];break;case 91:s[u-1].push(s[u]);break;case 94:this.$=[];break;case 95:s[u-1].push(s[u]);break;case 98:this.$=[s[u]];break;case 99:s[u-1].push(s[u]);break;case 100:this.$=[s[u]];break;case 101:s[u-1].push(s[u])}},table:[{3:1,4:2,5:[2,46],6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:10,13:11,14:[1,12],15:[1,20],16:17,19:[1,23],24:15,27:16,29:[1,21],34:[1,22],39:[2,2],44:[2,2],47:[2,2],48:[1,13],51:[1,14],55:[1,18],59:19,60:[1,24]},{1:[2,1]},{5:[2,47],14:[2,47],15:[2,47],19:[2,47],29:[2,47],34:[2,47],39:[2,47],44:[2,47],47:[2,47],48:[2,47],51:[2,47],55:[2,47],60:[2,47]},{5:[2,3],14:[2,3],15:[2,3],19:[2,3],29:[2,3],34:[2,3],39:[2,3],44:[2,3],47:[2,3],48:[2,3],51:[2,3],55:[2,3],60:[2,3]},{5:[2,4],14:[2,4],15:[2,4],19:[2,4],29:[2,4],34:[2,4],39:[2,4],44:[2,4],47:[2,4],48:[2,4],51:[2,4],55:[2,4],60:[2,4]},{5:[2,5],14:[2,5],15:[2,5],19:[2,5],29:[2,5],34:[2,5],39:[2,5],44:[2,5],47:[2,5],48:[2,5],51:[2,5],55:[2,5],60:[2,5]},{5:[2,6],14:[2,6],15:[2,6],19:[2,6],29:[2,6],34:[2,6],39:[2,6],44:[2,6],47:[2,6],48:[2,6],51:[2,6],55:[2,6],60:[2,6]},{5:[2,7],14:[2,7],15:[2,7],19:[2,7],29:[2,7],34:[2,7],39:[2,7],44:[2,7],47:[2,7],48:[2,7],51:[2,7],55:[2,7],60:[2,7]},{5:[2,8],14:[2,8],15:[2,8],19:[2,8],29:[2,8],34:[2,8],39:[2,8],44:[2,8],47:[2,8],48:[2,8],51:[2,8],55:[2,8],60:[2,8]},{5:[2,9],14:[2,9],15:[2,9],19:[2,9],29:[2,9],34:[2,9],39:[2,9],44:[2,9],47:[2,9],48:[2,9],51:[2,9],55:[2,9],60:[2,9]},{20:25,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:36,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:37,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{4:38,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{15:[2,48],17:39,18:[2,48]},{20:41,56:40,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:44,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{5:[2,10],14:[2,10],15:[2,10],18:[2,10],19:[2,10],29:[2,10],34:[2,10],39:[2,10],44:[2,10],47:[2,10],48:[2,10],51:[2,10],55:[2,10],60:[2,10]},{20:45,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:46,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:47,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:41,56:48,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[2,78],49:49,65:[2,78],72:[2,78],80:[2,78],81:[2,78],82:[2,78],83:[2,78],84:[2,78],85:[2,78]},{23:[2,33],33:[2,33],54:[2,33],65:[2,33],68:[2,33],72:[2,33],75:[2,33],80:[2,33],81:[2,33],82:[2,33],83:[2,33],84:[2,33],85:[2,33]},{23:[2,34],33:[2,34],54:[2,34],65:[2,34],68:[2,34],72:[2,34],75:[2,34],80:[2,34],81:[2,34],82:[2,34],83:[2,34],84:[2,34],85:[2,34]},{23:[2,35],33:[2,35],54:[2,35],65:[2,35],68:[2,35],72:[2,35],75:[2,35],80:[2,35],81:[2,35],82:[2,35],83:[2,35],84:[2,35],85:[2,35]},{23:[2,36],33:[2,36],54:[2,36],65:[2,36],68:[2,36],72:[2,36],75:[2,36],80:[2,36],81:[2,36],82:[2,36],83:[2,36],84:[2,36],85:[2,36]},{23:[2,37],33:[2,37],54:[2,37],65:[2,37],68:[2,37],72:[2,37],75:[2,37],80:[2,37],81:[2,37],82:[2,37],83:[2,37],84:[2,37],85:[2,37]},{23:[2,38],33:[2,38],54:[2,38],65:[2,38],68:[2,38],72:[2,38],75:[2,38],80:[2,38],81:[2,38],82:[2,38],83:[2,38],84:[2,38],85:[2,38]},{23:[2,39],33:[2,39],54:[2,39],65:[2,39],68:[2,39],72:[2,39],75:[2,39],80:[2,39],81:[2,39],82:[2,39],83:[2,39],84:[2,39],85:[2,39]},{23:[2,43],33:[2,43],54:[2,43],65:[2,43],68:[2,43],72:[2,43],75:[2,43],80:[2,43],81:[2,43],82:[2,43],83:[2,43],84:[2,43],85:[2,43],87:[1,50]},{72:[1,35],86:51},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{52:52,54:[2,82],65:[2,82],72:[2,82],80:[2,82],81:[2,82],82:[2,82],83:[2,82],84:[2,82],85:[2,82]},{25:53,38:55,39:[1,57],43:56,44:[1,58],45:54,47:[2,54]},{28:59,43:60,44:[1,58],47:[2,56]},{13:62,15:[1,20],18:[1,61]},{33:[2,86],57:63,65:[2,86],72:[2,86],80:[2,86],81:[2,86],82:[2,86],83:[2,86],84:[2,86],85:[2,86]},{33:[2,40],65:[2,40],72:[2,40],80:[2,40],81:[2,40],82:[2,40],83:[2,40],84:[2,40],85:[2,40]},{33:[2,41],65:[2,41],72:[2,41],80:[2,41],81:[2,41],82:[2,41],83:[2,41],84:[2,41],85:[2,41]},{20:64,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:65,47:[1,66]},{30:67,33:[2,58],65:[2,58],72:[2,58],75:[2,58],80:[2,58],81:[2,58],82:[2,58],83:[2,58],84:[2,58],85:[2,58]},{33:[2,64],35:68,65:[2,64],72:[2,64],75:[2,64],80:[2,64],81:[2,64],82:[2,64],83:[2,64],84:[2,64],85:[2,64]},{21:69,23:[2,50],65:[2,50],72:[2,50],80:[2,50],81:[2,50],82:[2,50],83:[2,50],84:[2,50],85:[2,50]},{33:[2,90],61:70,65:[2,90],72:[2,90],80:[2,90],81:[2,90],82:[2,90],83:[2,90],84:[2,90],85:[2,90]},{20:74,33:[2,80],50:71,63:72,64:75,65:[1,43],69:73,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{72:[1,79]},{23:[2,42],33:[2,42],54:[2,42],65:[2,42],68:[2,42],72:[2,42],75:[2,42],80:[2,42],81:[2,42],82:[2,42],83:[2,42],84:[2,42],85:[2,42],87:[1,50]},{20:74,53:80,54:[2,84],63:81,64:75,65:[1,43],69:82,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:83,47:[1,66]},{47:[2,55]},{4:84,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{47:[2,20]},{20:85,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:86,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{26:87,47:[1,66]},{47:[2,57]},{5:[2,11],14:[2,11],15:[2,11],19:[2,11],29:[2,11],34:[2,11],39:[2,11],44:[2,11],47:[2,11],48:[2,11],51:[2,11],55:[2,11],60:[2,11]},{15:[2,49],18:[2,49]},{20:74,33:[2,88],58:88,63:89,64:75,65:[1,43],69:90,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{65:[2,94],66:91,68:[2,94],72:[2,94],80:[2,94],81:[2,94],82:[2,94],83:[2,94],84:[2,94],85:[2,94]},{5:[2,25],14:[2,25],15:[2,25],19:[2,25],29:[2,25],34:[2,25],39:[2,25],44:[2,25],47:[2,25],48:[2,25],51:[2,25],55:[2,25],60:[2,25]},{20:92,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,31:93,33:[2,60],63:94,64:75,65:[1,43],69:95,70:76,71:77,72:[1,78],75:[2,60],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,66],36:96,63:97,64:75,65:[1,43],69:98,70:76,71:77,72:[1,78],75:[2,66],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,22:99,23:[2,52],63:100,64:75,65:[1,43],69:101,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,92],62:102,63:103,64:75,65:[1,43],69:104,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,105]},{33:[2,79],65:[2,79],72:[2,79],80:[2,79],81:[2,79],82:[2,79],83:[2,79],84:[2,79],85:[2,79]},{33:[2,81]},{23:[2,27],33:[2,27],54:[2,27],65:[2,27],68:[2,27],72:[2,27],75:[2,27],80:[2,27],81:[2,27],82:[2,27],83:[2,27],84:[2,27],85:[2,27]},{23:[2,28],33:[2,28],54:[2,28],65:[2,28],68:[2,28],72:[2,28],75:[2,28],80:[2,28],81:[2,28],82:[2,28],83:[2,28],84:[2,28],85:[2,28]},{23:[2,30],33:[2,30],54:[2,30],68:[2,30],71:106,72:[1,107],75:[2,30]},{23:[2,98],33:[2,98],54:[2,98],68:[2,98],72:[2,98],75:[2,98]},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],73:[1,108],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{23:[2,44],33:[2,44],54:[2,44],65:[2,44],68:[2,44],72:[2,44],75:[2,44],80:[2,44],81:[2,44],82:[2,44],83:[2,44],84:[2,44],85:[2,44],87:[2,44]},{54:[1,109]},{54:[2,83],65:[2,83],72:[2,83],80:[2,83],81:[2,83],82:[2,83],83:[2,83],84:[2,83],85:[2,83]},{54:[2,85]},{5:[2,13],14:[2,13],15:[2,13],19:[2,13],29:[2,13],34:[2,13],39:[2,13],44:[2,13],47:[2,13],48:[2,13],51:[2,13],55:[2,13],60:[2,13]},{38:55,39:[1,57],43:56,44:[1,58],45:111,46:110,47:[2,76]},{33:[2,70],40:112,65:[2,70],72:[2,70],75:[2,70],80:[2,70],81:[2,70],82:[2,70],83:[2,70],84:[2,70],85:[2,70]},{47:[2,18]},{5:[2,14],14:[2,14],15:[2,14],19:[2,14],29:[2,14],34:[2,14],39:[2,14],44:[2,14],47:[2,14],48:[2,14],51:[2,14],55:[2,14],60:[2,14]},{33:[1,113]},{33:[2,87],65:[2,87],72:[2,87],80:[2,87],81:[2,87],82:[2,87],83:[2,87],84:[2,87],85:[2,87]},{33:[2,89]},{20:74,63:115,64:75,65:[1,43],67:114,68:[2,96],69:116,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,117]},{32:118,33:[2,62],74:119,75:[1,120]},{33:[2,59],65:[2,59],72:[2,59],75:[2,59],80:[2,59],81:[2,59],82:[2,59],83:[2,59],84:[2,59],85:[2,59]},{33:[2,61],75:[2,61]},{33:[2,68],37:121,74:122,75:[1,120]},{33:[2,65],65:[2,65],72:[2,65],75:[2,65],80:[2,65],81:[2,65],82:[2,65],83:[2,65],84:[2,65],85:[2,65]},{33:[2,67],75:[2,67]},{23:[1,123]},{23:[2,51],65:[2,51],72:[2,51],80:[2,51],81:[2,51],82:[2,51],83:[2,51],84:[2,51],85:[2,51]},{23:[2,53]},{33:[1,124]},{33:[2,91],65:[2,91],72:[2,91],80:[2,91],81:[2,91],82:[2,91],83:[2,91],84:[2,91],85:[2,91]},{33:[2,93]},{5:[2,22],14:[2,22],15:[2,22],19:[2,22],29:[2,22],34:[2,22],39:[2,22],44:[2,22],47:[2,22],48:[2,22],51:[2,22],55:[2,22],60:[2,22]},{23:[2,99],33:[2,99],54:[2,99],68:[2,99],72:[2,99],75:[2,99]},{73:[1,108]},{20:74,63:125,64:75,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,23],14:[2,23],15:[2,23],19:[2,23],29:[2,23],34:[2,23],39:[2,23],44:[2,23],47:[2,23],48:[2,23],51:[2,23],55:[2,23],60:[2,23]},{47:[2,19]},{47:[2,77]},{20:74,33:[2,72],41:126,63:127,64:75,65:[1,43],69:128,70:76,71:77,72:[1,78],75:[2,72],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,24],14:[2,24],15:[2,24],19:[2,24],29:[2,24],34:[2,24],39:[2,24],44:[2,24],47:[2,24],48:[2,24],51:[2,24],55:[2,24],60:[2,24]},{68:[1,129]},{65:[2,95],68:[2,95],72:[2,95],80:[2,95],81:[2,95],82:[2,95],83:[2,95],84:[2,95],85:[2,95]},{68:[2,97]},{5:[2,21],14:[2,21],15:[2,21],19:[2,21],29:[2,21],34:[2,21],39:[2,21],44:[2,21],47:[2,21],48:[2,21],51:[2,21],55:[2,21],60:[2,21]},{33:[1,130]},{33:[2,63]},{72:[1,132],76:131},{33:[1,133]},{33:[2,69]},{15:[2,12],18:[2,12]},{14:[2,26],15:[2,26],19:[2,26],29:[2,26],34:[2,26],47:[2,26],48:[2,26],51:[2,26],55:[2,26],60:[2,26]},{23:[2,31],33:[2,31],54:[2,31],68:[2,31],72:[2,31],75:[2,31]},{33:[2,74],42:134,74:135,75:[1,120]},{33:[2,71],65:[2,71],72:[2,71],75:[2,71],80:[2,71],81:[2,71],82:[2,71],83:[2,71],84:[2,71],85:[2,71]},{33:[2,73],75:[2,73]},{23:[2,29],33:[2,29],54:[2,29],65:[2,29],68:[2,29],72:[2,29],75:[2,29],80:[2,29],81:[2,29],82:[2,29],83:[2,29],84:[2,29],85:[2,29]},{14:[2,15],15:[2,15],19:[2,15],29:[2,15],34:[2,15],39:[2,15],44:[2,15],47:[2,15],48:[2,15],51:[2,15],55:[2,15],60:[2,15]},{72:[1,137],77:[1,136]},{72:[2,100],77:[2,100]},{14:[2,16],15:[2,16],19:[2,16],29:[2,16],34:[2,16],44:[2,16],47:[2,16],48:[2,16],51:[2,16],55:[2,16],60:[2,16]},{33:[1,138]},{33:[2,75]},{33:[2,32]},{72:[2,101],77:[2,101]},{14:[2,17],15:[2,17],19:[2,17],29:[2,17],34:[2,17],39:[2,17],44:[2,17],47:[2,17],48:[2,17],51:[2,17],55:[2,17],60:[2,17]}],defaultActions:{4:[2,1],54:[2,55],56:[2,20],60:[2,57],73:[2,81],82:[2,85],86:[2,18],90:[2,89],101:[2,53],104:[2,93],110:[2,19],111:[2,77],116:[2,97],119:[2,63],122:[2,69],135:[2,75],136:[2,32]},parseError:function(h,i){throw new Error(h)},parse:function(h){function i(){var H;return H=a.lexer.lex()||1,typeof H!="number"&&(H=a.symbols_[H]||H),H}var a=this,c=[0],m=[null],s=[],g=this.table,u="",f=0,v=0,y=0;this.lexer.setInput(h),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,this.yy.parser=this,typeof this.lexer.yylloc=="undefined"&&(this.lexer.yylloc={});var P=this.lexer.yylloc;s.push(P);var x=this.lexer.options&&this.lexer.options.ranges;typeof this.yy.parseError=="function"&&(this.parseError=this.yy.parseError);for(var A,w,T,b,N,D,I,C,O,F={};;){if(T=c[c.length-1],this.defaultActions[T]?b=this.defaultActions[T]:(A!==null&&typeof A!="undefined"||(A=i()),b=g[T]&&g[T][A]),typeof b=="undefined"||!b.length||!b[0]){var B="";if(!y){O=[];for(D in g[T])this.terminals_[D]&&D>2&&O.push("'"+this.terminals_[D]+"'");B=this.lexer.showPosition?"Parse error on line "+(f+1)+`:
|
|
`+this.lexer.showPosition()+`
|
|
Expecting `+O.join(", ")+", got '"+(this.terminals_[A]||A)+"'":"Parse error on line "+(f+1)+": Unexpected "+(A==1?"end of input":"'"+(this.terminals_[A]||A)+"'"),this.parseError(B,{text:this.lexer.match,token:this.terminals_[A]||A,line:this.lexer.yylineno,loc:P,expected:O})}}if(b[0]instanceof Array&&b.length>1)throw new Error("Parse Error: multiple actions possible at state: "+T+", token: "+A);switch(b[0]){case 1:c.push(A),m.push(this.lexer.yytext),s.push(this.lexer.yylloc),c.push(b[1]),A=null,w?(A=w,w=null):(v=this.lexer.yyleng,u=this.lexer.yytext,f=this.lexer.yylineno,P=this.lexer.yylloc,y>0&&y--);break;case 2:if(I=this.productions_[b[1]][1],F.$=m[m.length-I],F._$={first_line:s[s.length-(I||1)].first_line,last_line:s[s.length-1].last_line,first_column:s[s.length-(I||1)].first_column,last_column:s[s.length-1].last_column},x&&(F._$.range=[s[s.length-(I||1)].range[0],s[s.length-1].range[1]]),N=this.performAction.call(F,u,v,f,this.yy,b[1],m,s),typeof N!="undefined")return N;I&&(c=c.slice(0,-1*I*2),m=m.slice(0,-1*I),s=s.slice(0,-1*I)),c.push(this.productions_[b[1]][0]),m.push(F.$),s.push(F._$),C=g[c[c.length-2]][c[c.length-1]],c.push(C);break;case 3:return!0}}return!0}},p=function(){var h={EOF:1,parseError:function(i,a){if(!this.yy.parser)throw new Error(i);this.yy.parser.parseError(i,a)},setInput:function(i){return this._input=i,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var i=this._input[0];this.yytext+=i,this.yyleng++,this.offset++,this.match+=i,this.matched+=i;var a=i.match(/(?:\r\n?|\n).*/g);return a?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),i},unput:function(i){var a=i.length,c=i.split(/(?:\r\n?|\n)/g);this._input=i+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-a-1),this.offset-=a;var m=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),c.length-1&&(this.yylineno-=c.length-1);var s=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:c?(c.length===m.length?this.yylloc.first_column:0)+m[m.length-c.length].length-c[0].length:this.yylloc.first_column-a},this.options.ranges&&(this.yylloc.range=[s[0],s[0]+this.yyleng-a]),this},more:function(){return this._more=!0,this},less:function(i){this.unput(this.match.slice(i))},pastInput:function(){var i=this.matched.substr(0,this.matched.length-this.match.length);return(i.length>20?"...":"")+i.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var i=this.match;return i.length<20&&(i+=this._input.substr(0,20-i.length)),(i.substr(0,20)+(i.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var i=this.pastInput(),a=new Array(i.length+1).join("-");return i+this.upcomingInput()+`
|
|
`+a+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var i,a,c,m,s;this._more||(this.yytext="",this.match="");for(var g=this._currentRules(),u=0;u<g.length&&(c=this._input.match(this.rules[g[u]]),!c||a&&!(c[0].length>a[0].length)||(a=c,m=u,this.options.flex));u++);return a?(s=a[0].match(/(?:\r\n?|\n).*/g),s&&(this.yylineno+=s.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:s?s[s.length-1].length-s[s.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+a[0].length},this.yytext+=a[0],this.match+=a[0],this.matches=a,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(a[0].length),this.matched+=a[0],i=this.performAction.call(this,this.yy,this,g[m],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),i||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
|
|
`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var i=this.next();return typeof i!="undefined"?i:this.lex()},begin:function(i){this.conditionStack.push(i)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(i){this.begin(i)}};return h.options={},h.performAction=function(i,a,c,m){function s(g,u){return a.yytext=a.yytext.substring(g,a.yyleng-u+g)}switch(c){case 0:if(a.yytext.slice(-2)==="\\\\"?(s(0,1),this.begin("mu")):a.yytext.slice(-1)==="\\"?(s(0,1),this.begin("emu")):this.begin("mu"),a.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(s(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(a.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;case 23:return 48;case 24:return 73;case 25:return 72;case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;case 30:return this.popState(),33;case 31:return a.yytext=s(1,2).replace(/\\"/g,'"'),80;case 32:return a.yytext=s(1,2).replace(/\\'/g,"'"),80;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return a.yytext=a.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},h.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],h.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},h}();return n.lexer=p,r.prototype=n,n.Parser=r,new r}();o.default=d,_.exports=o.default},function(_,o,d){"use strict";function r(){var s=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=s}function n(s,g,u){g===void 0&&(g=s.length);var f=s[g-1],v=s[g-2];return f?f.type==="ContentStatement"?(v||!u?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(f.original):void 0:u}function p(s,g,u){g===void 0&&(g=-1);var f=s[g+1],v=s[g+2];return f?f.type==="ContentStatement"?(v||!u?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(f.original):void 0:u}function h(s,g,u){var f=s[g==null?0:g+1];if(f&&f.type==="ContentStatement"&&(u||!f.rightStripped)){var v=f.value;f.value=f.value.replace(u?/^\s+/:/^[ \t]*\r?\n?/,""),f.rightStripped=f.value!==v}}function i(s,g,u){var f=s[g==null?s.length-1:g-1];if(f&&f.type==="ContentStatement"&&(u||!f.leftStripped)){var v=f.value;return f.value=f.value.replace(u?/\s+$/:/[ \t]+$/,""),f.leftStripped=f.value!==v,f.leftStripped}}var a=d(1).default;o.__esModule=!0;var c=d(49),m=a(c);r.prototype=new m.default,r.prototype.Program=function(s){var g=!this.options.ignoreStandalone,u=!this.isRootSeen;this.isRootSeen=!0;for(var f=s.body,v=0,y=f.length;v<y;v++){var P=f[v],x=this.accept(P);if(x){var A=n(f,v,u),w=p(f,v,u),T=x.openStandalone&&A,b=x.closeStandalone&&w,N=x.inlineStandalone&&A&&w;x.close&&h(f,v,!0),x.open&&i(f,v,!0),g&&N&&(h(f,v),i(f,v)&&P.type==="PartialStatement"&&(P.indent=/([ \t]+$)/.exec(f[v-1].original)[1])),g&&T&&(h((P.program||P.inverse).body),i(f,v)),g&&b&&(h(f,v),i((P.inverse||P.program).body))}}return s},r.prototype.BlockStatement=r.prototype.DecoratorBlock=r.prototype.PartialBlockStatement=function(s){this.accept(s.program),this.accept(s.inverse);var g=s.program||s.inverse,u=s.program&&s.inverse,f=u,v=u;if(u&&u.chained)for(f=u.body[0].program;v.chained;)v=v.body[v.body.length-1].program;var y={open:s.openStrip.open,close:s.closeStrip.close,openStandalone:p(g.body),closeStandalone:n((f||g).body)};if(s.openStrip.close&&h(g.body,null,!0),u){var P=s.inverseStrip;P.open&&i(g.body,null,!0),P.close&&h(f.body,null,!0),s.closeStrip.open&&i(v.body,null,!0),!this.options.ignoreStandalone&&n(g.body)&&p(f.body)&&(i(g.body),h(f.body))}else s.closeStrip.open&&i(g.body,null,!0);return y},r.prototype.Decorator=r.prototype.MustacheStatement=function(s){return s.strip},r.prototype.PartialStatement=r.prototype.CommentStatement=function(s){var g=s.strip||{};return{inlineStandalone:!0,open:g.open,close:g.close}},o.default=r,_.exports=o.default},function(_,o,d){"use strict";function r(){this.parents=[]}function n(m){this.acceptRequired(m,"path"),this.acceptArray(m.params),this.acceptKey(m,"hash")}function p(m){n.call(this,m),this.acceptKey(m,"program"),this.acceptKey(m,"inverse")}function h(m){this.acceptRequired(m,"name"),this.acceptArray(m.params),this.acceptKey(m,"hash")}var i=d(1).default;o.__esModule=!0;var a=d(6),c=i(a);r.prototype={constructor:r,mutating:!1,acceptKey:function(m,s){var g=this.accept(m[s]);if(this.mutating){if(g&&!r.prototype[g.type])throw new c.default('Unexpected node type "'+g.type+'" found when accepting '+s+" on "+m.type);m[s]=g}},acceptRequired:function(m,s){if(this.acceptKey(m,s),!m[s])throw new c.default(m.type+" requires "+s)},acceptArray:function(m){for(var s=0,g=m.length;s<g;s++)this.acceptKey(m,s),m[s]||(m.splice(s,1),s--,g--)},accept:function(m){if(m){if(!this[m.type])throw new c.default("Unknown type: "+m.type,m);this.current&&this.parents.unshift(this.current),this.current=m;var s=this[m.type](m);return this.current=this.parents.shift(),!this.mutating||s?s:s!==!1?m:void 0}},Program:function(m){this.acceptArray(m.body)},MustacheStatement:n,Decorator:n,BlockStatement:p,DecoratorBlock:p,PartialStatement:h,PartialBlockStatement:function(m){h.call(this,m),this.acceptKey(m,"program")},ContentStatement:function(){},CommentStatement:function(){},SubExpression:n,PathExpression:function(){},StringLiteral:function(){},NumberLiteral:function(){},BooleanLiteral:function(){},UndefinedLiteral:function(){},NullLiteral:function(){},Hash:function(m){this.acceptArray(m.pairs)},HashPair:function(m){this.acceptRequired(m,"value")}},o.default=r,_.exports=o.default},function(_,o,d){"use strict";function r(P,x){if(x=x.path?x.path.original:x,P.path.original!==x){var A={loc:P.path.loc};throw new y.default(P.path.original+" doesn't match "+x,A)}}function n(P,x){this.source=P,this.start={line:x.first_line,column:x.first_column},this.end={line:x.last_line,column:x.last_column}}function p(P){return/^\[.*\]$/.test(P)?P.substring(1,P.length-1):P}function h(P,x){return{open:P.charAt(2)==="~",close:x.charAt(x.length-3)==="~"}}function i(P){return P.replace(/^\{\{~?!-?-?/,"").replace(/-?-?~?\}\}$/,"")}function a(P,x,A){A=this.locInfo(A);for(var w=P?"@":"",T=[],b=0,N=0,D=x.length;N<D;N++){var I=x[N].part,C=x[N].original!==I;if(w+=(x[N].separator||"")+I,C||I!==".."&&I!=="."&&I!=="this")T.push(I);else{if(T.length>0)throw new y.default("Invalid path: "+w,{loc:A});I===".."&&b++}}return{type:"PathExpression",data:P,depth:b,parts:T,original:w,loc:A}}function c(P,x,A,w,T,b){var N=w.charAt(3)||w.charAt(2),D=N!=="{"&&N!=="&",I=/\*/.test(w);return{type:I?"Decorator":"MustacheStatement",path:P,params:x,hash:A,escaped:D,strip:T,loc:this.locInfo(b)}}function m(P,x,A,w){r(P,A),w=this.locInfo(w);var T={type:"Program",body:x,strip:{},loc:w};return{type:"BlockStatement",path:P.path,params:P.params,hash:P.hash,program:T,openStrip:{},inverseStrip:{},closeStrip:{},loc:w}}function s(P,x,A,w,T,b){w&&w.path&&r(P,w);var N=/\*/.test(P.open);x.blockParams=P.blockParams;var D=void 0,I=void 0;if(A){if(N)throw new y.default("Unexpected inverse block on decorator",A);A.chain&&(A.program.body[0].closeStrip=w.strip),I=A.strip,D=A.program}return T&&(T=D,D=x,x=T),{type:N?"DecoratorBlock":"BlockStatement",path:P.path,params:P.params,hash:P.hash,program:x,inverse:D,openStrip:P.strip,inverseStrip:I,closeStrip:w&&w.strip,loc:this.locInfo(b)}}function g(P,x){if(!x&&P.length){var A=P[0].loc,w=P[P.length-1].loc;A&&w&&(x={source:A.source,start:{line:A.start.line,column:A.start.column},end:{line:w.end.line,column:w.end.column}})}return{type:"Program",body:P,strip:{},loc:x}}function u(P,x,A,w){return r(P,A),{type:"PartialBlockStatement",name:P.path,params:P.params,hash:P.hash,program:x,openStrip:P.strip,closeStrip:A&&A.strip,loc:this.locInfo(w)}}var f=d(1).default;o.__esModule=!0,o.SourceLocation=n,o.id=p,o.stripFlags=h,o.stripComment=i,o.preparePath=a,o.prepareMustache=c,o.prepareRawBlock=m,o.prepareBlock=s,o.prepareProgram=g,o.preparePartialBlock=u;var v=d(6),y=f(v)},function(_,o,d){"use strict";function r(){}function n(y,P,x){if(y==null||typeof y!="string"&&y.type!=="Program")throw new s.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+y);P=P||{},"data"in P||(P.data=!0),P.compat&&(P.useDepths=!0);var A=x.parse(y,P),w=new x.Compiler().compile(A,P);return new x.JavaScriptCompiler().compile(w,P)}function p(y,P,x){function A(){var b=x.parse(y,P),N=new x.Compiler().compile(b,P),D=new x.JavaScriptCompiler().compile(N,P,void 0,!0);return x.template(D)}function w(b,N){return T||(T=A()),T.call(this,b,N)}if(P===void 0&&(P={}),y==null||typeof y!="string"&&y.type!=="Program")throw new s.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+y);P=g.extend({},P),"data"in P||(P.data=!0),P.compat&&(P.useDepths=!0);var T=void 0;return w._setup=function(b){return T||(T=A()),T._setup(b)},w._child=function(b,N,D,I){return T||(T=A()),T._child(b,N,D,I)},w}function h(y,P){if(y===P)return!0;if(g.isArray(y)&&g.isArray(P)&&y.length===P.length){for(var x=0;x<y.length;x++)if(!h(y[x],P[x]))return!1;return!0}}function i(y){if(!y.path.parts){var P=y.path;y.path={type:"PathExpression",data:!1,depth:0,parts:[P.original+""],original:P.original+"",loc:P.loc}}}var a=d(34).default,c=d(1).default;o.__esModule=!0,o.Compiler=r,o.precompile=n,o.compile=p;var m=d(6),s=c(m),g=d(5),u=d(45),f=c(u),v=[].slice;r.prototype={compiler:r,equals:function(y){var P=this.opcodes.length;if(y.opcodes.length!==P)return!1;for(var x=0;x<P;x++){var A=this.opcodes[x],w=y.opcodes[x];if(A.opcode!==w.opcode||!h(A.args,w.args))return!1}P=this.children.length;for(var x=0;x<P;x++)if(!this.children[x].equals(y.children[x]))return!1;return!0},guid:0,compile:function(y,P){return this.sourceNode=[],this.opcodes=[],this.children=[],this.options=P,this.stringParams=P.stringParams,this.trackIds=P.trackIds,P.blockParams=P.blockParams||[],P.knownHelpers=g.extend(a(null),{helperMissing:!0,blockHelperMissing:!0,each:!0,if:!0,unless:!0,with:!0,log:!0,lookup:!0},P.knownHelpers),this.accept(y)},compileProgram:function(y){var P=new this.compiler,x=P.compile(y,this.options),A=this.guid++;return this.usePartial=this.usePartial||x.usePartial,this.children[A]=x,this.useDepths=this.useDepths||x.useDepths,A},accept:function(y){if(!this[y.type])throw new s.default("Unknown type: "+y.type,y);this.sourceNode.unshift(y);var P=this[y.type](y);return this.sourceNode.shift(),P},Program:function(y){this.options.blockParams.unshift(y.blockParams);for(var P=y.body,x=P.length,A=0;A<x;A++)this.accept(P[A]);return this.options.blockParams.shift(),this.isSimple=x===1,this.blockParams=y.blockParams?y.blockParams.length:0,this},BlockStatement:function(y){i(y);var P=y.program,x=y.inverse;P=P&&this.compileProgram(P),x=x&&this.compileProgram(x);var A=this.classifySexpr(y);A==="helper"?this.helperSexpr(y,P,x):A==="simple"?(this.simpleSexpr(y),this.opcode("pushProgram",P),this.opcode("pushProgram",x),this.opcode("emptyHash"),this.opcode("blockValue",y.path.original)):(this.ambiguousSexpr(y,P,x),this.opcode("pushProgram",P),this.opcode("pushProgram",x),this.opcode("emptyHash"),this.opcode("ambiguousBlockValue")),this.opcode("append")},DecoratorBlock:function(y){var P=y.program&&this.compileProgram(y.program),x=this.setupFullMustacheParams(y,P,void 0),A=y.path;this.useDecorators=!0,this.opcode("registerDecorator",x.length,A.original)},PartialStatement:function(y){this.usePartial=!0;var P=y.program;P&&(P=this.compileProgram(y.program));var x=y.params;if(x.length>1)throw new s.default("Unsupported number of partial arguments: "+x.length,y);x.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):x.push({type:"PathExpression",parts:[],depth:0}));var A=y.name.original,w=y.name.type==="SubExpression";w&&this.accept(y.name),this.setupFullMustacheParams(y,P,void 0,!0);var T=y.indent||"";this.options.preventIndent&&T&&(this.opcode("appendContent",T),T=""),this.opcode("invokePartial",w,A,T),this.opcode("append")},PartialBlockStatement:function(y){this.PartialStatement(y)},MustacheStatement:function(y){this.SubExpression(y),y.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(y){this.DecoratorBlock(y)},ContentStatement:function(y){y.value&&this.opcode("appendContent",y.value)},CommentStatement:function(){},SubExpression:function(y){i(y);var P=this.classifySexpr(y);P==="simple"?this.simpleSexpr(y):P==="helper"?this.helperSexpr(y):this.ambiguousSexpr(y)},ambiguousSexpr:function(y,P,x){var A=y.path,w=A.parts[0],T=P!=null||x!=null;this.opcode("getContext",A.depth),this.opcode("pushProgram",P),this.opcode("pushProgram",x),A.strict=!0,this.accept(A),this.opcode("invokeAmbiguous",w,T)},simpleSexpr:function(y){var P=y.path;P.strict=!0,this.accept(P),this.opcode("resolvePossibleLambda")},helperSexpr:function(y,P,x){var A=this.setupFullMustacheParams(y,P,x),w=y.path,T=w.parts[0];if(this.options.knownHelpers[T])this.opcode("invokeKnownHelper",A.length,T);else{if(this.options.knownHelpersOnly)throw new s.default("You specified knownHelpersOnly, but used the unknown helper "+T,y);w.strict=!0,w.falsy=!0,this.accept(w),this.opcode("invokeHelper",A.length,w.original,f.default.helpers.simpleId(w))}},PathExpression:function(y){this.addDepth(y.depth),this.opcode("getContext",y.depth);var P=y.parts[0],x=f.default.helpers.scopedId(y),A=!y.depth&&!x&&this.blockParamIndex(P);A?this.opcode("lookupBlockParam",A,y.parts):P?y.data?(this.options.data=!0,this.opcode("lookupData",y.depth,y.parts,y.strict)):this.opcode("lookupOnContext",y.parts,y.falsy,y.strict,x):this.opcode("pushContext")},StringLiteral:function(y){this.opcode("pushString",y.value)},NumberLiteral:function(y){this.opcode("pushLiteral",y.value)},BooleanLiteral:function(y){this.opcode("pushLiteral",y.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(y){var P=y.pairs,x=0,A=P.length;for(this.opcode("pushHash");x<A;x++)this.pushParam(P[x].value);for(;x--;)this.opcode("assignToHash",P[x].key);this.opcode("popHash")},opcode:function(y){this.opcodes.push({opcode:y,args:v.call(arguments,1),loc:this.sourceNode[0].loc})},addDepth:function(y){y&&(this.useDepths=!0)},classifySexpr:function(y){var P=f.default.helpers.simpleId(y.path),x=P&&!!this.blockParamIndex(y.path.parts[0]),A=!x&&f.default.helpers.helperExpression(y),w=!x&&(A||P);if(w&&!A){var T=y.path.parts[0],b=this.options;b.knownHelpers[T]?A=!0:b.knownHelpersOnly&&(w=!1)}return A?"helper":w?"ambiguous":"simple"},pushParams:function(y){for(var P=0,x=y.length;P<x;P++)this.pushParam(y[P])},pushParam:function(y){var P=y.value!=null?y.value:y.original||"";if(this.stringParams)P.replace&&(P=P.replace(/^(\.?\.\/)*/g,"").replace(/\//g,".")),y.depth&&this.addDepth(y.depth),this.opcode("getContext",y.depth||0),this.opcode("pushStringParam",P,y.type),y.type==="SubExpression"&&this.accept(y);else{if(this.trackIds){var x=void 0;if(!y.parts||f.default.helpers.scopedId(y)||y.depth||(x=this.blockParamIndex(y.parts[0])),x){var A=y.parts.slice(1).join(".");this.opcode("pushId","BlockParam",x,A)}else P=y.original||P,P.replace&&(P=P.replace(/^this(?:\.|$)/,"").replace(/^\.\//,"").replace(/^\.$/,"")),this.opcode("pushId",y.type,P)}this.accept(y)}},setupFullMustacheParams:function(y,P,x,A){var w=y.params;return this.pushParams(w),this.opcode("pushProgram",P),this.opcode("pushProgram",x),y.hash?this.accept(y.hash):this.opcode("emptyHash",A),w},blockParamIndex:function(y){for(var P=0,x=this.options.blockParams.length;P<x;P++){var A=this.options.blockParams[P],w=A&&g.indexOf(A,y);if(A&&w>=0)return[P,w]}}}},function(_,o,d){"use strict";function r(f){this.value=f}function n(){}function p(f,v,y,P){var x=v.popStack(),A=0,w=y.length;for(f&&w--;A<w;A++)x=v.nameLookup(x,y[A],P);return f?[v.aliasable("container.strict"),"(",x,", ",v.quotedString(y[A]),", ",JSON.stringify(v.source.currentLocation)," )"]:x}var h=d(13).default,i=d(1).default;o.__esModule=!0;var a=d(4),c=d(6),m=i(c),s=d(5),g=d(53),u=i(g);n.prototype={nameLookup:function(f,v){return this.internalNameLookup(f,v)},depthedLookup:function(f){return[this.aliasable("container.lookup"),"(depths, ",JSON.stringify(f),")"]},compilerInfo:function(){var f=a.COMPILER_REVISION,v=a.REVISION_CHANGES[f];return[f,v]},appendToBuffer:function(f,v,y){return s.isArray(f)||(f=[f]),f=this.source.wrap(f,v),this.environment.isSimple?["return ",f,";"]:y?["buffer += ",f,";"]:(f.appendToBuffer=!0,f)},initializeBuffer:function(){return this.quotedString("")},internalNameLookup:function(f,v){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",f,",",JSON.stringify(v),")"]},lookupPropertyFunctionIsUsed:!1,compile:function(f,v,y,P){this.environment=f,this.options=v,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!P,this.name=this.environment.name,this.isChild=!!y,this.context=y||{decorators:[],programs:[],environments:[]},this.preamble(),this.stackSlot=0,this.stackVars=[],this.aliases={},this.registers={list:[]},this.hashes=[],this.compileStack=[],this.inlineStack=[],this.blockParams=[],this.compileChildren(f,v),this.useDepths=this.useDepths||f.useDepths||f.useDecorators||this.options.compat,this.useBlockParams=this.useBlockParams||f.useBlockParams;var x=f.opcodes,A=void 0,w=void 0,T=void 0,b=void 0;for(T=0,b=x.length;T<b;T++)A=x[T],this.source.currentLocation=A.loc,w=w||A.loc,this[A.opcode].apply(this,A.args);if(this.source.currentLocation=w,this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new m.default("Compile completed with content left on stack");this.decorators.isEmpty()?this.decorators=void 0:(this.useDecorators=!0,this.decorators.prepend(["var decorators = container.decorators, ",this.lookupPropertyFunctionVarDeclaration(),`;
|
|
`]),this.decorators.push("return fn;"),P?this.decorators=Function.apply(this,["fn","props","container","depth0","data","blockParams","depths",this.decorators.merge()]):(this.decorators.prepend(`function(fn, props, container, depth0, data, blockParams, depths) {
|
|
`),this.decorators.push(`}
|
|
`),this.decorators=this.decorators.merge()));var N=this.createFunctionContext(P);if(this.isChild)return N;var D={compiler:this.compilerInfo(),main:N};this.decorators&&(D.main_d=this.decorators,D.useDecorators=!0);var I=this.context,C=I.programs,O=I.decorators;for(T=0,b=C.length;T<b;T++)C[T]&&(D[T]=C[T],O[T]&&(D[T+"_d"]=O[T],D.useDecorators=!0));return this.environment.usePartial&&(D.usePartial=!0),this.options.data&&(D.useData=!0),this.useDepths&&(D.useDepths=!0),this.useBlockParams&&(D.useBlockParams=!0),this.options.compat&&(D.compat=!0),P?D.compilerOptions=this.options:(D.compiler=JSON.stringify(D.compiler),this.source.currentLocation={start:{line:1,column:0}},D=this.objectLiteral(D),v.srcName?(D=D.toStringWithSourceMap({file:v.destName}),D.map=D.map&&D.map.toString()):D=D.toString()),D},preamble:function(){this.lastContext=0,this.source=new u.default(this.options.srcName),this.decorators=new u.default(this.options.srcName)},createFunctionContext:function(f){var v=this,y="",P=this.stackVars.concat(this.registers.list);P.length>0&&(y+=", "+P.join(", "));var x=0;h(this.aliases).forEach(function(T){var b=v.aliases[T];b.children&&b.referenceCount>1&&(y+=", alias"+ ++x+"="+T,b.children[0]="alias"+x)}),this.lookupPropertyFunctionIsUsed&&(y+=", "+this.lookupPropertyFunctionVarDeclaration());var A=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&A.push("blockParams"),this.useDepths&&A.push("depths");var w=this.mergeSource(y);return f?(A.push(w),Function.apply(this,A)):this.source.wrap(["function(",A.join(","),`) {
|
|
`,w,"}"])},mergeSource:function(f){var v=this.environment.isSimple,y=!this.forceBuffer,P=void 0,x=void 0,A=void 0,w=void 0;return this.source.each(function(T){T.appendToBuffer?(A?T.prepend(" + "):A=T,w=T):(A&&(x?A.prepend("buffer += "):P=!0,w.add(";"),A=w=void 0),x=!0,v||(y=!1))}),y?A?(A.prepend("return "),w.add(";")):x||this.source.push('return "";'):(f+=", buffer = "+(P?"":this.initializeBuffer()),A?(A.prepend("return buffer + "),w.add(";")):this.source.push("return buffer;")),f&&this.source.prepend("var "+f.substring(2)+(P?"":`;
|
|
`)),this.source.merge()},lookupPropertyFunctionVarDeclaration:function(){return`
|
|
lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
return parent[propertyName];
|
|
}
|
|
return undefined
|
|
}
|
|
`.trim()},blockValue:function(f){var v=this.aliasable("container.hooks.blockHelperMissing"),y=[this.contextName(0)];this.setupHelperArgs(f,0,y);var P=this.popStack();y.splice(1,0,P),this.push(this.source.functionCall(v,"call",y))},ambiguousBlockValue:function(){var f=this.aliasable("container.hooks.blockHelperMissing"),v=[this.contextName(0)];this.setupHelperArgs("",0,v,!0),this.flushInline();var y=this.topStack();v.splice(1,0,y),this.pushSource(["if (!",this.lastHelper,") { ",y," = ",this.source.functionCall(f,"call",v),"}"])},appendContent:function(f){this.pendingContent?f=this.pendingContent+f:this.pendingLocation=this.source.currentLocation,this.pendingContent=f},append:function(){if(this.isInline())this.replaceStack(function(v){return[" != null ? ",v,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var f=this.popStack();this.pushSource(["if (",f," != null) { ",this.appendToBuffer(f,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(f){this.lastContext=f},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(f,v,y,P){var x=0;P||!this.options.compat||this.lastContext?this.pushContext():this.push(this.depthedLookup(f[x++])),this.resolvePath("context",f,x,v,y)},lookupBlockParam:function(f,v){this.useBlockParams=!0,this.push(["blockParams[",f[0],"][",f[1],"]"]),this.resolvePath("context",v,1)},lookupData:function(f,v,y){f?this.pushStackLiteral("container.data(data, "+f+")"):this.pushStackLiteral("data"),this.resolvePath("data",v,0,!0,y)},resolvePath:function(f,v,y,P,x){var A=this;if(this.options.strict||this.options.assumeObjects)return void this.push(p(this.options.strict&&x,this,v,f));for(var w=v.length;y<w;y++)this.replaceStack(function(T){var b=A.nameLookup(T,v[y],f);return P?[" && ",b]:[" != null ? ",b," : ",T]})},resolvePossibleLambda:function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},pushStringParam:function(f,v){this.pushContext(),this.pushString(v),v!=="SubExpression"&&(typeof f=="string"?this.pushString(f):this.pushStackLiteral(f))},emptyHash:function(f){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(f?"undefined":"{}")},pushHash:function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},popHash:function(){var f=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(f.ids)),this.stringParams&&(this.push(this.objectLiteral(f.contexts)),this.push(this.objectLiteral(f.types))),this.push(this.objectLiteral(f.values))},pushString:function(f){this.pushStackLiteral(this.quotedString(f))},pushLiteral:function(f){this.pushStackLiteral(f)},pushProgram:function(f){f!=null?this.pushStackLiteral(this.programExpression(f)):this.pushStackLiteral(null)},registerDecorator:function(f,v){var y=this.nameLookup("decorators",v,"decorator"),P=this.setupHelperArgs(v,f);this.decorators.push(["fn = ",this.decorators.functionCall(y,"",["fn","props","container",P])," || fn;"])},invokeHelper:function(f,v,y){var P=this.popStack(),x=this.setupHelper(f,v),A=[];y&&A.push(x.name),A.push(P),this.options.strict||A.push(this.aliasable("container.hooks.helperMissing"));var w=["(",this.itemsSeparatedBy(A,"||"),")"],T=this.source.functionCall(w,"call",x.callParams);this.push(T)},itemsSeparatedBy:function(f,v){var y=[];y.push(f[0]);for(var P=1;P<f.length;P++)y.push(v,f[P]);return y},invokeKnownHelper:function(f,v){var y=this.setupHelper(f,v);this.push(this.source.functionCall(y.name,"call",y.callParams))},invokeAmbiguous:function(f,v){this.useRegister("helper");var y=this.popStack();this.emptyHash();var P=this.setupHelper(0,f,v),x=this.lastHelper=this.nameLookup("helpers",f,"helper"),A=["(","(helper = ",x," || ",y,")"];this.options.strict||(A[0]="(helper = ",A.push(" != null ? helper : ",this.aliasable("container.hooks.helperMissing"))),this.push(["(",A,P.paramsInit?["),(",P.paramsInit]:[],"),","(typeof helper === ",this.aliasable('"function"')," ? ",this.source.functionCall("helper","call",P.callParams)," : helper))"])},invokePartial:function(f,v,y){var P=[],x=this.setupParams(v,1,P);f&&(v=this.popStack(),delete x.name),y&&(x.indent=JSON.stringify(y)),x.helpers="helpers",x.partials="partials",x.decorators="container.decorators",f?P.unshift(v):P.unshift(this.nameLookup("partials",v,"partial")),this.options.compat&&(x.depths="depths"),x=this.objectLiteral(x),P.push(x),this.push(this.source.functionCall("container.invokePartial","",P))},assignToHash:function(f){var v=this.popStack(),y=void 0,P=void 0,x=void 0;this.trackIds&&(x=this.popStack()),this.stringParams&&(P=this.popStack(),y=this.popStack());var A=this.hash;y&&(A.contexts[f]=y),P&&(A.types[f]=P),x&&(A.ids[f]=x),A.values[f]=v},pushId:function(f,v,y){f==="BlockParam"?this.pushStackLiteral("blockParams["+v[0]+"].path["+v[1]+"]"+(y?" + "+JSON.stringify("."+y):"")):f==="PathExpression"?this.pushString(v):f==="SubExpression"?this.pushStackLiteral("true"):this.pushStackLiteral("null")},compiler:n,compileChildren:function(f,v){for(var y=f.children,P=void 0,x=void 0,A=0,w=y.length;A<w;A++){P=y[A],x=new this.compiler;var T=this.matchExistingProgram(P);if(T==null){this.context.programs.push("");var b=this.context.programs.length;P.index=b,P.name="program"+b,this.context.programs[b]=x.compile(P,v,this.context,!this.precompile),this.context.decorators[b]=x.decorators,this.context.environments[b]=P,this.useDepths=this.useDepths||x.useDepths,this.useBlockParams=this.useBlockParams||x.useBlockParams,P.useDepths=this.useDepths,P.useBlockParams=this.useBlockParams}else P.index=T.index,P.name="program"+T.index,this.useDepths=this.useDepths||T.useDepths,this.useBlockParams=this.useBlockParams||T.useBlockParams}},matchExistingProgram:function(f){for(var v=0,y=this.context.environments.length;v<y;v++){var P=this.context.environments[v];if(P&&P.equals(f))return P}},programExpression:function(f){var v=this.environment.children[f],y=[v.index,"data",v.blockParams];return(this.useBlockParams||this.useDepths)&&y.push("blockParams"),this.useDepths&&y.push("depths"),"container.program("+y.join(", ")+")"},useRegister:function(f){this.registers[f]||(this.registers[f]=!0,this.registers.list.push(f))},push:function(f){return f instanceof r||(f=this.source.wrap(f)),this.inlineStack.push(f),f},pushStackLiteral:function(f){this.push(new r(f))},pushSource:function(f){this.pendingContent&&(this.source.push(this.appendToBuffer(this.source.quotedString(this.pendingContent),this.pendingLocation)),this.pendingContent=void 0),f&&this.source.push(f)},replaceStack:function(f){var v=["("],y=void 0,P=void 0,x=void 0;if(!this.isInline())throw new m.default("replaceStack on non-inline");var A=this.popStack(!0);if(A instanceof r)y=[A.value],v=["(",y],x=!0;else{P=!0;var w=this.incrStack();v=["((",this.push(w)," = ",A,")"],y=this.topStack()}var T=f.call(this,y);x||this.popStack(),P&&this.stackSlot--,this.push(v.concat(T,")"))},incrStack:function(){return this.stackSlot++,this.stackSlot>this.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var f=this.inlineStack;this.inlineStack=[];for(var v=0,y=f.length;v<y;v++){var P=f[v];if(P instanceof r)this.compileStack.push(P);else{var x=this.incrStack();this.pushSource([x," = ",P,";"]),this.compileStack.push(x)}}},isInline:function(){return this.inlineStack.length},popStack:function(f){var v=this.isInline(),y=(v?this.inlineStack:this.compileStack).pop();if(!f&&y instanceof r)return y.value;if(!v){if(!this.stackSlot)throw new m.default("Invalid stack pop");this.stackSlot--}return y},topStack:function(){var f=this.isInline()?this.inlineStack:this.compileStack,v=f[f.length-1];return v instanceof r?v.value:v},contextName:function(f){return this.useDepths&&f?"depths["+f+"]":"depth"+f},quotedString:function(f){return this.source.quotedString(f)},objectLiteral:function(f){return this.source.objectLiteral(f)},aliasable:function(f){var v=this.aliases[f];return v?(v.referenceCount++,v):(v=this.aliases[f]=this.source.wrap(f),v.aliasable=!0,v.referenceCount=1,v)},setupHelper:function(f,v,y){var P=[],x=this.setupHelperArgs(v,f,P,y),A=this.nameLookup("helpers",v,"helper"),w=this.aliasable(this.contextName(0)+" != null ? "+this.contextName(0)+" : (container.nullContext || {})");return{params:P,paramsInit:x,name:A,callParams:[w].concat(P)}},setupParams:function(f,v,y){var P={},x=[],A=[],w=[],T=!y,b=void 0;T&&(y=[]),P.name=this.quotedString(f),P.hash=this.popStack(),this.trackIds&&(P.hashIds=this.popStack()),this.stringParams&&(P.hashTypes=this.popStack(),P.hashContexts=this.popStack());var N=this.popStack(),D=this.popStack();(D||N)&&(P.fn=D||"container.noop",P.inverse=N||"container.noop");for(var I=v;I--;)b=this.popStack(),y[I]=b,this.trackIds&&(w[I]=this.popStack()),this.stringParams&&(A[I]=this.popStack(),x[I]=this.popStack());return T&&(P.args=this.source.generateArray(y)),this.trackIds&&(P.ids=this.source.generateArray(w)),this.stringParams&&(P.types=this.source.generateArray(A),P.contexts=this.source.generateArray(x)),this.options.data&&(P.data="data"),this.useBlockParams&&(P.blockParams="blockParams"),P},setupHelperArgs:function(f,v,y,P){var x=this.setupParams(f,v,y);return x.loc=JSON.stringify(this.source.currentLocation),x=this.objectLiteral(x),P?(this.useRegister("options"),y.push("options"),["options=",x]):y?(y.push(x),""):x}},function(){for(var f="break else new var case finally return void catch for switch while continue function this with default if throw delete in try do instanceof typeof abstract enum int short boolean export interface static byte extends long super char final native synchronized class float package throws const goto private transient debugger implements protected volatile double import public let yield await null true false".split(" "),v=n.RESERVED_WORDS={},y=0,P=f.length;y<P;y++)v[f[y]]=!0}(),n.isValidJavaScriptVariableName=function(f){return!n.RESERVED_WORDS[f]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(f)},o.default=n,_.exports=o.default},function(_,o,d){"use strict";function r(a,c,m){if(h.isArray(a)){for(var s=[],g=0,u=a.length;g<u;g++)s.push(c.wrap(a[g],m));return s}return typeof a=="boolean"||typeof a=="number"?a+"":a}function n(a){this.srcFile=a,this.source=[]}var p=d(13).default;o.__esModule=!0;var h=d(5),i=void 0;try{}catch(a){}i||(i=function(a,c,m,s){this.src="",s&&this.add(s)},i.prototype={add:function(a){h.isArray(a)&&(a=a.join("")),this.src+=a},prepend:function(a){h.isArray(a)&&(a=a.join("")),this.src=a+this.src},toStringWithSourceMap:function(){return{code:this.toString()}},toString:function(){return this.src}}),n.prototype={isEmpty:function(){return!this.source.length},prepend:function(a,c){this.source.unshift(this.wrap(a,c))},push:function(a,c){this.source.push(this.wrap(a,c))},merge:function(){var a=this.empty();return this.each(function(c){a.add([" ",c,`
|
|
`])}),a},each:function(a){for(var c=0,m=this.source.length;c<m;c++)a(this.source[c])},empty:function(){var a=this.currentLocation||{start:{}};return new i(a.start.line,a.start.column,this.srcFile)},wrap:function(a){var c=arguments.length<=1||arguments[1]===void 0?this.currentLocation||{start:{}}:arguments[1];return a instanceof i?a:(a=r(a,this,c),new i(c.start.line,c.start.column,this.srcFile,a))},functionCall:function(a,c,m){return m=this.generateList(m),this.wrap([a,c?"."+c+"(":"(",m,")"])},quotedString:function(a){return'"'+(a+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(a){var c=this,m=[];p(a).forEach(function(g){var u=r(a[g],c);u!=="undefined"&&m.push([c.quotedString(g),":",u])});var s=this.generateList(m);return s.prepend("{"),s.add("}"),s},generateList:function(a){for(var c=this.empty(),m=0,s=a.length;m<s;m++)m&&c.add(","),c.add(r(a[m],this));return c},generateArray:function(a){var c=this.generateList(a);return c.prepend("["),c.add("]"),c}},o.default=n,_.exports=o.default}])})},2952:(E,_,o)=>{var d,r;d=[o(766),o(9176),o(3777),o(2903),o(5067),o(8972),o(7542),o(9066),o(3626),o(7679),o(3596),o(568)],r=function(n,p,h,i,a,c,m){"use strict";var s=/%20/g,g=/#.*$/,u=/([?&])_=[^&]*/,f=/^(.*?):[ \t]*([^\r\n]*)$/mg,v=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,y=/^(?:GET|HEAD)$/,P=/^\/\//,x={},A={},w="*/".concat("*"),T=p.createElement("a");T.href=a.href;function b(O){return function(F,B){typeof F!="string"&&(B=F,F="*");var H,L=0,z=F.toLowerCase().match(i)||[];if(h(B))for(;H=z[L++];)H[0]==="+"?(H=H.slice(1)||"*",(O[H]=O[H]||[]).unshift(B)):(O[H]=O[H]||[]).push(B)}}function N(O,F,B,H){var L={},z=O===A;function j(K){var G;return L[K]=!0,n.each(O[K]||[],function(Q,oe){var fe=oe(F,B,H);if(typeof fe=="string"&&!z&&!L[fe])return F.dataTypes.unshift(fe),j(fe),!1;if(z)return!(G=fe)}),G}return j(F.dataTypes[0])||!L["*"]&&j("*")}function D(O,F){var B,H,L=n.ajaxSettings.flatOptions||{};for(B in F)F[B]!==void 0&&((L[B]?O:H||(H={}))[B]=F[B]);return H&&n.extend(!0,O,H),O}function I(O,F,B){for(var H,L,z,j,K=O.contents,G=O.dataTypes;G[0]==="*";)G.shift(),H===void 0&&(H=O.mimeType||F.getResponseHeader("Content-Type"));if(H){for(L in K)if(K[L]&&K[L].test(H)){G.unshift(L);break}}if(G[0]in B)z=G[0];else{for(L in B){if(!G[0]||O.converters[L+" "+G[0]]){z=L;break}j||(j=L)}z=z||j}if(z)return z!==G[0]&&G.unshift(z),B[z]}function C(O,F,B,H){var L,z,j,K,G,Q={},oe=O.dataTypes.slice();if(oe[1])for(j in O.converters)Q[j.toLowerCase()]=O.converters[j];for(z=oe.shift();z;)if(O.responseFields[z]&&(B[O.responseFields[z]]=F),!G&&H&&O.dataFilter&&(F=O.dataFilter(F,O.dataType)),G=z,z=oe.shift(),z){if(z==="*")z=G;else if(G!=="*"&&G!==z){if(j=Q[G+" "+z]||Q["* "+z],!j){for(L in Q)if(K=L.split(" "),K[1]===z&&(j=Q[G+" "+K[0]]||Q["* "+K[0]],j)){j===!0?j=Q[L]:Q[L]!==!0&&(z=K[0],oe.unshift(K[1]));break}}if(j!==!0)if(j&&O.throws)F=j(F);else try{F=j(F)}catch(fe){return{state:"parsererror",error:j?fe:"No conversion from "+G+" to "+z}}}}return{state:"success",data:F}}return n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:a.href,type:"GET",isLocal:v.test(a.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":w,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(O,F){return F?D(D(O,n.ajaxSettings),F):D(n.ajaxSettings,O)},ajaxPrefilter:b(x),ajaxTransport:b(A),ajax:function(O,F){typeof O=="object"&&(F=O,O=void 0),F=F||{};var B,H,L,z,j,K,G,Q,oe,fe,Z=n.ajaxSetup({},F),ye=Z.context||Z,ve=Z.context&&(ye.nodeType||ye.jquery)?n(ye):n.event,Ee=n.Deferred(),Qe=n.Callbacks("once memory"),gt=Z.statusCode||{},Et={},wt={},Lt="canceled",Ne={readyState:0,getResponseHeader:function(Me){var Ve;if(G){if(!z)for(z={};Ve=f.exec(L);)z[Ve[1].toLowerCase()+" "]=(z[Ve[1].toLowerCase()+" "]||[]).concat(Ve[2]);Ve=z[Me.toLowerCase()+" "]}return Ve==null?null:Ve.join(", ")},getAllResponseHeaders:function(){return G?L:null},setRequestHeader:function(Me,Ve){return G==null&&(Me=wt[Me.toLowerCase()]=wt[Me.toLowerCase()]||Me,Et[Me]=Ve),this},overrideMimeType:function(Me){return G==null&&(Z.mimeType=Me),this},statusCode:function(Me){var Ve;if(Me)if(G)Ne.always(Me[Ne.status]);else for(Ve in Me)gt[Ve]=[gt[Ve],Me[Ve]];return this},abort:function(Me){var Ve=Me||Lt;return B&&B.abort(Ve),At(0,Ve),this}};if(Ee.promise(Ne),Z.url=((O||Z.url||a.href)+"").replace(P,a.protocol+"//"),Z.type=F.method||F.type||Z.method||Z.type,Z.dataTypes=(Z.dataType||"*").toLowerCase().match(i)||[""],Z.crossDomain==null){K=p.createElement("a");try{K.href=Z.url,K.href=K.href,Z.crossDomain=T.protocol+"//"+T.host!=K.protocol+"//"+K.host}catch(Me){Z.crossDomain=!0}}if(Z.data&&Z.processData&&typeof Z.data!="string"&&(Z.data=n.param(Z.data,Z.traditional)),N(x,Z,F,Ne),G)return Ne;Q=n.event&&Z.global,Q&&n.active++===0&&n.event.trigger("ajaxStart"),Z.type=Z.type.toUpperCase(),Z.hasContent=!y.test(Z.type),H=Z.url.replace(g,""),Z.hasContent?Z.data&&Z.processData&&(Z.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(Z.data=Z.data.replace(s,"+")):(fe=Z.url.slice(H.length),Z.data&&(Z.processData||typeof Z.data=="string")&&(H+=(m.test(H)?"&":"?")+Z.data,delete Z.data),Z.cache===!1&&(H=H.replace(u,"$1"),fe=(m.test(H)?"&":"?")+"_="+c.guid+++fe),Z.url=H+fe),Z.ifModified&&(n.lastModified[H]&&Ne.setRequestHeader("If-Modified-Since",n.lastModified[H]),n.etag[H]&&Ne.setRequestHeader("If-None-Match",n.etag[H])),(Z.data&&Z.hasContent&&Z.contentType!==!1||F.contentType)&&Ne.setRequestHeader("Content-Type",Z.contentType),Ne.setRequestHeader("Accept",Z.dataTypes[0]&&Z.accepts[Z.dataTypes[0]]?Z.accepts[Z.dataTypes[0]]+(Z.dataTypes[0]!=="*"?", "+w+"; q=0.01":""):Z.accepts["*"]);for(oe in Z.headers)Ne.setRequestHeader(oe,Z.headers[oe]);if(Z.beforeSend&&(Z.beforeSend.call(ye,Ne,Z)===!1||G))return Ne.abort();if(Lt="abort",Qe.add(Z.complete),Ne.done(Z.success),Ne.fail(Z.error),B=N(A,Z,F,Ne),!B)At(-1,"No Transport");else{if(Ne.readyState=1,Q&&ve.trigger("ajaxSend",[Ne,Z]),G)return Ne;Z.async&&Z.timeout>0&&(j=window.setTimeout(function(){Ne.abort("timeout")},Z.timeout));try{G=!1,B.send(Et,At)}catch(Me){if(G)throw Me;At(-1,Me)}}function At(Me,Ve,Zt,gn){var nt,De,ce,be,we,X=Ve;G||(G=!0,j&&window.clearTimeout(j),B=void 0,L=gn||"",Ne.readyState=Me>0?4:0,nt=Me>=200&&Me<300||Me===304,Zt&&(be=I(Z,Ne,Zt)),!nt&&n.inArray("script",Z.dataTypes)>-1&&n.inArray("json",Z.dataTypes)<0&&(Z.converters["text script"]=function(){}),be=C(Z,be,Ne,nt),nt?(Z.ifModified&&(we=Ne.getResponseHeader("Last-Modified"),we&&(n.lastModified[H]=we),we=Ne.getResponseHeader("etag"),we&&(n.etag[H]=we)),Me===204||Z.type==="HEAD"?X="nocontent":Me===304?X="notmodified":(X=be.state,De=be.data,ce=be.error,nt=!ce)):(ce=X,(Me||!X)&&(X="error",Me<0&&(Me=0))),Ne.status=Me,Ne.statusText=(Ve||X)+"",nt?Ee.resolveWith(ye,[De,X,Ne]):Ee.rejectWith(ye,[Ne,X,ce]),Ne.statusCode(gt),gt=void 0,Q&&ve.trigger(nt?"ajaxSuccess":"ajaxError",[Ne,Z,nt?De:ce]),Qe.fireWith(ye,[Ne,X]),Q&&(ve.trigger("ajaxComplete",[Ne,Z]),--n.active||n.event.trigger("ajaxStop")))}return Ne},getJSON:function(O,F,B){return n.get(O,F,B,"json")},getScript:function(O,F){return n.get(O,void 0,F,"script")}}),n.each(["get","post"],function(O,F){n[F]=function(B,H,L,z){return h(H)&&(z=z||L,L=H,H=void 0),n.ajax(n.extend({url:B,type:F,dataType:z,data:H,success:L},n.isPlainObject(B)&&B))}}),n.ajaxPrefilter(function(O){var F;for(F in O.headers)F.toLowerCase()==="content-type"&&(O.contentType=O.headers[F]||"")}),n}.apply(_,d),r!==void 0&&(E.exports=r)},9186:(E,_,o)=>{var d,r;d=[o(766),o(3777),o(8972),o(7542),o(2952)],r=function(n,p,h,i){"use strict";var a=[],c=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var m=a.pop()||n.expando+"_"+h.guid++;return this[m]=!0,m}}),n.ajaxPrefilter("json jsonp",function(m,s,g){var u,f,v,y=m.jsonp!==!1&&(c.test(m.url)?"url":typeof m.data=="string"&&(m.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&c.test(m.data)&&"data");if(y||m.dataTypes[0]==="jsonp")return u=m.jsonpCallback=p(m.jsonpCallback)?m.jsonpCallback():m.jsonpCallback,y?m[y]=m[y].replace(c,"$1"+u):m.jsonp!==!1&&(m.url+=(i.test(m.url)?"&":"?")+m.jsonp+"="+u),m.converters["script json"]=function(){return v||n.error(u+" was not called"),v[0]},m.dataTypes[0]="json",f=window[u],window[u]=function(){v=arguments},g.always(function(){f===void 0?n(window).removeProp(u):window[u]=f,m[u]&&(m.jsonpCallback=s.jsonpCallback,a.push(u)),v&&p(f)&&f(v[0]),v=f=void 0}),"script"})}.apply(_,d),r!==void 0&&(E.exports=r)},6715:(E,_,o)=>{var d,r;d=[o(766),o(282),o(3777),o(1602),o(2952),o(4262),o(6080),o(4386)],r=function(n,p,h){"use strict";n.fn.load=function(i,a,c){var m,s,g,u=this,f=i.indexOf(" ");return f>-1&&(m=p(i.slice(f)),i=i.slice(0,f)),h(a)?(c=a,a=void 0):a&&typeof a=="object"&&(s="POST"),u.length>0&&n.ajax({url:i,type:s||"GET",dataType:"html",data:a}).done(function(v){g=arguments,u.html(m?n("<div>").append(n.parseHTML(v)).find(m):v)}).always(c&&function(v,y){u.each(function(){c.apply(this,g||[v.responseText,y,v])})}),this}}.apply(_,d),r!==void 0&&(E.exports=r)},5922:(E,_,o)=>{var d,r;d=[o(766),o(9176),o(2952)],r=function(n,p){"use strict";n.ajaxPrefilter(function(h){h.crossDomain&&(h.contents.script=!1)}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(h){return n.globalEval(h),h}}}),n.ajaxPrefilter("script",function(h){h.cache===void 0&&(h.cache=!1),h.crossDomain&&(h.type="GET")}),n.ajaxTransport("script",function(h){if(h.crossDomain||h.scriptAttrs){var i,a;return{send:function(c,m){i=n("<script>").attr(h.scriptAttrs||{}).prop({charset:h.scriptCharset,src:h.url}).on("load error",a=function(s){i.remove(),a=null,s&&m(s.type==="error"?404:200,s.type)}),p.head.appendChild(i[0])},abort:function(){a&&a()}}}})}.apply(_,d),r!==void 0&&(E.exports=r)},5067:(E,_,o)=>{var d;d=function(){"use strict";return window.location}.call(_,o,_,E),d!==void 0&&(E.exports=d)},8972:(E,_,o)=>{var d;d=function(){"use strict";return{guid:Date.now()}}.call(_,o,_,E),d!==void 0&&(E.exports=d)},7542:(E,_,o)=>{var d;d=function(){"use strict";return/\?/}.call(_,o,_,E),d!==void 0&&(E.exports=d)},1843:(E,_,o)=>{var d,r;d=[o(766),o(2695),o(2952)],r=function(n,p){"use strict";n.ajaxSettings.xhr=function(){try{return new window.XMLHttpRequest}catch(a){}};var h={0:200,1223:204},i=n.ajaxSettings.xhr();p.cors=!!i&&"withCredentials"in i,p.ajax=i=!!i,n.ajaxTransport(function(a){var c,m;if(p.cors||i&&!a.crossDomain)return{send:function(s,g){var u,f=a.xhr();if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(u in a.xhrFields)f[u]=a.xhrFields[u];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),!a.crossDomain&&!s["X-Requested-With"]&&(s["X-Requested-With"]="XMLHttpRequest");for(u in s)f.setRequestHeader(u,s[u]);c=function(v){return function(){c&&(c=m=f.onload=f.onerror=f.onabort=f.ontimeout=f.onreadystatechange=null,v==="abort"?f.abort():v==="error"?typeof f.status!="number"?g(0,"error"):g(f.status,f.statusText):g(h[f.status]||f.status,f.statusText,(f.responseType||"text")!=="text"||typeof f.responseText!="string"?{binary:f.response}:{text:f.responseText},f.getAllResponseHeaders()))}},f.onload=c(),m=f.onerror=f.ontimeout=c("error"),f.onabort!==void 0?f.onabort=m:f.onreadystatechange=function(){f.readyState===4&&window.setTimeout(function(){c&&m()})},c=c("abort");try{f.send(a.hasContent&&a.data||null)}catch(v){if(c)throw v}},abort:function(){c&&c()}}})}.apply(_,d),r!==void 0&&(E.exports=r)},7381:(E,_,o)=>{var d,r;d=[o(766),o(3423),o(7088),o(9652),o(4471)],r=function(n){"use strict";return n}.apply(_,d),r!==void 0&&(E.exports=r)},3423:(E,_,o)=>{var d,r;d=[o(766),o(6162),o(7355),o(1302),o(2903),o(4386)],r=function(n,p,h,i,a){"use strict";var c,m=n.expr.attrHandle;n.fn.extend({attr:function(s,g){return p(this,n.attr,s,g,arguments.length>1)},removeAttr:function(s){return this.each(function(){n.removeAttr(this,s)})}}),n.extend({attr:function(s,g,u){var f,v,y=s.nodeType;if(!(y===3||y===8||y===2)){if(typeof s.getAttribute=="undefined")return n.prop(s,g,u);if((y!==1||!n.isXMLDoc(s))&&(v=n.attrHooks[g.toLowerCase()]||(n.expr.match.bool.test(g)?c:void 0)),u!==void 0){if(u===null){n.removeAttr(s,g);return}return v&&"set"in v&&(f=v.set(s,u,g))!==void 0?f:(s.setAttribute(g,u+""),u)}return v&&"get"in v&&(f=v.get(s,g))!==null?f:(f=n.find.attr(s,g),f==null?void 0:f)}},attrHooks:{type:{set:function(s,g){if(!i.radioValue&&g==="radio"&&h(s,"input")){var u=s.value;return s.setAttribute("type",g),u&&(s.value=u),g}}}},removeAttr:function(s,g){var u,f=0,v=g&&g.match(a);if(v&&s.nodeType===1)for(;u=v[f++];)s.removeAttribute(u)}}),c={set:function(s,g,u){return g===!1?n.removeAttr(s,u):s.setAttribute(u,u),u}},n.each(n.expr.match.bool.source.match(/\w+/g),function(s,g){var u=m[g]||n.find.attr;m[g]=function(f,v,y){var P,x,A=v.toLowerCase();return y||(x=m[A],m[A]=P,P=u(f,v,y)!=null?A:null,m[A]=x),P}})}.apply(_,d),r!==void 0&&(E.exports=r)},9652:(E,_,o)=>{var d,r;d=[o(766),o(282),o(3777),o(2903),o(1891),o(9066)],r=function(n,p,h,i,a){"use strict";function c(s){return s.getAttribute&&s.getAttribute("class")||""}function m(s){return Array.isArray(s)?s:typeof s=="string"?s.match(i)||[]:[]}n.fn.extend({addClass:function(s){var g,u,f,v,y,P;return h(s)?this.each(function(x){n(this).addClass(s.call(this,x,c(this)))}):(g=m(s),g.length?this.each(function(){if(f=c(this),u=this.nodeType===1&&" "+p(f)+" ",u){for(y=0;y<g.length;y++)v=g[y],u.indexOf(" "+v+" ")<0&&(u+=v+" ");P=p(u),f!==P&&this.setAttribute("class",P)}}):this)},removeClass:function(s){var g,u,f,v,y,P;return h(s)?this.each(function(x){n(this).removeClass(s.call(this,x,c(this)))}):arguments.length?(g=m(s),g.length?this.each(function(){if(f=c(this),u=this.nodeType===1&&" "+p(f)+" ",u){for(y=0;y<g.length;y++)for(v=g[y];u.indexOf(" "+v+" ")>-1;)u=u.replace(" "+v+" "," ");P=p(u),f!==P&&this.setAttribute("class",P)}}):this):this.attr("class","")},toggleClass:function(s,g){var u,f,v,y,P=typeof s,x=P==="string"||Array.isArray(s);return h(s)?this.each(function(A){n(this).toggleClass(s.call(this,A,c(this),g),g)}):typeof g=="boolean"&&x?g?this.addClass(s):this.removeClass(s):(u=m(s),this.each(function(){if(x)for(y=n(this),v=0;v<u.length;v++)f=u[v],y.hasClass(f)?y.removeClass(f):y.addClass(f);else(s===void 0||P==="boolean")&&(f=c(this),f&&a.set(this,"__className__",f),this.setAttribute&&this.setAttribute("class",f||s===!1?"":a.get(this,"__className__")||""))}))},hasClass:function(s){var g,u,f=0;for(g=" "+s+" ";u=this[f++];)if(u.nodeType===1&&(" "+p(c(u))+" ").indexOf(g)>-1)return!0;return!1}})}.apply(_,d),r!==void 0&&(E.exports=r)},7088:(E,_,o)=>{var d,r;d=[o(766),o(6162),o(1302),o(4386)],r=function(n,p,h){"use strict";var i=/^(?:input|select|textarea|button)$/i,a=/^(?:a|area)$/i;n.fn.extend({prop:function(c,m){return p(this,n.prop,c,m,arguments.length>1)},removeProp:function(c){return this.each(function(){delete this[n.propFix[c]||c]})}}),n.extend({prop:function(c,m,s){var g,u,f=c.nodeType;if(!(f===3||f===8||f===2))return(f!==1||!n.isXMLDoc(c))&&(m=n.propFix[m]||m,u=n.propHooks[m]),s!==void 0?u&&"set"in u&&(g=u.set(c,s,m))!==void 0?g:c[m]=s:u&&"get"in u&&(g=u.get(c,m))!==null?g:c[m]},propHooks:{tabIndex:{get:function(c){var m=n.find.attr(c,"tabindex");return m?parseInt(m,10):i.test(c.nodeName)||a.test(c.nodeName)&&c.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),h.optSelected||(n.propHooks.selected={get:function(c){var m=c.parentNode;return m&&m.parentNode&&m.parentNode.selectedIndex,null},set:function(c){var m=c.parentNode;m&&(m.selectedIndex,m.parentNode&&m.parentNode.selectedIndex)}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this})}.apply(_,d),r!==void 0&&(E.exports=r)},1302:(E,_,o)=>{var d,r;d=[o(9176),o(2695)],r=function(n,p){"use strict";return function(){var h=n.createElement("input"),i=n.createElement("select"),a=i.appendChild(n.createElement("option"));h.type="checkbox",p.checkOn=h.value!=="",p.optSelected=a.selected,h=n.createElement("input"),h.value="t",h.type="radio",p.radioValue=h.value==="t"}(),p}.apply(_,d),r!==void 0&&(E.exports=r)},4471:(E,_,o)=>{var d,r;d=[o(766),o(282),o(1302),o(7355),o(3777),o(9066)],r=function(n,p,h,i,a){"use strict";var c=/\r/g;n.fn.extend({val:function(m){var s,g,u,f=this[0];return arguments.length?(u=a(m),this.each(function(v){var y;this.nodeType===1&&(u?y=m.call(this,v,n(this).val()):y=m,y==null?y="":typeof y=="number"?y+="":Array.isArray(y)&&(y=n.map(y,function(P){return P==null?"":P+""})),s=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],(!s||!("set"in s)||s.set(this,y,"value")===void 0)&&(this.value=y))})):f?(s=n.valHooks[f.type]||n.valHooks[f.nodeName.toLowerCase()],s&&"get"in s&&(g=s.get(f,"value"))!==void 0?g:(g=f.value,typeof g=="string"?g.replace(c,""):g==null?"":g)):void 0}}),n.extend({valHooks:{option:{get:function(m){var s=n.find.attr(m,"value");return s!=null?s:p(n.text(m))}},select:{get:function(m){var s,g,u,f=m.options,v=m.selectedIndex,y=m.type==="select-one",P=y?null:[],x=y?v+1:f.length;for(v<0?u=x:u=y?v:0;u<x;u++)if(g=f[u],(g.selected||u===v)&&!g.disabled&&(!g.parentNode.disabled||!i(g.parentNode,"optgroup"))){if(s=n(g).val(),y)return s;P.push(s)}return P},set:function(m,s){for(var g,u,f=m.options,v=n.makeArray(s),y=f.length;y--;)u=f[y],(u.selected=n.inArray(n.valHooks.option.get(u),v)>-1)&&(g=!0);return g||(m.selectedIndex=-1),v}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(m,s){if(Array.isArray(s))return m.checked=n.inArray(n(m).val(),s)>-1}},h.checkOn||(n.valHooks[this].get=function(m){return m.getAttribute("value")===null?"on":m.value})})}.apply(_,d),r!==void 0&&(E.exports=r)},9997:(E,_,o)=>{var d,r;d=[o(766),o(5626),o(3777),o(2903)],r=function(n,p,h,i){"use strict";function a(c){var m={};return n.each(c.match(i)||[],function(s,g){m[g]=!0}),m}return n.Callbacks=function(c){c=typeof c=="string"?a(c):n.extend({},c);var m,s,g,u,f=[],v=[],y=-1,P=function(){for(u=u||c.once,g=m=!0;v.length;y=-1)for(s=v.shift();++y<f.length;)f[y].apply(s[0],s[1])===!1&&c.stopOnFalse&&(y=f.length,s=!1);c.memory||(s=!1),m=!1,u&&(s?f=[]:f="")},x={add:function(){return f&&(s&&!m&&(y=f.length-1,v.push(s)),function A(w){n.each(w,function(T,b){h(b)?(!c.unique||!x.has(b))&&f.push(b):b&&b.length&&p(b)!=="string"&&A(b)})}(arguments),s&&!m&&P()),this},remove:function(){return n.each(arguments,function(A,w){for(var T;(T=n.inArray(w,f,T))>-1;)f.splice(T,1),T<=y&&y--}),this},has:function(A){return A?n.inArray(A,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return u=v=[],f=s="",this},disabled:function(){return!f},lock:function(){return u=v=[],!s&&!m&&(f=s=""),this},locked:function(){return!!u},fireWith:function(A,w){return u||(w=w||[],w=[A,w.slice?w.slice():w],v.push(w),m||P()),this},fire:function(){return x.fireWith(this,arguments),this},fired:function(){return!!g}};return x},n}.apply(_,d),r!==void 0&&(E.exports=r)},766:(E,_,o)=>{var d,r;d=[o(7019),o(5779),o(2967),o(4331),o(5472),o(6928),o(109),o(1141),o(154),o(9455),o(3824),o(2695),o(3777),o(4422),o(9742),o(5626)],r=function(n,p,h,i,a,c,m,s,g,u,f,v,y,P,x,A){"use strict";var w="3.7.0",T=/HTML$/i,b=function(D,I){return new b.fn.init(D,I)};b.fn=b.prototype={jquery:w,constructor:b,length:0,toArray:function(){return h.call(this)},get:function(D){return D==null?h.call(this):D<0?this[D+this.length]:this[D]},pushStack:function(D){var I=b.merge(this.constructor(),D);return I.prevObject=this,I},each:function(D){return b.each(this,D)},map:function(D){return this.pushStack(b.map(this,function(I,C){return D.call(I,C,I)}))},slice:function(){return this.pushStack(h.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(b.grep(this,function(D,I){return(I+1)%2}))},odd:function(){return this.pushStack(b.grep(this,function(D,I){return I%2}))},eq:function(D){var I=this.length,C=+D+(D<0?I:0);return this.pushStack(C>=0&&C<I?[this[C]]:[])},end:function(){return this.prevObject||this.constructor()},push:a,sort:n.sort,splice:n.splice},b.extend=b.fn.extend=function(){var D,I,C,O,F,B,H=arguments[0]||{},L=1,z=arguments.length,j=!1;for(typeof H=="boolean"&&(j=H,H=arguments[L]||{},L++),typeof H!="object"&&!y(H)&&(H={}),L===z&&(H=this,L--);L<z;L++)if((D=arguments[L])!=null)for(I in D)O=D[I],!(I==="__proto__"||H===O)&&(j&&O&&(b.isPlainObject(O)||(F=Array.isArray(O)))?(C=H[I],F&&!Array.isArray(C)?B=[]:!F&&!b.isPlainObject(C)?B={}:B=C,F=!1,H[I]=b.extend(j,B,O)):O!==void 0&&(H[I]=O));return H},b.extend({expando:"jQuery"+(w+Math.random()).replace(/\D/g,""),isReady:!0,error:function(D){throw new Error(D)},noop:function(){},isPlainObject:function(D){var I,C;return!D||s.call(D)!=="[object Object]"?!1:(I=p(D),I?(C=g.call(I,"constructor")&&I.constructor,typeof C=="function"&&u.call(C)===f):!0)},isEmptyObject:function(D){var I;for(I in D)return!1;return!0},globalEval:function(D,I,C){x(D,{nonce:I&&I.nonce},C)},each:function(D,I){var C,O=0;if(N(D))for(C=D.length;O<C&&I.call(D[O],O,D[O])!==!1;O++);else for(O in D)if(I.call(D[O],O,D[O])===!1)break;return D},text:function(D){var I,C="",O=0,F=D.nodeType;if(F){if(F===1||F===9||F===11)return D.textContent;if(F===3||F===4)return D.nodeValue}else for(;I=D[O++];)C+=b.text(I);return C},makeArray:function(D,I){var C=I||[];return D!=null&&(N(Object(D))?b.merge(C,typeof D=="string"?[D]:D):a.call(C,D)),C},inArray:function(D,I,C){return I==null?-1:c.call(I,D,C)},isXMLDoc:function(D){var I=D&&D.namespaceURI,C=D&&(D.ownerDocument||D).documentElement;return!T.test(I||C&&C.nodeName||"HTML")},merge:function(D,I){for(var C=+I.length,O=0,F=D.length;O<C;O++)D[F++]=I[O];return D.length=F,D},grep:function(D,I,C){for(var O,F=[],B=0,H=D.length,L=!C;B<H;B++)O=!I(D[B],B),O!==L&&F.push(D[B]);return F},map:function(D,I,C){var O,F,B=0,H=[];if(N(D))for(O=D.length;B<O;B++)F=I(D[B],B,C),F!=null&&H.push(F);else for(B in D)F=I(D[B],B,C),F!=null&&H.push(F);return i(H)},guid:1,support:v}),typeof Symbol=="function"&&(b.fn[Symbol.iterator]=n[Symbol.iterator]),b.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(D,I){m["[object "+I+"]"]=I.toLowerCase()});function N(D){var I=!!D&&"length"in D&&D.length,C=A(D);return y(D)||P(D)?!1:C==="array"||I===0||typeof I=="number"&&I>0&&I-1 in D}return b}.apply(_,d),r!==void 0&&(E.exports=r)},9742:(E,_,o)=>{var d,r;d=[o(9176)],r=function(n){"use strict";var p={type:!0,src:!0,nonce:!0,noModule:!0};function h(i,a,c){c=c||n;var m,s,g=c.createElement("script");if(g.text=i,a)for(m in p)s=a[m]||a.getAttribute&&a.getAttribute(m),s&&g.setAttribute(m,s);c.head.appendChild(g).parentNode.removeChild(g)}return h}.apply(_,d),r!==void 0&&(E.exports=r)},6162:(E,_,o)=>{var d,r;d=[o(766),o(5626),o(3777)],r=function(n,p,h){"use strict";var i=function(a,c,m,s,g,u,f){var v=0,y=a.length,P=m==null;if(p(m)==="object"){g=!0;for(v in m)i(a,c,v,m[v],!0,u,f)}else if(s!==void 0&&(g=!0,h(s)||(f=!0),P&&(f?(c.call(a,s),c=null):(P=c,c=function(x,A,w){return P.call(n(x),w)})),c))for(;v<y;v++)c(a[v],m,f?s:s.call(a[v],v,c(a[v],m)));return g?a:P?c.call(a):y?c(a[0],m):u};return i}.apply(_,d),r!==void 0&&(E.exports=r)},131:(E,_)=>{var o,d;o=[],d=function(){"use strict";var r=/^-ms-/,n=/-([a-z])/g;function p(i,a){return a.toUpperCase()}function h(i){return i.replace(r,"ms-").replace(n,p)}return h}.apply(_,o),d!==void 0&&(E.exports=d)},9066:(E,_,o)=>{var d,r;d=[o(766),o(9176),o(3777),o(5634),o(6980)],r=function(n,p,h,i){"use strict";var a,c=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,m=n.fn.init=function(s,g,u){var f,v;if(!s)return this;if(u=u||a,typeof s=="string")if(s[0]==="<"&&s[s.length-1]===">"&&s.length>=3?f=[null,s,null]:f=c.exec(s),f&&(f[1]||!g))if(f[1]){if(g=g instanceof n?g[0]:g,n.merge(this,n.parseHTML(f[1],g&&g.nodeType?g.ownerDocument||g:p,!0)),i.test(f[1])&&n.isPlainObject(g))for(f in g)h(this[f])?this[f](g[f]):this.attr(f,g[f]);return this}else return v=p.getElementById(f[2]),v&&(this[0]=v,this.length=1),this;else return!g||g.jquery?(g||u).find(s):this.constructor(g).find(s);else{if(s.nodeType)return this[0]=s,this.length=1,this;if(h(s))return u.ready!==void 0?u.ready(s):s(n)}return n.makeArray(s,this)};return m.prototype=n.fn,a=n(p),m}.apply(_,d),r!==void 0&&(E.exports=r)},2144:(E,_,o)=>{var d,r;d=[o(766),o(4483),o(348)],r=function(n,p){"use strict";var h=function(a){return n.contains(a.ownerDocument,a)},i={composed:!0};return p.getRootNode&&(h=function(a){return n.contains(a.ownerDocument,a)||a.getRootNode(i)===a.ownerDocument}),h}.apply(_,d),r!==void 0&&(E.exports=r)},7355:(E,_,o)=>{var d;d=function(){"use strict";function r(n,p){return n.nodeName&&n.nodeName.toLowerCase()===p.toLowerCase()}return r}.call(_,o,_,E),d!==void 0&&(E.exports=d)},1602:(E,_,o)=>{var d,r;d=[o(766),o(9176),o(5634),o(9616),o(8946)],r=function(n,p,h,i,a){"use strict";return n.parseHTML=function(c,m,s){if(typeof c!="string")return[];typeof m=="boolean"&&(s=m,m=!1);var g,u,f;return m||(a.createHTMLDocument?(m=p.implementation.createHTMLDocument(""),g=m.createElement("base"),g.href=p.location.href,m.head.appendChild(g)):m=p),u=h.exec(c),f=!s&&[],u?[m.createElement(u[1])]:(u=i([c],m,f),f&&f.length&&n(f).remove(),n.merge([],u.childNodes))},n.parseHTML}.apply(_,d),r!==void 0&&(E.exports=r)},3626:(E,_,o)=>{var d,r;d=[o(766)],r=function(n){"use strict";return n.parseXML=function(p){var h,i;if(!p||typeof p!="string")return null;try{h=new window.DOMParser().parseFromString(p,"text/xml")}catch(a){}return i=h&&h.getElementsByTagName("parsererror")[0],(!h||i)&&n.error("Invalid XML: "+(i?n.map(i.childNodes,function(a){return a.textContent}).join(`
|
|
`):p)),h},n.parseXML}.apply(_,d),r!==void 0&&(E.exports=r)},473:(E,_,o)=>{var d,r;d=[o(766),o(9176),o(9896),o(3596)],r=function(n,p){"use strict";var h=n.Deferred();n.fn.ready=function(a){return h.then(a).catch(function(c){n.readyException(c)}),this},n.extend({isReady:!1,readyWait:1,ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,!(a!==!0&&--n.readyWait>0)&&h.resolveWith(p,[n]))}}),n.ready.then=h.then;function i(){p.removeEventListener("DOMContentLoaded",i),window.removeEventListener("load",i),n.ready()}p.readyState==="complete"||p.readyState!=="loading"&&!p.documentElement.doScroll?window.setTimeout(n.ready):(p.addEventListener("DOMContentLoaded",i),window.addEventListener("load",i))}.apply(_,d),r!==void 0&&(E.exports=r)},9896:(E,_,o)=>{var d,r;d=[o(766)],r=function(n){"use strict";n.readyException=function(p){window.setTimeout(function(){throw p})}}.apply(_,d),r!==void 0&&(E.exports=r)},282:(E,_,o)=>{var d,r;d=[o(2903)],r=function(n){"use strict";function p(h){var i=h.match(n)||[];return i.join(" ")}return p}.apply(_,d),r!==void 0&&(E.exports=r)},8946:(E,_,o)=>{var d,r;d=[o(9176),o(2695)],r=function(n,p){"use strict";return p.createHTMLDocument=function(){var h=n.implementation.createHTMLDocument("").body;return h.innerHTML="<form></form><form></form>",h.childNodes.length===2}(),p}.apply(_,d),r!==void 0&&(E.exports=r)},5626:(E,_,o)=>{var d,r;d=[o(109),o(1141)],r=function(n,p){"use strict";function h(i){return i==null?i+"":typeof i=="object"||typeof i=="function"?n[p.call(i)]||"object":typeof i}return h}.apply(_,d),r!==void 0&&(E.exports=r)},5634:(E,_,o)=>{var d;d=function(){"use strict";return/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i}.call(_,o,_,E),d!==void 0&&(E.exports=d)},442:(E,_,o)=>{var d,r;d=[o(766),o(6162),o(131),o(7355),o(8926),o(1367),o(7853),o(3326),o(786),o(7165),o(6249),o(8505),o(8842),o(50),o(9418),o(9066),o(473),o(4386)],r=function(n,p,h,i,a,c,m,s,g,u,f,v,y,P,x){"use strict";var A=/^(none|table(?!-c[ea]).+)/,w={position:"absolute",visibility:"hidden",display:"block"},T={letterSpacing:"0",fontWeight:"400"};function b(I,C,O){var F=a.exec(C);return F?Math.max(0,F[2]-(O||0))+(F[3]||"px"):C}function N(I,C,O,F,B,H){var L=C==="width"?1:0,z=0,j=0,K=0;if(O===(F?"border":"content"))return 0;for(;L<4;L+=2)O==="margin"&&(K+=n.css(I,O+s[L],!0,B)),F?(O==="content"&&(j-=n.css(I,"padding"+s[L],!0,B)),O!=="margin"&&(j-=n.css(I,"border"+s[L]+"Width",!0,B))):(j+=n.css(I,"padding"+s[L],!0,B),O!=="padding"?j+=n.css(I,"border"+s[L]+"Width",!0,B):z+=n.css(I,"border"+s[L]+"Width",!0,B));return!F&&H>=0&&(j+=Math.max(0,Math.ceil(I["offset"+C[0].toUpperCase()+C.slice(1)]-H-j-z-.5))||0),j+K}function D(I,C,O){var F=g(I),B=!P.boxSizingReliable()||O,H=B&&n.css(I,"boxSizing",!1,F)==="border-box",L=H,z=f(I,C,F),j="offset"+C[0].toUpperCase()+C.slice(1);if(c.test(z)){if(!O)return z;z="auto"}return(!P.boxSizingReliable()&&H||!P.reliableTrDimensions()&&i(I,"tr")||z==="auto"||!parseFloat(z)&&n.css(I,"display",!1,F)==="inline")&&I.getClientRects().length&&(H=n.css(I,"boxSizing",!1,F)==="border-box",L=j in I,L&&(z=I[j])),z=parseFloat(z)||0,z+N(I,C,O||(H?"border":"content"),L,F,z)+"px"}return n.extend({cssHooks:{opacity:{get:function(I,C){if(C){var O=f(I,"opacity");return O===""?"1":O}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(I,C,O,F){if(!(!I||I.nodeType===3||I.nodeType===8||!I.style)){var B,H,L,z=h(C),j=m.test(C),K=I.style;if(j||(C=x(z)),L=n.cssHooks[C]||n.cssHooks[z],O!==void 0){if(H=typeof O,H==="string"&&(B=a.exec(O))&&B[1]&&(O=v(I,C,B),H="number"),O==null||O!==O)return;H==="number"&&!j&&(O+=B&&B[3]||(n.cssNumber[z]?"":"px")),!P.clearCloneStyle&&O===""&&C.indexOf("background")===0&&(K[C]="inherit"),(!L||!("set"in L)||(O=L.set(I,O,F))!==void 0)&&(j?K.setProperty(C,O):K[C]=O)}else return L&&"get"in L&&(B=L.get(I,!1,F))!==void 0?B:K[C]}},css:function(I,C,O,F){var B,H,L,z=h(C),j=m.test(C);return j||(C=x(z)),L=n.cssHooks[C]||n.cssHooks[z],L&&"get"in L&&(B=L.get(I,!0,O)),B===void 0&&(B=f(I,C,F)),B==="normal"&&C in T&&(B=T[C]),O===""||O?(H=parseFloat(B),O===!0||isFinite(H)?H||0:B):B}}),n.each(["height","width"],function(I,C){n.cssHooks[C]={get:function(O,F,B){if(F)return A.test(n.css(O,"display"))&&(!O.getClientRects().length||!O.getBoundingClientRect().width)?u(O,w,function(){return D(O,C,B)}):D(O,C,B)},set:function(O,F,B){var H,L=g(O),z=!P.scrollboxSize()&&L.position==="absolute",j=z||B,K=j&&n.css(O,"boxSizing",!1,L)==="border-box",G=B?N(O,C,B,K,L):0;return K&&z&&(G-=Math.ceil(O["offset"+C[0].toUpperCase()+C.slice(1)]-parseFloat(L[C])-N(O,C,"border",!1,L)-.5)),G&&(H=a.exec(F))&&(H[3]||"px")!=="px"&&(O.style[C]=F,F=n.css(O,C)),b(O,F,G)}}}),n.cssHooks.marginLeft=y(P.reliableMarginLeft,function(I,C){if(C)return(parseFloat(f(I,"marginLeft"))||I.getBoundingClientRect().left-u(I,{marginLeft:0},function(){return I.getBoundingClientRect().left}))+"px"}),n.each({margin:"",padding:"",border:"Width"},function(I,C){n.cssHooks[I+C]={expand:function(O){for(var F=0,B={},H=typeof O=="string"?O.split(" "):[O];F<4;F++)B[I+s[F]+C]=H[F]||H[F-2]||H[0];return B}},I!=="margin"&&(n.cssHooks[I+C].set=b)}),n.fn.extend({css:function(I,C){return p(this,function(O,F,B){var H,L,z={},j=0;if(Array.isArray(F)){for(H=g(O),L=F.length;j<L;j++)z[F[j]]=n.css(O,F[j],!1,H);return z}return B!==void 0?n.style(O,F,B):n.css(O,F)},I,C,arguments.length>1)}}),n}.apply(_,d),r!==void 0&&(E.exports=r)},8842:(E,_,o)=>{var d;d=function(){"use strict";function r(n,p){return{get:function(){if(n()){delete this.get;return}return(this.get=p).apply(this,arguments)}}}return r}.call(_,o,_,E),d!==void 0&&(E.exports=d)},8505:(E,_,o)=>{var d,r;d=[o(766),o(8926)],r=function(n,p){"use strict";function h(i,a,c,m){var s,g,u=20,f=m?function(){return m.cur()}:function(){return n.css(i,a,"")},v=f(),y=c&&c[3]||(n.cssNumber[a]?"":"px"),P=i.nodeType&&(n.cssNumber[a]||y!=="px"&&+v)&&p.exec(n.css(i,a));if(P&&P[3]!==y){for(v=v/2,y=y||P[3],P=+v||1;u--;)n.style(i,a,P+y),(1-g)*(1-(g=f()/v||.5))<=0&&(u=0),P=P/g;P=P*2,n.style(i,a,P+y),c=c||[]}return c&&(P=+P||+v||0,s=c[1]?P+(c[1]+1)*c[2]:+c[2],m&&(m.unit=y,m.start=P,m.end=s)),s}return h}.apply(_,d),r!==void 0&&(E.exports=r)},6249:(E,_,o)=>{var d,r;d=[o(766),o(2144),o(2888),o(1367),o(786),o(7853),o(1759),o(50)],r=function(n,p,h,i,a,c,m,s){"use strict";function g(u,f,v){var y,P,x,A,w=c.test(f),T=u.style;return v=v||a(u),v&&(A=v.getPropertyValue(f)||v[f],w&&A&&(A=A.replace(m,"$1")||void 0),A===""&&!p(u)&&(A=n.style(u,f)),!s.pixelBoxStyles()&&i.test(A)&&h.test(f)&&(y=T.width,P=T.minWidth,x=T.maxWidth,T.minWidth=T.maxWidth=T.width=A,A=v.width,T.width=y,T.minWidth=P,T.maxWidth=x)),A!==void 0?A+"":A}return g}.apply(_,d),r!==void 0&&(E.exports=r)},9418:(E,_,o)=>{var d,r;d=[o(9176),o(766)],r=function(n,p){"use strict";var h=["Webkit","Moz","ms"],i=n.createElement("div").style,a={};function c(s){for(var g=s[0].toUpperCase()+s.slice(1),u=h.length;u--;)if(s=h[u]+g,s in i)return s}function m(s){var g=p.cssProps[s]||a[s];return g||(s in i?s:a[s]=c(s)||s)}return m}.apply(_,d),r!==void 0&&(E.exports=r)},4312:(E,_,o)=>{var d,r;d=[o(766),o(4386)],r=function(n){"use strict";n.expr.pseudos.hidden=function(p){return!n.expr.pseudos.visible(p)},n.expr.pseudos.visible=function(p){return!!(p.offsetWidth||p.offsetHeight||p.getClientRects().length)}}.apply(_,d),r!==void 0&&(E.exports=r)},7113:(E,_,o)=>{var d,r;d=[o(766),o(1891),o(9095)],r=function(n,p,h){"use strict";var i={};function a(m){var s,g=m.ownerDocument,u=m.nodeName,f=i[u];return f||(s=g.body.appendChild(g.createElement(u)),f=n.css(s,"display"),s.parentNode.removeChild(s),f==="none"&&(f="block"),i[u]=f,f)}function c(m,s){for(var g,u,f=[],v=0,y=m.length;v<y;v++)u=m[v],u.style&&(g=u.style.display,s?(g==="none"&&(f[v]=p.get(u,"display")||null,f[v]||(u.style.display="")),u.style.display===""&&h(u)&&(f[v]=a(u))):g!=="none"&&(f[v]="none",p.set(u,"display",g)));for(v=0;v<y;v++)f[v]!=null&&(m[v].style.display=f[v]);return m}return n.fn.extend({show:function(){return c(this,!0)},hide:function(){return c(this)},toggle:function(m){return typeof m=="boolean"?m?this.show():this.hide():this.each(function(){h(this)?n(this).show():n(this).hide()})}}),c}.apply(_,d),r!==void 0&&(E.exports=r)},50:(E,_,o)=>{var d,r;d=[o(766),o(9176),o(4483),o(2695)],r=function(n,p,h,i){"use strict";return function(){function a(){if(P){y.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",P.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",h.appendChild(y).appendChild(P);var x=window.getComputedStyle(P);m=x.top!=="1%",v=c(x.marginLeft)===12,P.style.right="60%",u=c(x.right)===36,s=c(x.width)===36,P.style.position="absolute",g=c(P.offsetWidth/3)===12,h.removeChild(y),P=null}}function c(x){return Math.round(parseFloat(x))}var m,s,g,u,f,v,y=p.createElement("div"),P=p.createElement("div");P.style&&(P.style.backgroundClip="content-box",P.cloneNode(!0).style.backgroundClip="",i.clearCloneStyle=P.style.backgroundClip==="content-box",n.extend(i,{boxSizingReliable:function(){return a(),s},pixelBoxStyles:function(){return a(),u},pixelPosition:function(){return a(),m},reliableMarginLeft:function(){return a(),v},scrollboxSize:function(){return a(),g},reliableTrDimensions:function(){var x,A,w,T;return f==null&&(x=p.createElement("table"),A=p.createElement("tr"),w=p.createElement("div"),x.style.cssText="position:absolute;left:-11111px;border-collapse:separate",A.style.cssText="border:1px solid",A.style.height="1px",w.style.height="9px",w.style.display="block",h.appendChild(x).appendChild(A).appendChild(w),T=window.getComputedStyle(A),f=parseInt(T.height,10)+parseInt(T.borderTopWidth,10)+parseInt(T.borderBottomWidth,10)===A.offsetHeight,h.removeChild(x)),f}}))}(),i}.apply(_,d),r!==void 0&&(E.exports=r)},3326:(E,_,o)=>{var d;d=function(){"use strict";return["Top","Right","Bottom","Left"]}.call(_,o,_,E),d!==void 0&&(E.exports=d)},786:(E,_,o)=>{var d;d=function(){"use strict";return function(r){var n=r.ownerDocument.defaultView;return(!n||!n.opener)&&(n=window),n.getComputedStyle(r)}}.call(_,o,_,E),d!==void 0&&(E.exports=d)},9095:(E,_,o)=>{var d,r;d=[o(766),o(2144)],r=function(n,p){"use strict";return function(h,i){return h=i||h,h.style.display==="none"||h.style.display===""&&p(h)&&n.css(h,"display")==="none"}}.apply(_,d),r!==void 0&&(E.exports=r)},2888:(E,_,o)=>{var d,r;d=[o(3326)],r=function(n){"use strict";return new RegExp(n.join("|"),"i")}.apply(_,d),r!==void 0&&(E.exports=r)},7853:(E,_,o)=>{var d;d=function(){"use strict";return/^--/}.call(_,o,_,E),d!==void 0&&(E.exports=d)},1367:(E,_,o)=>{var d,r;d=[o(4678)],r=function(n){"use strict";return new RegExp("^("+n+")(?!px)[a-z%]+$","i")}.apply(_,d),r!==void 0&&(E.exports=r)},7165:(E,_,o)=>{var d;d=function(){"use strict";return function(r,n,p){var h,i,a={};for(i in n)a[i]=r.style[i],r.style[i]=n[i];h=p.call(r);for(i in n)r.style[i]=a[i];return h}}.call(_,o,_,E),d!==void 0&&(E.exports=d)},9102:(E,_,o)=>{var d,r;d=[o(766),o(6162),o(131),o(1891),o(2914)],r=function(n,p,h,i,a){"use strict";var c=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,m=/[A-Z]/g;function s(u){return u==="true"?!0:u==="false"?!1:u==="null"?null:u===+u+""?+u:c.test(u)?JSON.parse(u):u}function g(u,f,v){var y;if(v===void 0&&u.nodeType===1)if(y="data-"+f.replace(m,"-$&").toLowerCase(),v=u.getAttribute(y),typeof v=="string"){try{v=s(v)}catch(P){}a.set(u,f,v)}else v=void 0;return v}return n.extend({hasData:function(u){return a.hasData(u)||i.hasData(u)},data:function(u,f,v){return a.access(u,f,v)},removeData:function(u,f){a.remove(u,f)},_data:function(u,f,v){return i.access(u,f,v)},_removeData:function(u,f){i.remove(u,f)}}),n.fn.extend({data:function(u,f){var v,y,P,x=this[0],A=x&&x.attributes;if(u===void 0){if(this.length&&(P=a.get(x),x.nodeType===1&&!i.get(x,"hasDataAttrs"))){for(v=A.length;v--;)A[v]&&(y=A[v].name,y.indexOf("data-")===0&&(y=h(y.slice(5)),g(x,y,P[y])));i.set(x,"hasDataAttrs",!0)}return P}return typeof u=="object"?this.each(function(){a.set(this,u)}):p(this,function(w){var T;if(x&&w===void 0)return T=a.get(x,u),T!==void 0||(T=g(x,u),T!==void 0)?T:void 0;this.each(function(){a.set(this,u,w)})},null,f,arguments.length>1,null,!0)},removeData:function(u){return this.each(function(){a.remove(this,u)})}}),n}.apply(_,d),r!==void 0&&(E.exports=r)},5621:(E,_,o)=>{var d,r;d=[o(766),o(131),o(2903),o(5581)],r=function(n,p,h,i){"use strict";function a(){this.expando=n.expando+a.uid++}return a.uid=1,a.prototype={cache:function(c){var m=c[this.expando];return m||(m={},i(c)&&(c.nodeType?c[this.expando]=m:Object.defineProperty(c,this.expando,{value:m,configurable:!0}))),m},set:function(c,m,s){var g,u=this.cache(c);if(typeof m=="string")u[p(m)]=s;else for(g in m)u[p(g)]=m[g];return u},get:function(c,m){return m===void 0?this.cache(c):c[this.expando]&&c[this.expando][p(m)]},access:function(c,m,s){return m===void 0||m&&typeof m=="string"&&s===void 0?this.get(c,m):(this.set(c,m,s),s!==void 0?s:m)},remove:function(c,m){var s,g=c[this.expando];if(g!==void 0){if(m!==void 0)for(Array.isArray(m)?m=m.map(p):(m=p(m),m=m in g?[m]:m.match(h)||[]),s=m.length;s--;)delete g[m[s]];(m===void 0||n.isEmptyObject(g))&&(c.nodeType?c[this.expando]=void 0:delete c[this.expando])}},hasData:function(c){var m=c[this.expando];return m!==void 0&&!n.isEmptyObject(m)}},a}.apply(_,d),r!==void 0&&(E.exports=r)},5581:(E,_,o)=>{var d;d=function(){"use strict";return function(r){return r.nodeType===1||r.nodeType===9||!+r.nodeType}}.call(_,o,_,E),d!==void 0&&(E.exports=d)},1891:(E,_,o)=>{var d,r;d=[o(5621)],r=function(n){"use strict";return new n}.apply(_,d),r!==void 0&&(E.exports=r)},2914:(E,_,o)=>{var d,r;d=[o(5621)],r=function(n){"use strict";return new n}.apply(_,d),r!==void 0&&(E.exports=r)},3596:(E,_,o)=>{var d,r;d=[o(766),o(3777),o(2967),o(9997)],r=function(n,p,h){"use strict";function i(m){return m}function a(m){throw m}function c(m,s,g,u){var f;try{m&&p(f=m.promise)?f.call(m).done(s).fail(g):m&&p(f=m.then)?f.call(m,s,g):s.apply(void 0,[m].slice(u))}catch(v){g.apply(void 0,[v])}}return n.extend({Deferred:function(m){var s=[["notify","progress",n.Callbacks("memory"),n.Callbacks("memory"),2],["resolve","done",n.Callbacks("once memory"),n.Callbacks("once memory"),0,"resolved"],["reject","fail",n.Callbacks("once memory"),n.Callbacks("once memory"),1,"rejected"]],g="pending",u={state:function(){return g},always:function(){return f.done(arguments).fail(arguments),this},catch:function(v){return u.then(null,v)},pipe:function(){var v=arguments;return n.Deferred(function(y){n.each(s,function(P,x){var A=p(v[x[4]])&&v[x[4]];f[x[1]](function(){var w=A&&A.apply(this,arguments);w&&p(w.promise)?w.promise().progress(y.notify).done(y.resolve).fail(y.reject):y[x[0]+"With"](this,A?[w]:arguments)})}),v=null}).promise()},then:function(v,y,P){var x=0;function A(w,T,b,N){return function(){var D=this,I=arguments,C=function(){var F,B;if(!(w<x)){if(F=b.apply(D,I),F===T.promise())throw new TypeError("Thenable self-resolution");B=F&&(typeof F=="object"||typeof F=="function")&&F.then,p(B)?N?B.call(F,A(x,T,i,N),A(x,T,a,N)):(x++,B.call(F,A(x,T,i,N),A(x,T,a,N),A(x,T,i,T.notifyWith))):(b!==i&&(D=void 0,I=[F]),(N||T.resolveWith)(D,I))}},O=N?C:function(){try{C()}catch(F){n.Deferred.exceptionHook&&n.Deferred.exceptionHook(F,O.error),w+1>=x&&(b!==a&&(D=void 0,I=[F]),T.rejectWith(D,I))}};w?O():(n.Deferred.getErrorHook?O.error=n.Deferred.getErrorHook():n.Deferred.getStackHook&&(O.error=n.Deferred.getStackHook()),window.setTimeout(O))}}return n.Deferred(function(w){s[0][3].add(A(0,w,p(P)?P:i,w.notifyWith)),s[1][3].add(A(0,w,p(v)?v:i)),s[2][3].add(A(0,w,p(y)?y:a))}).promise()},promise:function(v){return v!=null?n.extend(v,u):u}},f={};return n.each(s,function(v,y){var P=y[2],x=y[5];u[y[1]]=P.add,x&&P.add(function(){g=x},s[3-v][2].disable,s[3-v][3].disable,s[0][2].lock,s[0][3].lock),P.add(y[3].fire),f[y[0]]=function(){return f[y[0]+"With"](this===f?void 0:this,arguments),this},f[y[0]+"With"]=P.fireWith}),u.promise(f),m&&m.call(f,f),f},when:function(m){var s=arguments.length,g=s,u=Array(g),f=h.call(arguments),v=n.Deferred(),y=function(P){return function(x){u[P]=this,f[P]=arguments.length>1?h.call(arguments):x,--s||v.resolveWith(u,f)}};if(s<=1&&(c(m,v.done(y(g)).resolve,v.reject,!s),v.state()==="pending"||p(f[g]&&f[g].then)))return v.then();for(;g--;)c(f[g],y(g),v.reject);return v.promise()}}),n}.apply(_,d),r!==void 0&&(E.exports=r)},3318:(E,_,o)=>{var d,r;d=[o(766),o(3596)],r=function(n){"use strict";var p=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;n.Deferred.exceptionHook=function(h,i){window.console&&window.console.warn&&h&&p.test(h.name)&&window.console.warn("jQuery.Deferred exception: "+h.message,h.stack,i)}}.apply(_,d),r!==void 0&&(E.exports=r)},7300:(E,_,o)=>{var d,r;d=[o(766),o(7355),o(131),o(5626),o(3777),o(4422),o(2967),o(204),o(244)],r=function(n,p,h,i,a,c,m){"use strict";var s=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;n.proxy=function(g,u){var f,v,y;if(typeof u=="string"&&(f=g[u],u=g,g=f),!!a(g))return v=m.call(arguments,2),y=function(){return g.apply(u||this,v.concat(m.call(arguments)))},y.guid=g.guid=g.guid||n.guid++,y},n.holdReady=function(g){g?n.readyWait++:n.ready(!0)},n.isArray=Array.isArray,n.parseJSON=JSON.parse,n.nodeName=p,n.isFunction=a,n.isWindow=c,n.camelCase=h,n.type=i,n.now=Date.now,n.isNumeric=function(g){var u=n.type(g);return(u==="number"||u==="string")&&!isNaN(g-parseFloat(g))},n.trim=function(g){return g==null?"":(g+"").replace(s,"$1")}}.apply(_,d),r!==void 0&&(E.exports=r)},204:(E,_,o)=>{var d,r;d=[o(766),o(2952),o(3603)],r=function(n){"use strict";n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(p,h){n.fn[h]=function(i){return this.on(h,i)}})}.apply(_,d),r!==void 0&&(E.exports=r)},244:(E,_,o)=>{var d,r;d=[o(766),o(3603),o(7679)],r=function(n){"use strict";n.fn.extend({bind:function(p,h,i){return this.on(p,null,h,i)},unbind:function(p,h){return this.off(p,null,h)},delegate:function(p,h,i,a){return this.on(h,p,i,a)},undelegate:function(p,h,i){return arguments.length===1?this.off(p,"**"):this.off(h,p||"**",i)},hover:function(p,h){return this.mouseenter(p).mouseleave(h||p)}}),n.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(p,h){n.fn[h]=function(i,a){return arguments.length>0?this.on(h,null,i,a):this.trigger(h)}})}.apply(_,d),r!==void 0&&(E.exports=r)},3227:(E,_,o)=>{var d,r;d=[o(766),o(6162),o(4422),o(442)],r=function(n,p,h){"use strict";return n.each({Height:"height",Width:"width"},function(i,a){n.each({padding:"inner"+i,content:a,"":"outer"+i},function(c,m){n.fn[m]=function(s,g){var u=arguments.length&&(c||typeof s!="boolean"),f=c||(s===!0||g===!0?"margin":"border");return p(this,function(v,y,P){var x;return h(v)?m.indexOf("outer")===0?v["inner"+i]:v.document.documentElement["client"+i]:v.nodeType===9?(x=v.documentElement,Math.max(v.body["scroll"+i],x["scroll"+i],v.body["offset"+i],x["offset"+i],x["client"+i])):P===void 0?n.css(v,y,f):n.style(v,y,P,f)},a,u?s:void 0,u)}})}),n}.apply(_,d),r!==void 0&&(E.exports=r)},2050:(E,_,o)=>{var d,r;d=[o(766),o(131),o(9176),o(3777),o(8926),o(2903),o(3326),o(9095),o(8505),o(1891),o(7113),o(9066),o(4397),o(3596),o(4262),o(6080),o(442),o(938)],r=function(n,p,h,i,a,c,m,s,g,u,f){"use strict";var v,y,P=/^(?:toggle|show|hide)$/,x=/queueHooks$/;function A(){y&&(h.hidden===!1&&window.requestAnimationFrame?window.requestAnimationFrame(A):window.setTimeout(A,n.fx.interval),n.fx.tick())}function w(){return window.setTimeout(function(){v=void 0}),v=Date.now()}function T(C,O){var F,B=0,H={height:C};for(O=O?1:0;B<4;B+=2-O)F=m[B],H["margin"+F]=H["padding"+F]=C;return O&&(H.opacity=H.width=C),H}function b(C,O,F){for(var B,H=(I.tweeners[O]||[]).concat(I.tweeners["*"]),L=0,z=H.length;L<z;L++)if(B=H[L].call(F,O,C))return B}function N(C,O,F){var B,H,L,z,j,K,G,Q,oe="width"in O||"height"in O,fe=this,Z={},ye=C.style,ve=C.nodeType&&s(C),Ee=u.get(C,"fxshow");F.queue||(z=n._queueHooks(C,"fx"),z.unqueued==null&&(z.unqueued=0,j=z.empty.fire,z.empty.fire=function(){z.unqueued||j()}),z.unqueued++,fe.always(function(){fe.always(function(){z.unqueued--,n.queue(C,"fx").length||z.empty.fire()})}));for(B in O)if(H=O[B],P.test(H)){if(delete O[B],L=L||H==="toggle",H===(ve?"hide":"show"))if(H==="show"&&Ee&&Ee[B]!==void 0)ve=!0;else continue;Z[B]=Ee&&Ee[B]||n.style(C,B)}if(K=!n.isEmptyObject(O),!(!K&&n.isEmptyObject(Z))){oe&&C.nodeType===1&&(F.overflow=[ye.overflow,ye.overflowX,ye.overflowY],G=Ee&&Ee.display,G==null&&(G=u.get(C,"display")),Q=n.css(C,"display"),Q==="none"&&(G?Q=G:(f([C],!0),G=C.style.display||G,Q=n.css(C,"display"),f([C]))),(Q==="inline"||Q==="inline-block"&&G!=null)&&n.css(C,"float")==="none"&&(K||(fe.done(function(){ye.display=G}),G==null&&(Q=ye.display,G=Q==="none"?"":Q)),ye.display="inline-block")),F.overflow&&(ye.overflow="hidden",fe.always(function(){ye.overflow=F.overflow[0],ye.overflowX=F.overflow[1],ye.overflowY=F.overflow[2]})),K=!1;for(B in Z)K||(Ee?"hidden"in Ee&&(ve=Ee.hidden):Ee=u.access(C,"fxshow",{display:G}),L&&(Ee.hidden=!ve),ve&&f([C],!0),fe.done(function(){ve||f([C]),u.remove(C,"fxshow");for(B in Z)n.style(C,B,Z[B])})),K=b(ve?Ee[B]:0,B,fe),B in Ee||(Ee[B]=K.start,ve&&(K.end=K.start,K.start=0))}}function D(C,O){var F,B,H,L,z;for(F in C)if(B=p(F),H=O[B],L=C[F],Array.isArray(L)&&(H=L[1],L=C[F]=L[0]),F!==B&&(C[B]=L,delete C[F]),z=n.cssHooks[B],z&&"expand"in z){L=z.expand(L),delete C[B];for(F in L)F in C||(C[F]=L[F],O[F]=H)}else O[B]=H}function I(C,O,F){var B,H,L=0,z=I.prefilters.length,j=n.Deferred().always(function(){delete K.elem}),K=function(){if(H)return!1;for(var oe=v||w(),fe=Math.max(0,G.startTime+G.duration-oe),Z=fe/G.duration||0,ye=1-Z,ve=0,Ee=G.tweens.length;ve<Ee;ve++)G.tweens[ve].run(ye);return j.notifyWith(C,[G,ye,fe]),ye<1&&Ee?fe:(Ee||j.notifyWith(C,[G,1,0]),j.resolveWith(C,[G]),!1)},G=j.promise({elem:C,props:n.extend({},O),opts:n.extend(!0,{specialEasing:{},easing:n.easing._default},F),originalProperties:O,originalOptions:F,startTime:v||w(),duration:F.duration,tweens:[],createTween:function(oe,fe){var Z=n.Tween(C,G.opts,oe,fe,G.opts.specialEasing[oe]||G.opts.easing);return G.tweens.push(Z),Z},stop:function(oe){var fe=0,Z=oe?G.tweens.length:0;if(H)return this;for(H=!0;fe<Z;fe++)G.tweens[fe].run(1);return oe?(j.notifyWith(C,[G,1,0]),j.resolveWith(C,[G,oe])):j.rejectWith(C,[G,oe]),this}}),Q=G.props;for(D(Q,G.opts.specialEasing);L<z;L++)if(B=I.prefilters[L].call(G,C,Q,G.opts),B)return i(B.stop)&&(n._queueHooks(G.elem,G.opts.queue).stop=B.stop.bind(B)),B;return n.map(Q,b,G),i(G.opts.start)&&G.opts.start.call(C,G),G.progress(G.opts.progress).done(G.opts.done,G.opts.complete).fail(G.opts.fail).always(G.opts.always),n.fx.timer(n.extend(K,{elem:C,anim:G,queue:G.opts.queue})),G}return n.Animation=n.extend(I,{tweeners:{"*":[function(C,O){var F=this.createTween(C,O);return g(F.elem,C,a.exec(O),F),F}]},tweener:function(C,O){i(C)?(O=C,C=["*"]):C=C.match(c);for(var F,B=0,H=C.length;B<H;B++)F=C[B],I.tweeners[F]=I.tweeners[F]||[],I.tweeners[F].unshift(O)},prefilters:[N],prefilter:function(C,O){O?I.prefilters.unshift(C):I.prefilters.push(C)}}),n.speed=function(C,O,F){var B=C&&typeof C=="object"?n.extend({},C):{complete:F||!F&&O||i(C)&&C,duration:C,easing:F&&O||O&&!i(O)&&O};return n.fx.off?B.duration=0:typeof B.duration!="number"&&(B.duration in n.fx.speeds?B.duration=n.fx.speeds[B.duration]:B.duration=n.fx.speeds._default),(B.queue==null||B.queue===!0)&&(B.queue="fx"),B.old=B.complete,B.complete=function(){i(B.old)&&B.old.call(this),B.queue&&n.dequeue(this,B.queue)},B},n.fn.extend({fadeTo:function(C,O,F,B){return this.filter(s).css("opacity",0).show().end().animate({opacity:O},C,F,B)},animate:function(C,O,F,B){var H=n.isEmptyObject(C),L=n.speed(O,F,B),z=function(){var j=I(this,n.extend({},C),L);(H||u.get(this,"finish"))&&j.stop(!0)};return z.finish=z,H||L.queue===!1?this.each(z):this.queue(L.queue,z)},stop:function(C,O,F){var B=function(H){var L=H.stop;delete H.stop,L(F)};return typeof C!="string"&&(F=O,O=C,C=void 0),O&&this.queue(C||"fx",[]),this.each(function(){var H=!0,L=C!=null&&C+"queueHooks",z=n.timers,j=u.get(this);if(L)j[L]&&j[L].stop&&B(j[L]);else for(L in j)j[L]&&j[L].stop&&x.test(L)&&B(j[L]);for(L=z.length;L--;)z[L].elem===this&&(C==null||z[L].queue===C)&&(z[L].anim.stop(F),H=!1,z.splice(L,1));(H||!F)&&n.dequeue(this,C)})},finish:function(C){return C!==!1&&(C=C||"fx"),this.each(function(){var O,F=u.get(this),B=F[C+"queue"],H=F[C+"queueHooks"],L=n.timers,z=B?B.length:0;for(F.finish=!0,n.queue(this,C,[]),H&&H.stop&&H.stop.call(this,!0),O=L.length;O--;)L[O].elem===this&&L[O].queue===C&&(L[O].anim.stop(!0),L.splice(O,1));for(O=0;O<z;O++)B[O]&&B[O].finish&&B[O].finish.call(this);delete F.finish})}}),n.each(["toggle","show","hide"],function(C,O){var F=n.fn[O];n.fn[O]=function(B,H,L){return B==null||typeof B=="boolean"?F.apply(this,arguments):this.animate(T(O,!0),B,H,L)}}),n.each({slideDown:T("show"),slideUp:T("hide"),slideToggle:T("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(C,O){n.fn[C]=function(F,B,H){return this.animate(O,F,B,H)}}),n.timers=[],n.fx.tick=function(){var C,O=0,F=n.timers;for(v=Date.now();O<F.length;O++)C=F[O],!C()&&F[O]===C&&F.splice(O--,1);F.length||n.fx.stop(),v=void 0},n.fx.timer=function(C){n.timers.push(C),n.fx.start()},n.fx.interval=13,n.fx.start=function(){y||(y=!0,A())},n.fx.stop=function(){y=null},n.fx.speeds={slow:600,fast:200,_default:400},n}.apply(_,d),r!==void 0&&(E.exports=r)},938:(E,_,o)=>{var d,r;d=[o(766),o(9418),o(442)],r=function(n,p){"use strict";function h(i,a,c,m,s){return new h.prototype.init(i,a,c,m,s)}n.Tween=h,h.prototype={constructor:h,init:function(i,a,c,m,s,g){this.elem=i,this.prop=c,this.easing=s||n.easing._default,this.options=a,this.start=this.now=this.cur(),this.end=m,this.unit=g||(n.cssNumber[c]?"":"px")},cur:function(){var i=h.propHooks[this.prop];return i&&i.get?i.get(this):h.propHooks._default.get(this)},run:function(i){var a,c=h.propHooks[this.prop];return this.options.duration?this.pos=a=n.easing[this.easing](i,this.options.duration*i,0,1,this.options.duration):this.pos=a=i,this.now=(this.end-this.start)*a+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):h.propHooks._default.set(this),this}},h.prototype.init.prototype=h.prototype,h.propHooks={_default:{get:function(i){var a;return i.elem.nodeType!==1||i.elem[i.prop]!=null&&i.elem.style[i.prop]==null?i.elem[i.prop]:(a=n.css(i.elem,i.prop,""),!a||a==="auto"?0:a)},set:function(i){n.fx.step[i.prop]?n.fx.step[i.prop](i):i.elem.nodeType===1&&(n.cssHooks[i.prop]||i.elem.style[p(i.prop)]!=null)?n.style(i.elem,i.prop,i.now+i.unit):i.elem[i.prop]=i.now}}},h.propHooks.scrollTop=h.propHooks.scrollLeft={set:function(i){i.elem.nodeType&&i.elem.parentNode&&(i.elem[i.prop]=i.now)}},n.easing={linear:function(i){return i},swing:function(i){return .5-Math.cos(i*Math.PI)/2},_default:"swing"},n.fx=h.prototype.init,n.fx.step={}}.apply(_,d),r!==void 0&&(E.exports=r)},3579:(E,_,o)=>{var d,r;d=[o(766),o(4386),o(2050)],r=function(n){"use strict";n.expr.pseudos.animated=function(p){return n.grep(n.timers,function(h){return p===h.elem}).length}}.apply(_,d),r!==void 0&&(E.exports=r)},3603:(E,_,o)=>{var d,r;d=[o(766),o(9176),o(4483),o(3777),o(2903),o(2037),o(2967),o(5581),o(1891),o(7355),o(9066),o(4386)],r=function(n,p,h,i,a,c,m,s,g,u){"use strict";var f=/^([^.]*)(?:\.(.+)|)/;function v(){return!0}function y(){return!1}function P(A,w,T,b,N,D){var I,C;if(typeof w=="object"){typeof T!="string"&&(b=b||T,T=void 0);for(C in w)P(A,C,T,b,w[C],D);return A}if(b==null&&N==null?(N=T,b=T=void 0):N==null&&(typeof T=="string"?(N=b,b=void 0):(N=b,b=T,T=void 0)),N===!1)N=y;else if(!N)return A;return D===1&&(I=N,N=function(O){return n().off(O),I.apply(this,arguments)},N.guid=I.guid||(I.guid=n.guid++)),A.each(function(){n.event.add(this,w,N,b,T)})}n.event={global:{},add:function(A,w,T,b,N){var D,I,C,O,F,B,H,L,z,j,K,G=g.get(A);if(s(A))for(T.handler&&(D=T,T=D.handler,N=D.selector),N&&n.find.matchesSelector(h,N),T.guid||(T.guid=n.guid++),(O=G.events)||(O=G.events=Object.create(null)),(I=G.handle)||(I=G.handle=function(Q){return typeof n!="undefined"&&n.event.triggered!==Q.type?n.event.dispatch.apply(A,arguments):void 0}),w=(w||"").match(a)||[""],F=w.length;F--;)C=f.exec(w[F])||[],z=K=C[1],j=(C[2]||"").split(".").sort(),z&&(H=n.event.special[z]||{},z=(N?H.delegateType:H.bindType)||z,H=n.event.special[z]||{},B=n.extend({type:z,origType:K,data:b,handler:T,guid:T.guid,selector:N,needsContext:N&&n.expr.match.needsContext.test(N),namespace:j.join(".")},D),(L=O[z])||(L=O[z]=[],L.delegateCount=0,(!H.setup||H.setup.call(A,b,j,I)===!1)&&A.addEventListener&&A.addEventListener(z,I)),H.add&&(H.add.call(A,B),B.handler.guid||(B.handler.guid=T.guid)),N?L.splice(L.delegateCount++,0,B):L.push(B),n.event.global[z]=!0)},remove:function(A,w,T,b,N){var D,I,C,O,F,B,H,L,z,j,K,G=g.hasData(A)&&g.get(A);if(!(!G||!(O=G.events))){for(w=(w||"").match(a)||[""],F=w.length;F--;){if(C=f.exec(w[F])||[],z=K=C[1],j=(C[2]||"").split(".").sort(),!z){for(z in O)n.event.remove(A,z+w[F],T,b,!0);continue}for(H=n.event.special[z]||{},z=(b?H.delegateType:H.bindType)||z,L=O[z]||[],C=C[2]&&new RegExp("(^|\\.)"+j.join("\\.(?:.*\\.|)")+"(\\.|$)"),I=D=L.length;D--;)B=L[D],(N||K===B.origType)&&(!T||T.guid===B.guid)&&(!C||C.test(B.namespace))&&(!b||b===B.selector||b==="**"&&B.selector)&&(L.splice(D,1),B.selector&&L.delegateCount--,H.remove&&H.remove.call(A,B));I&&!L.length&&((!H.teardown||H.teardown.call(A,j,G.handle)===!1)&&n.removeEvent(A,z,G.handle),delete O[z])}n.isEmptyObject(O)&&g.remove(A,"handle events")}},dispatch:function(A){var w,T,b,N,D,I,C=new Array(arguments.length),O=n.event.fix(A),F=(g.get(this,"events")||Object.create(null))[O.type]||[],B=n.event.special[O.type]||{};for(C[0]=O,w=1;w<arguments.length;w++)C[w]=arguments[w];if(O.delegateTarget=this,!(B.preDispatch&&B.preDispatch.call(this,O)===!1)){for(I=n.event.handlers.call(this,O,F),w=0;(N=I[w++])&&!O.isPropagationStopped();)for(O.currentTarget=N.elem,T=0;(D=N.handlers[T++])&&!O.isImmediatePropagationStopped();)(!O.rnamespace||D.namespace===!1||O.rnamespace.test(D.namespace))&&(O.handleObj=D,O.data=D.data,b=((n.event.special[D.origType]||{}).handle||D.handler).apply(N.elem,C),b!==void 0&&(O.result=b)===!1&&(O.preventDefault(),O.stopPropagation()));return B.postDispatch&&B.postDispatch.call(this,O),O.result}},handlers:function(A,w){var T,b,N,D,I,C=[],O=w.delegateCount,F=A.target;if(O&&F.nodeType&&!(A.type==="click"&&A.button>=1)){for(;F!==this;F=F.parentNode||this)if(F.nodeType===1&&!(A.type==="click"&&F.disabled===!0)){for(D=[],I={},T=0;T<O;T++)b=w[T],N=b.selector+" ",I[N]===void 0&&(I[N]=b.needsContext?n(N,this).index(F)>-1:n.find(N,this,null,[F]).length),I[N]&&D.push(b);D.length&&C.push({elem:F,handlers:D})}}return F=this,O<w.length&&C.push({elem:F,handlers:w.slice(O)}),C},addProp:function(A,w){Object.defineProperty(n.Event.prototype,A,{enumerable:!0,configurable:!0,get:i(w)?function(){if(this.originalEvent)return w(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[A]},set:function(T){Object.defineProperty(this,A,{enumerable:!0,configurable:!0,writable:!0,value:T})}})},fix:function(A){return A[n.expando]?A:new n.Event(A)},special:{load:{noBubble:!0},click:{setup:function(A){var w=this||A;return c.test(w.type)&&w.click&&u(w,"input")&&x(w,"click",!0),!1},trigger:function(A){var w=this||A;return c.test(w.type)&&w.click&&u(w,"input")&&x(w,"click"),!0},_default:function(A){var w=A.target;return c.test(w.type)&&w.click&&u(w,"input")&&g.get(w,"click")||u(w,"a")}},beforeunload:{postDispatch:function(A){A.result!==void 0&&A.originalEvent&&(A.originalEvent.returnValue=A.result)}}}};function x(A,w,T){if(!T){g.get(A,w)===void 0&&n.event.add(A,w,v);return}g.set(A,w,!1),n.event.add(A,w,{namespace:!1,handler:function(b){var N,D=g.get(this,w);if(b.isTrigger&1&&this[w]){if(D)(n.event.special[w]||{}).delegateType&&b.stopPropagation();else if(D=m.call(arguments),g.set(this,w,D),this[w](),N=g.get(this,w),g.set(this,w,!1),D!==N)return b.stopImmediatePropagation(),b.preventDefault(),N}else D&&(g.set(this,w,n.event.trigger(D[0],D.slice(1),this)),b.stopPropagation(),b.isImmediatePropagationStopped=v)}})}return n.removeEvent=function(A,w,T){A.removeEventListener&&A.removeEventListener(w,T)},n.Event=function(A,w){if(!(this instanceof n.Event))return new n.Event(A,w);A&&A.type?(this.originalEvent=A,this.type=A.type,this.isDefaultPrevented=A.defaultPrevented||A.defaultPrevented===void 0&&A.returnValue===!1?v:y,this.target=A.target&&A.target.nodeType===3?A.target.parentNode:A.target,this.currentTarget=A.currentTarget,this.relatedTarget=A.relatedTarget):this.type=A,w&&n.extend(this,w),this.timeStamp=A&&A.timeStamp||Date.now(),this[n.expando]=!0},n.Event.prototype={constructor:n.Event,isDefaultPrevented:y,isPropagationStopped:y,isImmediatePropagationStopped:y,isSimulated:!1,preventDefault:function(){var A=this.originalEvent;this.isDefaultPrevented=v,A&&!this.isSimulated&&A.preventDefault()},stopPropagation:function(){var A=this.originalEvent;this.isPropagationStopped=v,A&&!this.isSimulated&&A.stopPropagation()},stopImmediatePropagation:function(){var A=this.originalEvent;this.isImmediatePropagationStopped=v,A&&!this.isSimulated&&A.stopImmediatePropagation(),this.stopPropagation()}},n.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},n.event.addProp),n.each({focus:"focusin",blur:"focusout"},function(A,w){function T(b){if(p.documentMode){var N=g.get(this,"handle"),D=n.event.fix(b);D.type=b.type==="focusin"?"focus":"blur",D.isSimulated=!0,N(b),D.target===D.currentTarget&&N(D)}else n.event.simulate(w,b.target,n.event.fix(b))}n.event.special[A]={setup:function(){var b;if(x(this,A,!0),p.documentMode)b=g.get(this,w),b||this.addEventListener(w,T),g.set(this,w,(b||0)+1);else return!1},trigger:function(){return x(this,A),!0},teardown:function(){var b;if(p.documentMode)b=g.get(this,w)-1,b?g.set(this,w,b):(this.removeEventListener(w,T),g.remove(this,w));else return!1},_default:function(b){return g.get(b.target,A)},delegateType:w},n.event.special[w]={setup:function(){var b=this.ownerDocument||this.document||this,N=p.documentMode?this:b,D=g.get(N,w);D||(p.documentMode?this.addEventListener(w,T):b.addEventListener(A,T,!0)),g.set(N,w,(D||0)+1)},teardown:function(){var b=this.ownerDocument||this.document||this,N=p.documentMode?this:b,D=g.get(N,w)-1;D?g.set(N,w,D):(p.documentMode?this.removeEventListener(w,T):b.removeEventListener(A,T,!0),g.remove(N,w))}}}),n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(A,w){n.event.special[A]={delegateType:w,bindType:w,handle:function(T){var b,N=this,D=T.relatedTarget,I=T.handleObj;return(!D||D!==N&&!n.contains(N,D))&&(T.type=I.origType,b=I.handler.apply(this,arguments),T.type=w),b}}}),n.fn.extend({on:function(A,w,T,b){return P(this,A,w,T,b)},one:function(A,w,T,b){return P(this,A,w,T,b,1)},off:function(A,w,T){var b,N;if(A&&A.preventDefault&&A.handleObj)return b=A.handleObj,n(A.delegateTarget).off(b.namespace?b.origType+"."+b.namespace:b.origType,b.selector,b.handler),this;if(typeof A=="object"){for(N in A)this.off(N,w,A[N]);return this}return(w===!1||typeof w=="function")&&(T=w,w=void 0),T===!1&&(T=y),this.each(function(){n.event.remove(this,A,T,w)})}}),n}.apply(_,d),r!==void 0&&(E.exports=r)},7679:(E,_,o)=>{var d,r;d=[o(766),o(9176),o(1891),o(5581),o(154),o(3777),o(4422),o(3603)],r=function(n,p,h,i,a,c,m){"use strict";var s=/^(?:focusinfocus|focusoutblur)$/,g=function(u){u.stopPropagation()};return n.extend(n.event,{trigger:function(u,f,v,y){var P,x,A,w,T,b,N,D,I=[v||p],C=a.call(u,"type")?u.type:u,O=a.call(u,"namespace")?u.namespace.split("."):[];if(x=D=A=v=v||p,!(v.nodeType===3||v.nodeType===8)&&!s.test(C+n.event.triggered)&&(C.indexOf(".")>-1&&(O=C.split("."),C=O.shift(),O.sort()),T=C.indexOf(":")<0&&"on"+C,u=u[n.expando]?u:new n.Event(C,typeof u=="object"&&u),u.isTrigger=y?2:3,u.namespace=O.join("."),u.rnamespace=u.namespace?new RegExp("(^|\\.)"+O.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,u.result=void 0,u.target||(u.target=v),f=f==null?[u]:n.makeArray(f,[u]),N=n.event.special[C]||{},!(!y&&N.trigger&&N.trigger.apply(v,f)===!1))){if(!y&&!N.noBubble&&!m(v)){for(w=N.delegateType||C,s.test(w+C)||(x=x.parentNode);x;x=x.parentNode)I.push(x),A=x;A===(v.ownerDocument||p)&&I.push(A.defaultView||A.parentWindow||window)}for(P=0;(x=I[P++])&&!u.isPropagationStopped();)D=x,u.type=P>1?w:N.bindType||C,b=(h.get(x,"events")||Object.create(null))[u.type]&&h.get(x,"handle"),b&&b.apply(x,f),b=T&&x[T],b&&b.apply&&i(x)&&(u.result=b.apply(x,f),u.result===!1&&u.preventDefault());return u.type=C,!y&&!u.isDefaultPrevented()&&(!N._default||N._default.apply(I.pop(),f)===!1)&&i(v)&&T&&c(v[C])&&!m(v)&&(A=v[T],A&&(v[T]=null),n.event.triggered=C,u.isPropagationStopped()&&D.addEventListener(C,g),v[C](),u.isPropagationStopped()&&D.removeEventListener(C,g),n.event.triggered=void 0,A&&(v[T]=A)),u.result}},simulate:function(u,f,v){var y=n.extend(new n.Event,v,{type:u,isSimulated:!0});n.event.trigger(y,null,f)}}),n.fn.extend({trigger:function(u,f){return this.each(function(){n.event.trigger(u,f,this)})},triggerHandler:function(u,f){var v=this[0];if(v)return n.event.trigger(u,f,v,!0)}}),n}.apply(_,d),r!==void 0&&(E.exports=r)},8846:(E,_,o)=>{var d,r,d,r;d=[o(766)],r=function(n){"use strict";d=[],r=function(){return n}.apply(_,d),r!==void 0&&(E.exports=r)}.apply(_,d),r!==void 0&&(E.exports=r)},9431:(E,_,o)=>{var d,r;d=[o(766)],r=function(n){"use strict";var p=window.jQuery,h=window.$;n.noConflict=function(i){return window.$===n&&(window.$=h),i&&window.jQuery===n&&(window.jQuery=p),n},typeof noGlobal=="undefined"&&(window.jQuery=window.$=n)}.apply(_,d),r!==void 0&&(E.exports=r)},7600:(E,_,o)=>{var d,r;d=[o(766),o(4386),o(4262),o(9997),o(3596),o(3318),o(473),o(9102),o(4397),o(2761),o(7381),o(3603),o(6080),o(3317),o(7645),o(442),o(4312),o(568),o(2952),o(1843),o(5922),o(9186),o(6715),o(3626),o(1602),o(2050),o(3579),o(2487),o(3227),o(7300),o(8846),o(9431)],r=function(n){"use strict";return n}.apply(_,d),r!==void 0&&(E.exports=r)},6080:(E,_,o)=>{var d,r;d=[o(766),o(2144),o(4331),o(3777),o(5472),o(2037),o(6162),o(1027),o(5928),o(5258),o(8441),o(8450),o(9616),o(5359),o(1891),o(2914),o(5581),o(9742),o(7355),o(9066),o(4262),o(4386),o(3603)],r=function(n,p,h,i,a,c,m,s,g,u,f,v,y,P,x,A,w,T,b){"use strict";var N=/<script|<style|<link/i,D=/checked\s*(?:[^=]|=\s*.checked.)/i,I=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function C(j,K){return b(j,"table")&&b(K.nodeType!==11?K:K.firstChild,"tr")&&n(j).children("tbody")[0]||j}function O(j){return j.type=(j.getAttribute("type")!==null)+"/"+j.type,j}function F(j){return(j.type||"").slice(0,5)==="true/"?j.type=j.type.slice(5):j.removeAttribute("type"),j}function B(j,K){var G,Q,oe,fe,Z,ye,ve;if(K.nodeType===1){if(x.hasData(j)&&(fe=x.get(j),ve=fe.events,ve)){x.remove(K,"handle events");for(oe in ve)for(G=0,Q=ve[oe].length;G<Q;G++)n.event.add(K,oe,ve[oe][G])}A.hasData(j)&&(Z=A.access(j),ye=n.extend({},Z),A.set(K,ye))}}function H(j,K){var G=K.nodeName.toLowerCase();G==="input"&&c.test(j.type)?K.checked=j.checked:(G==="input"||G==="textarea")&&(K.defaultValue=j.defaultValue)}function L(j,K,G,Q){K=h(K);var oe,fe,Z,ye,ve,Ee,Qe=0,gt=j.length,Et=gt-1,wt=K[0],Lt=i(wt);if(Lt||gt>1&&typeof wt=="string"&&!P.checkClone&&D.test(wt))return j.each(function(Ne){var At=j.eq(Ne);Lt&&(K[0]=wt.call(this,Ne,At.html())),L(At,K,G,Q)});if(gt&&(oe=y(K,j[0].ownerDocument,!1,j,Q),fe=oe.firstChild,oe.childNodes.length===1&&(oe=fe),fe||Q)){for(Z=n.map(f(oe,"script"),O),ye=Z.length;Qe<gt;Qe++)ve=oe,Qe!==Et&&(ve=n.clone(ve,!0,!0),ye&&n.merge(Z,f(ve,"script"))),G.call(j[Qe],ve,Qe);if(ye)for(Ee=Z[Z.length-1].ownerDocument,n.map(Z,F),Qe=0;Qe<ye;Qe++)ve=Z[Qe],g.test(ve.type||"")&&!x.access(ve,"globalEval")&&n.contains(Ee,ve)&&(ve.src&&(ve.type||"").toLowerCase()!=="module"?n._evalUrl&&!ve.noModule&&n._evalUrl(ve.src,{nonce:ve.nonce||ve.getAttribute("nonce")},Ee):T(ve.textContent.replace(I,""),ve,Ee))}return j}function z(j,K,G){for(var Q,oe=K?n.filter(K,j):j,fe=0;(Q=oe[fe])!=null;fe++)!G&&Q.nodeType===1&&n.cleanData(f(Q)),Q.parentNode&&(G&&p(Q)&&v(f(Q,"script")),Q.parentNode.removeChild(Q));return j}return n.extend({htmlPrefilter:function(j){return j},clone:function(j,K,G){var Q,oe,fe,Z,ye=j.cloneNode(!0),ve=p(j);if(!P.noCloneChecked&&(j.nodeType===1||j.nodeType===11)&&!n.isXMLDoc(j))for(Z=f(ye),fe=f(j),Q=0,oe=fe.length;Q<oe;Q++)H(fe[Q],Z[Q]);if(K)if(G)for(fe=fe||f(j),Z=Z||f(ye),Q=0,oe=fe.length;Q<oe;Q++)B(fe[Q],Z[Q]);else B(j,ye);return Z=f(ye,"script"),Z.length>0&&v(Z,!ve&&f(j,"script")),ye},cleanData:function(j){for(var K,G,Q,oe=n.event.special,fe=0;(G=j[fe])!==void 0;fe++)if(w(G)){if(K=G[x.expando]){if(K.events)for(Q in K.events)oe[Q]?n.event.remove(G,Q):n.removeEvent(G,Q,K.handle);G[x.expando]=void 0}G[A.expando]&&(G[A.expando]=void 0)}}}),n.fn.extend({detach:function(j){return z(this,j,!0)},remove:function(j){return z(this,j)},text:function(j){return m(this,function(K){return K===void 0?n.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=K)})},null,j,arguments.length)},append:function(){return L(this,arguments,function(j){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var K=C(this,j);K.appendChild(j)}})},prepend:function(){return L(this,arguments,function(j){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var K=C(this,j);K.insertBefore(j,K.firstChild)}})},before:function(){return L(this,arguments,function(j){this.parentNode&&this.parentNode.insertBefore(j,this)})},after:function(){return L(this,arguments,function(j){this.parentNode&&this.parentNode.insertBefore(j,this.nextSibling)})},empty:function(){for(var j,K=0;(j=this[K])!=null;K++)j.nodeType===1&&(n.cleanData(f(j,!1)),j.textContent="");return this},clone:function(j,K){return j=j==null?!1:j,K=K==null?j:K,this.map(function(){return n.clone(this,j,K)})},html:function(j){return m(this,function(K){var G=this[0]||{},Q=0,oe=this.length;if(K===void 0&&G.nodeType===1)return G.innerHTML;if(typeof K=="string"&&!N.test(K)&&!u[(s.exec(K)||["",""])[1].toLowerCase()]){K=n.htmlPrefilter(K);try{for(;Q<oe;Q++)G=this[Q]||{},G.nodeType===1&&(n.cleanData(f(G,!1)),G.innerHTML=K);G=0}catch(fe){}}G&&this.empty().append(K)},null,j,arguments.length)},replaceWith:function(){var j=[];return L(this,arguments,function(K){var G=this.parentNode;n.inArray(this,j)<0&&(n.cleanData(f(this)),G&&G.replaceChild(K,this))},j)}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(j,K){n.fn[j]=function(G){for(var Q,oe=[],fe=n(G),Z=fe.length-1,ye=0;ye<=Z;ye++)Q=ye===Z?this:this.clone(!0),n(fe[ye])[K](Q),a.apply(oe,Q.get());return this.pushStack(oe)}}),n}.apply(_,d),r!==void 0&&(E.exports=r)},3317:(E,_,o)=>{var d,r;d=[o(2952)],r=function(n){"use strict";return n._evalUrl=function(p,h,i){return n.ajax({url:p,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(a){n.globalEval(a,h,i)}})},n._evalUrl}.apply(_,d),r!==void 0&&(E.exports=r)},9616:(E,_,o)=>{var d,r;d=[o(766),o(5626),o(2144),o(1027),o(5928),o(5258),o(8441),o(8450)],r=function(n,p,h,i,a,c,m,s){"use strict";var g=/<|&#?\w+;/;function u(f,v,y,P,x){for(var A,w,T,b,N,D,I=v.createDocumentFragment(),C=[],O=0,F=f.length;O<F;O++)if(A=f[O],A||A===0)if(p(A)==="object")n.merge(C,A.nodeType?[A]:A);else if(!g.test(A))C.push(v.createTextNode(A));else{for(w=w||I.appendChild(v.createElement("div")),T=(i.exec(A)||["",""])[1].toLowerCase(),b=c[T]||c._default,w.innerHTML=b[1]+n.htmlPrefilter(A)+b[2],D=b[0];D--;)w=w.lastChild;n.merge(C,w.childNodes),w=I.firstChild,w.textContent=""}for(I.textContent="",O=0;A=C[O++];){if(P&&n.inArray(A,P)>-1){x&&x.push(A);continue}if(N=h(A),w=m(I.appendChild(A),"script"),N&&s(w),y)for(D=0;A=w[D++];)a.test(A.type||"")&&y.push(A)}return I}return u}.apply(_,d),r!==void 0&&(E.exports=r)},8441:(E,_,o)=>{var d,r;d=[o(766),o(7355)],r=function(n,p){"use strict";function h(i,a){var c;return typeof i.getElementsByTagName!="undefined"?c=i.getElementsByTagName(a||"*"):typeof i.querySelectorAll!="undefined"?c=i.querySelectorAll(a||"*"):c=[],a===void 0||a&&p(i,a)?n.merge([i],c):c}return h}.apply(_,d),r!==void 0&&(E.exports=r)},8450:(E,_,o)=>{var d,r;d=[o(1891)],r=function(n){"use strict";function p(h,i){for(var a=0,c=h.length;a<c;a++)n.set(h[a],"globalEval",!i||n.get(i[a],"globalEval"))}return p}.apply(_,d),r!==void 0&&(E.exports=r)},5359:(E,_,o)=>{var d,r;d=[o(9176),o(2695)],r=function(n,p){"use strict";return function(){var h=n.createDocumentFragment(),i=h.appendChild(n.createElement("div")),a=n.createElement("input");a.setAttribute("type","radio"),a.setAttribute("checked","checked"),a.setAttribute("name","t"),i.appendChild(a),p.checkClone=i.cloneNode(!0).cloneNode(!0).lastChild.checked,i.innerHTML="<textarea>x</textarea>",p.noCloneChecked=!!i.cloneNode(!0).lastChild.defaultValue,i.innerHTML="<option></option>",p.option=!!i.lastChild}(),p}.apply(_,d),r!==void 0&&(E.exports=r)},5928:(E,_,o)=>{var d;d=function(){"use strict";return/^$|^module$|\/(?:java|ecma)script/i}.call(_,o,_,E),d!==void 0&&(E.exports=d)},1027:(E,_,o)=>{var d;d=function(){"use strict";return/<([a-z][^\/\0>\x20\t\r\n\f]*)/i}.call(_,o,_,E),d!==void 0&&(E.exports=d)},5258:(E,_,o)=>{var d,r;d=[o(5359)],r=function(n){"use strict";var p={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};return p.tbody=p.tfoot=p.colgroup=p.caption=p.thead,p.th=p.td,n.option||(p.optgroup=p.option=[1,"<select multiple='multiple'>","</select>"]),p}.apply(_,d),r!==void 0&&(E.exports=r)},2487:(E,_,o)=>{var d,r;d=[o(766),o(6162),o(4483),o(3777),o(1367),o(6249),o(8842),o(50),o(4422),o(9066),o(442),o(4386)],r=function(n,p,h,i,a,c,m,s,g){"use strict";return n.offset={setOffset:function(u,f,v){var y,P,x,A,w,T,b,N=n.css(u,"position"),D=n(u),I={};N==="static"&&(u.style.position="relative"),w=D.offset(),x=n.css(u,"top"),T=n.css(u,"left"),b=(N==="absolute"||N==="fixed")&&(x+T).indexOf("auto")>-1,b?(y=D.position(),A=y.top,P=y.left):(A=parseFloat(x)||0,P=parseFloat(T)||0),i(f)&&(f=f.call(u,v,n.extend({},w))),f.top!=null&&(I.top=f.top-w.top+A),f.left!=null&&(I.left=f.left-w.left+P),"using"in f?f.using.call(u,I):D.css(I)}},n.fn.extend({offset:function(u){if(arguments.length)return u===void 0?this:this.each(function(P){n.offset.setOffset(this,u,P)});var f,v,y=this[0];if(y)return y.getClientRects().length?(f=y.getBoundingClientRect(),v=y.ownerDocument.defaultView,{top:f.top+v.pageYOffset,left:f.left+v.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var u,f,v,y=this[0],P={top:0,left:0};if(n.css(y,"position")==="fixed")f=y.getBoundingClientRect();else{for(f=this.offset(),v=y.ownerDocument,u=y.offsetParent||v.documentElement;u&&(u===v.body||u===v.documentElement)&&n.css(u,"position")==="static";)u=u.parentNode;u&&u!==y&&u.nodeType===1&&(P=n(u).offset(),P.top+=n.css(u,"borderTopWidth",!0),P.left+=n.css(u,"borderLeftWidth",!0))}return{top:f.top-P.top-n.css(y,"marginTop",!0),left:f.left-P.left-n.css(y,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var u=this.offsetParent;u&&n.css(u,"position")==="static";)u=u.offsetParent;return u||h})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(u,f){var v=f==="pageYOffset";n.fn[u]=function(y){return p(this,function(P,x,A){var w;if(g(P)?w=P:P.nodeType===9&&(w=P.defaultView),A===void 0)return w?w[f]:P[x];w?w.scrollTo(v?w.pageXOffset:A,v?A:w.pageYOffset):P[x]=A},u,y,arguments.length)}}),n.each(["top","left"],function(u,f){n.cssHooks[f]=m(s.pixelPosition,function(v,y){if(y)return y=c(v,f),a.test(y)?n(v).position()[f]+"px":y})}),n}.apply(_,d),r!==void 0&&(E.exports=r)},4397:(E,_,o)=>{var d,r;d=[o(766),o(1891),o(3596),o(9997)],r=function(n,p){"use strict";return n.extend({queue:function(h,i,a){var c;if(h)return i=(i||"fx")+"queue",c=p.get(h,i),a&&(!c||Array.isArray(a)?c=p.access(h,i,n.makeArray(a)):c.push(a)),c||[]},dequeue:function(h,i){i=i||"fx";var a=n.queue(h,i),c=a.length,m=a.shift(),s=n._queueHooks(h,i),g=function(){n.dequeue(h,i)};m==="inprogress"&&(m=a.shift(),c--),m&&(i==="fx"&&a.unshift("inprogress"),delete s.stop,m.call(h,g,s)),!c&&s&&s.empty.fire()},_queueHooks:function(h,i){var a=i+"queueHooks";return p.get(h,a)||p.access(h,a,{empty:n.Callbacks("once memory").add(function(){p.remove(h,[i+"queue",a])})})}}),n.fn.extend({queue:function(h,i){var a=2;return typeof h!="string"&&(i=h,h="fx",a--),arguments.length<a?n.queue(this[0],h):i===void 0?this:this.each(function(){var c=n.queue(this,h,i);n._queueHooks(this,h),h==="fx"&&c[0]!=="inprogress"&&n.dequeue(this,h)})},dequeue:function(h){return this.each(function(){n.dequeue(this,h)})},clearQueue:function(h){return this.queue(h||"fx",[])},promise:function(h,i){var a,c=1,m=n.Deferred(),s=this,g=this.length,u=function(){--c||m.resolveWith(s,[s])};for(typeof h!="string"&&(i=h,h=void 0),h=h||"fx";g--;)a=p.get(s[g],h+"queueHooks"),a&&a.empty&&(c++,a.empty.add(u));return u(),m.promise(i)}}),n}.apply(_,d),r!==void 0&&(E.exports=r)},2761:(E,_,o)=>{var d,r;d=[o(766),o(4397),o(2050)],r=function(n){"use strict";return n.fn.delay=function(p,h){return p=n.fx&&n.fx.speeds[p]||p,h=h||"fx",this.queue(h,function(i,a){var c=window.setTimeout(i,p);a.stop=function(){window.clearTimeout(c)}})},n.fn.delay}.apply(_,d),r!==void 0&&(E.exports=r)},4386:(E,_,o)=>{var d,r;d=[o(766),o(7355),o(7019),o(9176),o(6928),o(154),o(4847),o(5472),o(2967),o(1666),o(1741),o(9253),o(1759),o(2695),o(348),o(9804)],r=function(n,p,h,i,a,c,m,s,g,u,f,v,y,P){"use strict";var x=i,A=s;(function(){var w,T,b,N,D,I=A,C,O,F,B,H,L=n.expando,z=0,j=0,K=ge(),G=ge(),Q=ge(),oe=ge(),fe=function(M,U){return M===U&&(D=!0),0},Z="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",ye="(?:\\\\[\\da-fA-F]{1,6}"+v+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",ve="\\["+v+"*("+ye+")(?:"+v+"*([*^$|!~]?=)"+v+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+ye+"))|)"+v+"*\\]",Ee=":("+ye+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+ve+")*)|.*)\\)|)",Qe=new RegExp(v+"+","g"),gt=new RegExp("^"+v+"*,"+v+"*"),Et=new RegExp("^"+v+"*([>+~]|"+v+")"+v+"*"),wt=new RegExp(v+"|>"),Lt=new RegExp(Ee),Ne=new RegExp("^"+ye+"$"),At={ID:new RegExp("^#("+ye+")"),CLASS:new RegExp("^\\.("+ye+")"),TAG:new RegExp("^("+ye+"|[*])"),ATTR:new RegExp("^"+ve),PSEUDO:new RegExp("^"+Ee),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+v+"*(even|odd|(([+-]|)(\\d*)n|)"+v+"*(?:([+-]|)"+v+"*(\\d+)|))"+v+"*\\)|)","i"),bool:new RegExp("^(?:"+Z+")$","i"),needsContext:new RegExp("^"+v+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+v+"*((?:-\\d)?\\d*)"+v+"*\\)|)(?=[^-]|$)","i")},Me=/^(?:input|select|textarea|button)$/i,Ve=/^h\d$/i,Zt=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,gn=/[+~]/,nt=new RegExp("\\\\[\\da-fA-F]{1,6}"+v+"?|\\\\([^\\r\\n\\f])","g"),De=function(M,U){var J="0x"+M.slice(1)-65536;return U||(J<0?String.fromCharCode(J+65536):String.fromCharCode(J>>10|55296,J&1023|56320))},ce=function(){st()},be=xt(function(M){return M.disabled===!0&&p(M,"fieldset")},{dir:"parentNode",next:"legend"});function we(){try{return C.activeElement}catch(M){}}try{I.apply(h=g.call(x.childNodes),x.childNodes),h[x.childNodes.length].nodeType}catch(M){I={apply:function(U,J){A.apply(U,g.call(J))},call:function(U){A.apply(U,g.call(arguments,1))}}}function X(M,U,J,ee){var ie,_e,Ae,Te,Pe,Be,re,ne=U&&U.ownerDocument,le=U?U.nodeType:9;if(J=J||[],typeof M!="string"||!M||le!==1&&le!==9&&le!==11)return J;if(!ee&&(st(U),U=U||C,F)){if(le!==11&&(Pe=Zt.exec(M)))if(ie=Pe[1]){if(le===9)if(Ae=U.getElementById(ie)){if(Ae.id===ie)return I.call(J,Ae),J}else return J;else if(ne&&(Ae=ne.getElementById(ie))&&X.contains(U,Ae)&&Ae.id===ie)return I.call(J,Ae),J}else{if(Pe[2])return I.apply(J,U.getElementsByTagName(M)),J;if((ie=Pe[3])&&U.getElementsByClassName)return I.apply(J,U.getElementsByClassName(ie)),J}if(!oe[M+" "]&&(!B||!B.test(M))){if(re=M,ne=U,le===1&&(wt.test(M)||Et.test(M))){for(ne=gn.test(M)&&Je(U.parentNode)||U,(ne!=U||!P.scope)&&((Te=U.getAttribute("id"))?Te=n.escapeSelector(Te):U.setAttribute("id",Te=L)),Be=zt(M),_e=Be.length;_e--;)Be[_e]=(Te?"#"+Te:":scope")+" "+Ot(Be[_e]);re=Be.join(",")}try{return I.apply(J,ne.querySelectorAll(re)),J}catch(se){oe(M,!0)}finally{Te===L&&U.removeAttribute("id")}}}return Mn(M.replace(y,"$1"),U,J,ee)}function ge(){var M=[];function U(J,ee){return M.push(J+" ")>T.cacheLength&&delete U[M.shift()],U[J+" "]=ee}return U}function de(M){return M[L]=!0,M}function me(M){var U=C.createElement("fieldset");try{return!!M(U)}catch(J){return!1}finally{U.parentNode&&U.parentNode.removeChild(U),U=null}}function Oe(M){return function(U){return p(U,"input")&&U.type===M}}function ze(M){return function(U){return(p(U,"input")||p(U,"button"))&&U.type===M}}function je(M){return function(U){return"form"in U?U.parentNode&&U.disabled===!1?"label"in U?"label"in U.parentNode?U.parentNode.disabled===M:U.disabled===M:U.isDisabled===M||U.isDisabled!==!M&&be(U)===M:U.disabled===M:"label"in U?U.disabled===M:!1}}function We(M){return de(function(U){return U=+U,de(function(J,ee){for(var ie,_e=M([],J.length,U),Ae=_e.length;Ae--;)J[ie=_e[Ae]]&&(J[ie]=!(ee[ie]=J[ie]))})})}function Je(M){return M&&typeof M.getElementsByTagName!="undefined"&&M}function st(M){var U,J=M?M.ownerDocument||M:x;return J==C||J.nodeType!==9||!J.documentElement||(C=J,O=C.documentElement,F=!n.isXMLDoc(C),H=O.matches||O.webkitMatchesSelector||O.msMatchesSelector,x!=C&&(U=C.defaultView)&&U.top!==U&&U.addEventListener("unload",ce),P.getById=me(function(ee){return O.appendChild(ee).id=n.expando,!C.getElementsByName||!C.getElementsByName(n.expando).length}),P.disconnectedMatch=me(function(ee){return H.call(ee,"*")}),P.scope=me(function(){return C.querySelectorAll(":scope")}),P.cssHas=me(function(){try{return C.querySelector(":has(*,:jqfake)"),!1}catch(ee){return!0}}),P.getById?(T.filter.ID=function(ee){var ie=ee.replace(nt,De);return function(_e){return _e.getAttribute("id")===ie}},T.find.ID=function(ee,ie){if(typeof ie.getElementById!="undefined"&&F){var _e=ie.getElementById(ee);return _e?[_e]:[]}}):(T.filter.ID=function(ee){var ie=ee.replace(nt,De);return function(_e){var Ae=typeof _e.getAttributeNode!="undefined"&&_e.getAttributeNode("id");return Ae&&Ae.value===ie}},T.find.ID=function(ee,ie){if(typeof ie.getElementById!="undefined"&&F){var _e,Ae,Te,Pe=ie.getElementById(ee);if(Pe){if(_e=Pe.getAttributeNode("id"),_e&&_e.value===ee)return[Pe];for(Te=ie.getElementsByName(ee),Ae=0;Pe=Te[Ae++];)if(_e=Pe.getAttributeNode("id"),_e&&_e.value===ee)return[Pe]}return[]}}),T.find.TAG=function(ee,ie){return typeof ie.getElementsByTagName!="undefined"?ie.getElementsByTagName(ee):ie.querySelectorAll(ee)},T.find.CLASS=function(ee,ie){if(typeof ie.getElementsByClassName!="undefined"&&F)return ie.getElementsByClassName(ee)},B=[],me(function(ee){var ie;O.appendChild(ee).innerHTML="<a id='"+L+"' href='' disabled='disabled'></a><select id='"+L+"-\r\\' disabled='disabled'><option selected=''></option></select>",ee.querySelectorAll("[selected]").length||B.push("\\["+v+"*(?:value|"+Z+")"),ee.querySelectorAll("[id~="+L+"-]").length||B.push("~="),ee.querySelectorAll("a#"+L+"+*").length||B.push(".#.+[+~]"),ee.querySelectorAll(":checked").length||B.push(":checked"),ie=C.createElement("input"),ie.setAttribute("type","hidden"),ee.appendChild(ie).setAttribute("name","D"),O.appendChild(ee).disabled=!0,ee.querySelectorAll(":disabled").length!==2&&B.push(":enabled",":disabled"),ie=C.createElement("input"),ie.setAttribute("name",""),ee.appendChild(ie),ee.querySelectorAll("[name='']").length||B.push("\\["+v+"*name"+v+"*="+v+`*(?:''|"")`)}),P.cssHas||B.push(":has"),B=B.length&&new RegExp(B.join("|")),fe=function(ee,ie){if(ee===ie)return D=!0,0;var _e=!ee.compareDocumentPosition-!ie.compareDocumentPosition;return _e||(_e=(ee.ownerDocument||ee)==(ie.ownerDocument||ie)?ee.compareDocumentPosition(ie):1,_e&1||!P.sortDetached&&ie.compareDocumentPosition(ee)===_e?ee===C||ee.ownerDocument==x&&X.contains(x,ee)?-1:ie===C||ie.ownerDocument==x&&X.contains(x,ie)?1:N?a.call(N,ee)-a.call(N,ie):0:_e&4?-1:1)}),C}X.matches=function(M,U){return X(M,null,null,U)},X.matchesSelector=function(M,U){if(st(M),F&&!oe[U+" "]&&(!B||!B.test(U)))try{var J=H.call(M,U);if(J||P.disconnectedMatch||M.document&&M.document.nodeType!==11)return J}catch(ee){oe(U,!0)}return X(U,C,null,[M]).length>0},X.contains=function(M,U){return(M.ownerDocument||M)!=C&&st(M),n.contains(M,U)},X.attr=function(M,U){(M.ownerDocument||M)!=C&&st(M);var J=T.attrHandle[U.toLowerCase()],ee=J&&c.call(T.attrHandle,U.toLowerCase())?J(M,U,!F):void 0;return ee!==void 0?ee:M.getAttribute(U)},X.error=function(M){throw new Error("Syntax error, unrecognized expression: "+M)},n.uniqueSort=function(M){var U,J=[],ee=0,ie=0;if(D=!P.sortStable,N=!P.sortStable&&g.call(M,0),u.call(M,fe),D){for(;U=M[ie++];)U===M[ie]&&(ee=J.push(ie));for(;ee--;)f.call(M,J[ee],1)}return N=null,M},n.fn.uniqueSort=function(){return this.pushStack(n.uniqueSort(g.apply(this)))},T=n.expr={cacheLength:50,createPseudo:de,match:At,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(M){return M[1]=M[1].replace(nt,De),M[3]=(M[3]||M[4]||M[5]||"").replace(nt,De),M[2]==="~="&&(M[3]=" "+M[3]+" "),M.slice(0,4)},CHILD:function(M){return M[1]=M[1].toLowerCase(),M[1].slice(0,3)==="nth"?(M[3]||X.error(M[0]),M[4]=+(M[4]?M[5]+(M[6]||1):2*(M[3]==="even"||M[3]==="odd")),M[5]=+(M[7]+M[8]||M[3]==="odd")):M[3]&&X.error(M[0]),M},PSEUDO:function(M){var U,J=!M[6]&&M[2];return At.CHILD.test(M[0])?null:(M[3]?M[2]=M[4]||M[5]||"":J&&Lt.test(J)&&(U=zt(J,!0))&&(U=J.indexOf(")",J.length-U)-J.length)&&(M[0]=M[0].slice(0,U),M[2]=J.slice(0,U)),M.slice(0,3))}},filter:{TAG:function(M){var U=M.replace(nt,De).toLowerCase();return M==="*"?function(){return!0}:function(J){return p(J,U)}},CLASS:function(M){var U=K[M+" "];return U||(U=new RegExp("(^|"+v+")"+M+"("+v+"|$)"))&&K(M,function(J){return U.test(typeof J.className=="string"&&J.className||typeof J.getAttribute!="undefined"&&J.getAttribute("class")||"")})},ATTR:function(M,U,J){return function(ee){var ie=X.attr(ee,M);return ie==null?U==="!=":U?(ie+="",U==="="?ie===J:U==="!="?ie!==J:U==="^="?J&&ie.indexOf(J)===0:U==="*="?J&&ie.indexOf(J)>-1:U==="$="?J&&ie.slice(-J.length)===J:U==="~="?(" "+ie.replace(Qe," ")+" ").indexOf(J)>-1:U==="|="?ie===J||ie.slice(0,J.length+1)===J+"-":!1):!0}},CHILD:function(M,U,J,ee,ie){var _e=M.slice(0,3)!=="nth",Ae=M.slice(-4)!=="last",Te=U==="of-type";return ee===1&&ie===0?function(Pe){return!!Pe.parentNode}:function(Pe,Be,re){var ne,le,se,xe,Le,Re=_e!==Ae?"nextSibling":"previousSibling",ot=Pe.parentNode,yt=Te&&Pe.nodeName.toLowerCase(),Rt=!re&&!Te,dt=!1;if(ot){if(_e){for(;Re;){for(se=Pe;se=se[Re];)if(Te?p(se,yt):se.nodeType===1)return!1;Le=Re=M==="only"&&!Le&&"nextSibling"}return!0}if(Le=[Ae?ot.firstChild:ot.lastChild],Ae&&Rt){for(le=ot[L]||(ot[L]={}),ne=le[M]||[],xe=ne[0]===z&&ne[1],dt=xe&&ne[2],se=xe&&ot.childNodes[xe];se=++xe&&se&&se[Re]||(dt=xe=0)||Le.pop();)if(se.nodeType===1&&++dt&&se===Pe){le[M]=[z,xe,dt];break}}else if(Rt&&(le=Pe[L]||(Pe[L]={}),ne=le[M]||[],xe=ne[0]===z&&ne[1],dt=xe),dt===!1)for(;(se=++xe&&se&&se[Re]||(dt=xe=0)||Le.pop())&&!((Te?p(se,yt):se.nodeType===1)&&++dt&&(Rt&&(le=se[L]||(se[L]={}),le[M]=[z,dt]),se===Pe)););return dt-=ie,dt===ee||dt%ee===0&&dt/ee>=0}}},PSEUDO:function(M,U){var J,ee=T.pseudos[M]||T.setFilters[M.toLowerCase()]||X.error("unsupported pseudo: "+M);return ee[L]?ee(U):ee.length>1?(J=[M,M,"",U],T.setFilters.hasOwnProperty(M.toLowerCase())?de(function(ie,_e){for(var Ae,Te=ee(ie,U),Pe=Te.length;Pe--;)Ae=a.call(ie,Te[Pe]),ie[Ae]=!(_e[Ae]=Te[Pe])}):function(ie){return ee(ie,0,J)}):ee}},pseudos:{not:de(function(M){var U=[],J=[],ee=_t(M.replace(y,"$1"));return ee[L]?de(function(ie,_e,Ae,Te){for(var Pe,Be=ee(ie,null,Te,[]),re=ie.length;re--;)(Pe=Be[re])&&(ie[re]=!(_e[re]=Pe))}):function(ie,_e,Ae){return U[0]=ie,ee(U,null,Ae,J),U[0]=null,!J.pop()}}),has:de(function(M){return function(U){return X(M,U).length>0}}),contains:de(function(M){return M=M.replace(nt,De),function(U){return(U.textContent||n.text(U)).indexOf(M)>-1}}),lang:de(function(M){return Ne.test(M||"")||X.error("unsupported lang: "+M),M=M.replace(nt,De).toLowerCase(),function(U){var J;do if(J=F?U.lang:U.getAttribute("xml:lang")||U.getAttribute("lang"))return J=J.toLowerCase(),J===M||J.indexOf(M+"-")===0;while((U=U.parentNode)&&U.nodeType===1);return!1}}),target:function(M){var U=window.location&&window.location.hash;return U&&U.slice(1)===M.id},root:function(M){return M===O},focus:function(M){return M===we()&&C.hasFocus()&&!!(M.type||M.href||~M.tabIndex)},enabled:je(!1),disabled:je(!0),checked:function(M){return p(M,"input")&&!!M.checked||p(M,"option")&&!!M.selected},selected:function(M){return M.parentNode&&M.parentNode.selectedIndex,M.selected===!0},empty:function(M){for(M=M.firstChild;M;M=M.nextSibling)if(M.nodeType<6)return!1;return!0},parent:function(M){return!T.pseudos.empty(M)},header:function(M){return Ve.test(M.nodeName)},input:function(M){return Me.test(M.nodeName)},button:function(M){return p(M,"input")&&M.type==="button"||p(M,"button")},text:function(M){var U;return p(M,"input")&&M.type==="text"&&((U=M.getAttribute("type"))==null||U.toLowerCase()==="text")},first:We(function(){return[0]}),last:We(function(M,U){return[U-1]}),eq:We(function(M,U,J){return[J<0?J+U:J]}),even:We(function(M,U){for(var J=0;J<U;J+=2)M.push(J);return M}),odd:We(function(M,U){for(var J=1;J<U;J+=2)M.push(J);return M}),lt:We(function(M,U,J){var ee;for(J<0?ee=J+U:J>U?ee=U:ee=J;--ee>=0;)M.push(ee);return M}),gt:We(function(M,U,J){for(var ee=J<0?J+U:J;++ee<U;)M.push(ee);return M})}},T.pseudos.nth=T.pseudos.eq;for(w in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})T.pseudos[w]=Oe(w);for(w in{submit:!0,reset:!0})T.pseudos[w]=ze(w);function ft(){}ft.prototype=T.filters=T.pseudos,T.setFilters=new ft;function zt(M,U){var J,ee,ie,_e,Ae,Te,Pe,Be=G[M+" "];if(Be)return U?0:Be.slice(0);for(Ae=M,Te=[],Pe=T.preFilter;Ae;){(!J||(ee=gt.exec(Ae)))&&(ee&&(Ae=Ae.slice(ee[0].length)||Ae),Te.push(ie=[])),J=!1,(ee=Et.exec(Ae))&&(J=ee.shift(),ie.push({value:J,type:ee[0].replace(y," ")}),Ae=Ae.slice(J.length));for(_e in T.filter)(ee=At[_e].exec(Ae))&&(!Pe[_e]||(ee=Pe[_e](ee)))&&(J=ee.shift(),ie.push({value:J,type:_e,matches:ee}),Ae=Ae.slice(J.length));if(!J)break}return U?Ae.length:Ae?X.error(M):G(M,Te).slice(0)}function Ot(M){for(var U=0,J=M.length,ee="";U<J;U++)ee+=M[U].value;return ee}function xt(M,U,J){var ee=U.dir,ie=U.next,_e=ie||ee,Ae=J&&_e==="parentNode",Te=j++;return U.first?function(Pe,Be,re){for(;Pe=Pe[ee];)if(Pe.nodeType===1||Ae)return M(Pe,Be,re);return!1}:function(Pe,Be,re){var ne,le,se=[z,Te];if(re){for(;Pe=Pe[ee];)if((Pe.nodeType===1||Ae)&&M(Pe,Be,re))return!0}else for(;Pe=Pe[ee];)if(Pe.nodeType===1||Ae)if(le=Pe[L]||(Pe[L]={}),ie&&p(Pe,ie))Pe=Pe[ee]||Pe;else{if((ne=le[_e])&&ne[0]===z&&ne[1]===Te)return se[2]=ne[2];if(le[_e]=se,se[2]=M(Pe,Be,re))return!0}return!1}}function cn(M){return M.length>1?function(U,J,ee){for(var ie=M.length;ie--;)if(!M[ie](U,J,ee))return!1;return!0}:M[0]}function fn(M,U,J){for(var ee=0,ie=U.length;ee<ie;ee++)X(M,U[ee],J);return J}function Cn(M,U,J,ee,ie){for(var _e,Ae=[],Te=0,Pe=M.length,Be=U!=null;Te<Pe;Te++)(_e=M[Te])&&(!J||J(_e,ee,ie))&&(Ae.push(_e),Be&&U.push(Te));return Ae}function qn(M,U,J,ee,ie,_e){return ee&&!ee[L]&&(ee=qn(ee)),ie&&!ie[L]&&(ie=qn(ie,_e)),de(function(Ae,Te,Pe,Be){var re,ne,le,se,xe=[],Le=[],Re=Te.length,ot=Ae||fn(U||"*",Pe.nodeType?[Pe]:Pe,[]),yt=M&&(Ae||!U)?Cn(ot,xe,M,Pe,Be):ot;if(J?(se=ie||(Ae?M:Re||ee)?[]:Te,J(yt,se,Pe,Be)):se=yt,ee)for(re=Cn(se,Le),ee(re,[],Pe,Be),ne=re.length;ne--;)(le=re[ne])&&(se[Le[ne]]=!(yt[Le[ne]]=le));if(Ae){if(ie||M){if(ie){for(re=[],ne=se.length;ne--;)(le=se[ne])&&re.push(yt[ne]=le);ie(null,se=[],re,Be)}for(ne=se.length;ne--;)(le=se[ne])&&(re=ie?a.call(Ae,le):xe[ne])>-1&&(Ae[re]=!(Te[re]=le))}}else se=Cn(se===Te?se.splice(Re,se.length):se),ie?ie(null,Te,se,Be):I.apply(Te,se)})}function qt(M){for(var U,J,ee,ie=M.length,_e=T.relative[M[0].type],Ae=_e||T.relative[" "],Te=_e?1:0,Pe=xt(function(ne){return ne===U},Ae,!0),Be=xt(function(ne){return a.call(U,ne)>-1},Ae,!0),re=[function(ne,le,se){var xe=!_e&&(se||le!=b)||((U=le).nodeType?Pe(ne,le,se):Be(ne,le,se));return U=null,xe}];Te<ie;Te++)if(J=T.relative[M[Te].type])re=[xt(cn(re),J)];else{if(J=T.filter[M[Te].type].apply(null,M[Te].matches),J[L]){for(ee=++Te;ee<ie&&!T.relative[M[ee].type];ee++);return qn(Te>1&&cn(re),Te>1&&Ot(M.slice(0,Te-1).concat({value:M[Te-2].type===" "?"*":""})).replace(y,"$1"),J,Te<ee&&qt(M.slice(Te,ee)),ee<ie&&qt(M=M.slice(ee)),ee<ie&&Ot(M))}re.push(J)}return cn(re)}function Fn(M,U){var J=U.length>0,ee=M.length>0,ie=function(_e,Ae,Te,Pe,Be){var re,ne,le,se=0,xe="0",Le=_e&&[],Re=[],ot=b,yt=_e||ee&&T.find.TAG("*",Be),Rt=z+=ot==null?1:Math.random()||.1,dt=yt.length;for(Be&&(b=Ae==C||Ae||Be);xe!==dt&&(re=yt[xe])!=null;xe++){if(ee&&re){for(ne=0,!Ae&&re.ownerDocument!=C&&(st(re),Te=!F);le=M[ne++];)if(le(re,Ae||C,Te)){I.call(Pe,re);break}Be&&(z=Rt)}J&&((re=!le&&re)&&se--,_e&&Le.push(re))}if(se+=xe,J&&xe!==se){for(ne=0;le=U[ne++];)le(Le,Re,Ae,Te);if(_e){if(se>0)for(;xe--;)Le[xe]||Re[xe]||(Re[xe]=m.call(Pe));Re=Cn(Re)}I.apply(Pe,Re),Be&&!_e&&Re.length>0&&se+U.length>1&&n.uniqueSort(Pe)}return Be&&(z=Rt,b=ot),Le};return J?de(ie):ie}function _t(M,U){var J,ee=[],ie=[],_e=Q[M+" "];if(!_e){for(U||(U=zt(M)),J=U.length;J--;)_e=qt(U[J]),_e[L]?ee.push(_e):ie.push(_e);_e=Q(M,Fn(ie,ee)),_e.selector=M}return _e}function Mn(M,U,J,ee){var ie,_e,Ae,Te,Pe,Be=typeof M=="function"&&M,re=!ee&&zt(M=Be.selector||M);if(J=J||[],re.length===1){if(_e=re[0]=re[0].slice(0),_e.length>2&&(Ae=_e[0]).type==="ID"&&U.nodeType===9&&F&&T.relative[_e[1].type]){if(U=(T.find.ID(Ae.matches[0].replace(nt,De),U)||[])[0],U)Be&&(U=U.parentNode);else return J;M=M.slice(_e.shift().value.length)}for(ie=At.needsContext.test(M)?0:_e.length;ie--&&(Ae=_e[ie],!T.relative[Te=Ae.type]);)if((Pe=T.find[Te])&&(ee=Pe(Ae.matches[0].replace(nt,De),gn.test(_e[0].type)&&Je(U.parentNode)||U))){if(_e.splice(ie,1),M=ee.length&&Ot(_e),!M)return I.apply(J,ee),J;break}}return(Be||_t(M,re))(ee,U,!F,J,!U||gn.test(M)&&Je(U.parentNode)||U),J}P.sortStable=L.split("").sort(fe).join("")===L,st(),P.sortDetached=me(function(M){return M.compareDocumentPosition(C.createElement("fieldset"))&1}),n.find=X,n.expr[":"]=n.expr.pseudos,n.unique=n.uniqueSort,X.compile=_t,X.select=Mn,X.setDocument=st,X.escape=n.escapeSelector,X.getText=n.text,X.isXML=n.isXMLDoc,X.selectors=n.expr,X.support=n.support,X.uniqueSort=n.uniqueSort})()}.apply(_,d),r!==void 0&&(E.exports=r)},348:(E,_,o)=>{var d,r;d=[o(766)],r=function(n){"use strict";n.contains=function(p,h){var i=h&&h.parentNode;return p===i||!!(i&&i.nodeType===1&&(p.contains?p.contains(i):p.compareDocumentPosition&&p.compareDocumentPosition(i)&16))}}.apply(_,d),r!==void 0&&(E.exports=r)},9804:(E,_,o)=>{var d,r;d=[o(766)],r=function(n){"use strict";var p=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function h(i,a){return a?i==="\0"?"\uFFFD":i.slice(0,-1)+"\\"+i.charCodeAt(i.length-1).toString(16)+" ":"\\"+i}n.escapeSelector=function(i){return(i+"").replace(p,h)}}.apply(_,d),r!==void 0&&(E.exports=r)},568:(E,_,o)=>{var d,r;d=[o(766),o(5626),o(2037),o(3777),o(9066),o(4262),o(7088)],r=function(n,p,h,i){"use strict";var a=/\[\]$/,c=/\r?\n/g,m=/^(?:submit|button|image|reset|file)$/i,s=/^(?:input|select|textarea|keygen)/i;function g(u,f,v,y){var P;if(Array.isArray(f))n.each(f,function(x,A){v||a.test(u)?y(u,A):g(u+"["+(typeof A=="object"&&A!=null?x:"")+"]",A,v,y)});else if(!v&&p(f)==="object")for(P in f)g(u+"["+P+"]",f[P],v,y);else y(u,f)}return n.param=function(u,f){var v,y=[],P=function(x,A){var w=i(A)?A():A;y[y.length]=encodeURIComponent(x)+"="+encodeURIComponent(w==null?"":w)};if(u==null)return"";if(Array.isArray(u)||u.jquery&&!n.isPlainObject(u))n.each(u,function(){P(this.name,this.value)});else for(v in u)g(v,u[v],f,P);return y.join("&")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var u=n.prop(this,"elements");return u?n.makeArray(u):this}).filter(function(){var u=this.type;return this.name&&!n(this).is(":disabled")&&s.test(this.nodeName)&&!m.test(u)&&(this.checked||!h.test(u))}).map(function(u,f){var v=n(this).val();return v==null?null:Array.isArray(v)?n.map(v,function(y){return{name:f.name,value:y.replace(c,`\r
|
|
`)}}):{name:f.name,value:v.replace(c,`\r
|
|
`)}}).get()}}),n}.apply(_,d),r!==void 0&&(E.exports=r)},4262:(E,_,o)=>{var d,r;d=[o(766),o(5779),o(6928),o(8269),o(7056),o(8700),o(7355),o(9066),o(6980),o(4386)],r=function(n,p,h,i,a,c,m){"use strict";var s=/^(?:parents|prev(?:Until|All))/,g={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(f){var v=n(f,this),y=v.length;return this.filter(function(){for(var P=0;P<y;P++)if(n.contains(this,v[P]))return!0})},closest:function(f,v){var y,P=0,x=this.length,A=[],w=typeof f!="string"&&n(f);if(!c.test(f)){for(;P<x;P++)for(y=this[P];y&&y!==v;y=y.parentNode)if(y.nodeType<11&&(w?w.index(y)>-1:y.nodeType===1&&n.find.matchesSelector(y,f))){A.push(y);break}}return this.pushStack(A.length>1?n.uniqueSort(A):A)},index:function(f){return f?typeof f=="string"?h.call(n(f),this[0]):h.call(this,f.jquery?f[0]:f):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(f,v){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(f,v))))},addBack:function(f){return this.add(f==null?this.prevObject:this.prevObject.filter(f))}});function u(f,v){for(;(f=f[v])&&f.nodeType!==1;);return f}return n.each({parent:function(f){var v=f.parentNode;return v&&v.nodeType!==11?v:null},parents:function(f){return i(f,"parentNode")},parentsUntil:function(f,v,y){return i(f,"parentNode",y)},next:function(f){return u(f,"nextSibling")},prev:function(f){return u(f,"previousSibling")},nextAll:function(f){return i(f,"nextSibling")},prevAll:function(f){return i(f,"previousSibling")},nextUntil:function(f,v,y){return i(f,"nextSibling",y)},prevUntil:function(f,v,y){return i(f,"previousSibling",y)},siblings:function(f){return a((f.parentNode||{}).firstChild,f)},children:function(f){return a(f.firstChild)},contents:function(f){return f.contentDocument!=null&&p(f.contentDocument)?f.contentDocument:(m(f,"template")&&(f=f.content||f),n.merge([],f.childNodes))}},function(f,v){n.fn[f]=function(y,P){var x=n.map(this,v,y);return f.slice(-5)!=="Until"&&(P=y),P&&typeof P=="string"&&(x=n.filter(P,x)),this.length>1&&(g[f]||n.uniqueSort(x),s.test(f)&&x.reverse()),this.pushStack(x)}}),n}.apply(_,d),r!==void 0&&(E.exports=r)},6980:(E,_,o)=>{var d,r;d=[o(766),o(6928),o(3777),o(8700),o(4386)],r=function(n,p,h,i){"use strict";function a(c,m,s){return h(m)?n.grep(c,function(g,u){return!!m.call(g,u,g)!==s}):m.nodeType?n.grep(c,function(g){return g===m!==s}):typeof m!="string"?n.grep(c,function(g){return p.call(m,g)>-1!==s}):n.filter(m,c,s)}n.filter=function(c,m,s){var g=m[0];return s&&(c=":not("+c+")"),m.length===1&&g.nodeType===1?n.find.matchesSelector(g,c)?[g]:[]:n.find.matches(c,n.grep(m,function(u){return u.nodeType===1}))},n.fn.extend({find:function(c){var m,s,g=this.length,u=this;if(typeof c!="string")return this.pushStack(n(c).filter(function(){for(m=0;m<g;m++)if(n.contains(u[m],this))return!0}));for(s=this.pushStack([]),m=0;m<g;m++)n.find(c,u[m],s);return g>1?n.uniqueSort(s):s},filter:function(c){return this.pushStack(a(this,c||[],!1))},not:function(c){return this.pushStack(a(this,c||[],!0))},is:function(c){return!!a(this,typeof c=="string"&&i.test(c)?n(c):c||[],!1).length}})}.apply(_,d),r!==void 0&&(E.exports=r)},8269:(E,_,o)=>{var d,r;d=[o(766)],r=function(n){"use strict";return function(p,h,i){for(var a=[],c=i!==void 0;(p=p[h])&&p.nodeType!==9;)if(p.nodeType===1){if(c&&n(p).is(i))break;a.push(p)}return a}}.apply(_,d),r!==void 0&&(E.exports=r)},8700:(E,_,o)=>{var d,r;d=[o(766),o(4386)],r=function(n){"use strict";return n.expr.match.needsContext}.apply(_,d),r!==void 0&&(E.exports=r)},7056:(E,_,o)=>{var d;d=function(){"use strict";return function(r,n){for(var p=[];r;r=r.nextSibling)r.nodeType===1&&r!==n&&p.push(r);return p}}.call(_,o,_,E),d!==void 0&&(E.exports=d)},3824:(E,_,o)=>{var d,r;d=[o(9455)],r=function(n){"use strict";return n.call(Object)}.apply(_,d),r!==void 0&&(E.exports=r)},7019:(E,_,o)=>{var d;d=function(){"use strict";return[]}.call(_,o,_,E),d!==void 0&&(E.exports=d)},109:(E,_,o)=>{var d;d=function(){"use strict";return{}}.call(_,o,_,E),d!==void 0&&(E.exports=d)},9176:(E,_,o)=>{var d;d=function(){"use strict";return window.document}.call(_,o,_,E),d!==void 0&&(E.exports=d)},4483:(E,_,o)=>{var d,r;d=[o(9176)],r=function(n){"use strict";return n.documentElement}.apply(_,d),r!==void 0&&(E.exports=r)},4331:(E,_,o)=>{var d,r;d=[o(7019)],r=function(n){"use strict";return n.flat?function(p){return n.flat.call(p)}:function(p){return n.concat.apply([],p)}}.apply(_,d),r!==void 0&&(E.exports=r)},9455:(E,_,o)=>{var d,r;d=[o(154)],r=function(n){"use strict";return n.toString}.apply(_,d),r!==void 0&&(E.exports=r)},5779:(E,_,o)=>{var d;d=function(){"use strict";return Object.getPrototypeOf}.call(_,o,_,E),d!==void 0&&(E.exports=d)},154:(E,_,o)=>{var d,r;d=[o(109)],r=function(n){"use strict";return n.hasOwnProperty}.apply(_,d),r!==void 0&&(E.exports=r)},6928:(E,_,o)=>{var d,r;d=[o(7019)],r=function(n){"use strict";return n.indexOf}.apply(_,d),r!==void 0&&(E.exports=r)},3777:(E,_,o)=>{var d;d=function(){"use strict";return function(n){return typeof n=="function"&&typeof n.nodeType!="number"&&typeof n.item!="function"}}.call(_,o,_,E),d!==void 0&&(E.exports=d)},4422:(E,_,o)=>{var d;d=function(){"use strict";return function(n){return n!=null&&n===n.window}}.call(_,o,_,E),d!==void 0&&(E.exports=d)},4678:(E,_,o)=>{var d;d=function(){"use strict";return/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source}.call(_,o,_,E),d!==void 0&&(E.exports=d)},4847:(E,_,o)=>{var d,r;d=[o(7019)],r=function(n){"use strict";return n.pop}.apply(_,d),r!==void 0&&(E.exports=r)},5472:(E,_,o)=>{var d,r;d=[o(7019)],r=function(n){"use strict";return n.push}.apply(_,d),r!==void 0&&(E.exports=r)},2037:(E,_,o)=>{var d;d=function(){"use strict";return/^(?:checkbox|radio)$/i}.call(_,o,_,E),d!==void 0&&(E.exports=d)},8926:(E,_,o)=>{var d,r;d=[o(4678)],r=function(n){"use strict";return new RegExp("^(?:([+-])=|)("+n+")([a-z%]*)$","i")}.apply(_,d),r!==void 0&&(E.exports=r)},2903:(E,_,o)=>{var d;d=function(){"use strict";return/[^\x20\t\r\n\f]+/g}.call(_,o,_,E),d!==void 0&&(E.exports=d)},1759:(E,_,o)=>{var d,r;d=[o(9253)],r=function(n){"use strict";return new RegExp("^"+n+"+|((?:^|[^\\\\])(?:\\\\.)*)"+n+"+$","g")}.apply(_,d),r!==void 0&&(E.exports=r)},2967:(E,_,o)=>{var d,r;d=[o(7019)],r=function(n){"use strict";return n.slice}.apply(_,d),r!==void 0&&(E.exports=r)},1666:(E,_,o)=>{var d,r;d=[o(7019)],r=function(n){"use strict";return n.sort}.apply(_,d),r!==void 0&&(E.exports=r)},1741:(E,_,o)=>{var d,r;d=[o(7019)],r=function(n){"use strict";return n.splice}.apply(_,d),r!==void 0&&(E.exports=r)},2695:(E,_,o)=>{var d;d=function(){"use strict";return{}}.call(_,o,_,E),d!==void 0&&(E.exports=d)},1141:(E,_,o)=>{var d,r;d=[o(109)],r=function(n){"use strict";return n.toString}.apply(_,d),r!==void 0&&(E.exports=r)},9253:(E,_,o)=>{var d;d=function(){"use strict";return"[\\x20\\t\\r\\n\\f]"}.call(_,o,_,E),d!==void 0&&(E.exports=d)},7645:(E,_,o)=>{var d,r;d=[o(766),o(3777),o(9066),o(6080),o(4262)],r=function(n,p){"use strict";return n.fn.extend({wrapAll:function(h){var i;return this[0]&&(p(h)&&(h=h.call(this[0])),i=n(h,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&i.insertBefore(this[0]),i.map(function(){for(var a=this;a.firstElementChild;)a=a.firstElementChild;return a}).append(this)),this},wrapInner:function(h){return p(h)?this.each(function(i){n(this).wrapInner(h.call(this,i))}):this.each(function(){var i=n(this),a=i.contents();a.length?a.wrapAll(h):i.append(h)})},wrap:function(h){var i=p(h);return this.each(function(a){n(this).wrapAll(i?h.call(this,a):h)})},unwrap:function(h){return this.parent(h).not("body").each(function(){n(this).replaceWith(this.childNodes)}),this}}),n}.apply(_,d),r!==void 0&&(E.exports=r)},2922:function(E,_,o){E=o.nmd(E);var d;/**
|
|
* @license
|
|
* Lodash <https://lodash.com/>
|
|
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
* Released under MIT license <https://lodash.com/license>
|
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
*/(function(){var r,n="4.17.21",p=200,h="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",i="Expected a function",a="Invalid `variable` option passed into `_.template`",c="__lodash_hash_undefined__",m=500,s="__lodash_placeholder__",g=1,u=2,f=4,v=1,y=2,P=1,x=2,A=4,w=8,T=16,b=32,N=64,D=128,I=256,C=512,O=30,F="...",B=800,H=16,L=1,z=2,j=3,K=1/0,G=9007199254740991,Q=17976931348623157e292,oe=0/0,fe=4294967295,Z=fe-1,ye=fe>>>1,ve=[["ary",D],["bind",P],["bindKey",x],["curry",w],["curryRight",T],["flip",C],["partial",b],["partialRight",N],["rearg",I]],Ee="[object Arguments]",Qe="[object Array]",gt="[object AsyncFunction]",Et="[object Boolean]",wt="[object Date]",Lt="[object DOMException]",Ne="[object Error]",At="[object Function]",Me="[object GeneratorFunction]",Ve="[object Map]",Zt="[object Number]",gn="[object Null]",nt="[object Object]",De="[object Promise]",ce="[object Proxy]",be="[object RegExp]",we="[object Set]",X="[object String]",ge="[object Symbol]",de="[object Undefined]",me="[object WeakMap]",Oe="[object WeakSet]",ze="[object ArrayBuffer]",je="[object DataView]",We="[object Float32Array]",Je="[object Float64Array]",st="[object Int8Array]",ft="[object Int16Array]",zt="[object Int32Array]",Ot="[object Uint8Array]",xt="[object Uint8ClampedArray]",cn="[object Uint16Array]",fn="[object Uint32Array]",Cn=/\b__p \+= '';/g,qn=/\b(__p \+=) '' \+/g,qt=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Fn=/&(?:amp|lt|gt|quot|#39);/g,_t=/[&<>"']/g,Mn=RegExp(Fn.source),M=RegExp(_t.source),U=/<%-([\s\S]+?)%>/g,J=/<%([\s\S]+?)%>/g,ee=/<%=([\s\S]+?)%>/g,ie=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,_e=/^\w*$/,Ae=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Te=/[\\^$.*+?()[\]{}|]/g,Pe=RegExp(Te.source),Be=/^\s+/,re=/\s/,ne=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,le=/\{\n\/\* \[wrapped with (.+)\] \*/,se=/,? & /,xe=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Le=/[()=,{}\[\]\/\s]/,Re=/\\(\\)?/g,ot=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,yt=/\w*$/,Rt=/^[-+]0x[0-9a-f]+$/i,dt=/^0b[01]+$/i,it=/^\[object .+?Constructor\]$/,et=/^0o[0-7]+$/i,fi=/^(?:0|[1-9]\d*)$/,Ea=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,or=/($^)/,Kn=/['\n\r\u2028\u2029\\]/g,wr="\\ud800-\\udfff",Jo="\\u0300-\\u036f",Qo="\\ufe20-\\ufe2f",el="\\u20d0-\\u20ff",wa=Jo+Qo+el,xa="\\u2700-\\u27bf",Ca="a-z\\xdf-\\xf6\\xf8-\\xff",tl="\\xac\\xb1\\xd7\\xf7",nl="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",rl="\\u2000-\\u206f",il=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Ta="A-Z\\xc0-\\xd6\\xd8-\\xde",ba="\\ufe0e\\ufe0f",Ra=tl+nl+rl+il,di="['\u2019]",al="["+wr+"]",Ia="["+Ra+"]",xr="["+wa+"]",Da="\\d+",sl="["+xa+"]",Oa="["+Ca+"]",ka="[^"+wr+Ra+Da+xa+Ca+Ta+"]",hi="\\ud83c[\\udffb-\\udfff]",ol="(?:"+xr+"|"+hi+")",Na="[^"+wr+"]",mi="(?:\\ud83c[\\udde6-\\uddff]){2}",gi="[\\ud800-\\udbff][\\udc00-\\udfff]",Yn="["+Ta+"]",La="\\u200d",qa="(?:"+Oa+"|"+ka+")",ll="(?:"+Yn+"|"+ka+")",Fa="(?:"+di+"(?:d|ll|m|re|s|t|ve))?",Ma="(?:"+di+"(?:D|LL|M|RE|S|T|VE))?",ja=ol+"?",za="["+ba+"]?",pl="(?:"+La+"(?:"+[Na,mi,gi].join("|")+")"+za+ja+")*",ul="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",cl="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Ba=za+ja+pl,fl="(?:"+[sl,mi,gi].join("|")+")"+Ba,dl="(?:"+[Na+xr+"?",xr,mi,gi,al].join("|")+")",hl=RegExp(di,"g"),ml=RegExp(xr,"g"),_i=RegExp(hi+"(?="+hi+")|"+dl+Ba,"g"),gl=RegExp([Yn+"?"+Oa+"+"+Fa+"(?="+[Ia,Yn,"$"].join("|")+")",ll+"+"+Ma+"(?="+[Ia,Yn+qa,"$"].join("|")+")",Yn+"?"+qa+"+"+Fa,Yn+"+"+Ma,cl,ul,Da,fl].join("|"),"g"),_l=RegExp("["+La+wr+wa+ba+"]"),yl=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,vl=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Al=-1,ct={};ct[We]=ct[Je]=ct[st]=ct[ft]=ct[zt]=ct[Ot]=ct[xt]=ct[cn]=ct[fn]=!0,ct[Ee]=ct[Qe]=ct[ze]=ct[Et]=ct[je]=ct[wt]=ct[Ne]=ct[At]=ct[Ve]=ct[Zt]=ct[nt]=ct[be]=ct[we]=ct[X]=ct[me]=!1;var ut={};ut[Ee]=ut[Qe]=ut[ze]=ut[je]=ut[Et]=ut[wt]=ut[We]=ut[Je]=ut[st]=ut[ft]=ut[zt]=ut[Ve]=ut[Zt]=ut[nt]=ut[be]=ut[we]=ut[X]=ut[ge]=ut[Ot]=ut[xt]=ut[cn]=ut[fn]=!0,ut[Ne]=ut[At]=ut[me]=!1;var Pl={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},Sl={"&":"&","<":"<",">":">",'"':""","'":"'"},El={"&":"&","<":"<",">":">",""":'"',"'":"'"},wl={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},xl=parseFloat,Cl=parseInt,$a=typeof o.g=="object"&&o.g&&o.g.Object===Object&&o.g,Tl=typeof self=="object"&&self&&self.Object===Object&&self,It=$a||Tl||Function("return this")(),Ga=_&&!_.nodeType&&_,lr=Ga&&!0&&E&&!E.nodeType&&E,Wa=lr&&lr.exports===Ga,yi=Wa&&$a.process,Jt=function(){try{var Y=lr&&lr.require&&lr.require("util").types;return Y||yi&&yi.binding&&yi.binding("util")}catch(ae){}}(),Ha=Jt&&Jt.isArrayBuffer,Ua=Jt&&Jt.isDate,Ka=Jt&&Jt.isMap,Ya=Jt&&Jt.isRegExp,Va=Jt&&Jt.isSet,Xa=Jt&&Jt.isTypedArray;function Ht(Y,ae,te){switch(te.length){case 0:return Y.call(ae);case 1:return Y.call(ae,te[0]);case 2:return Y.call(ae,te[0],te[1]);case 3:return Y.call(ae,te[0],te[1],te[2])}return Y.apply(ae,te)}function bl(Y,ae,te,Ce){for(var $e=-1,rt=Y==null?0:Y.length;++$e<rt;){var Ct=Y[$e];ae(Ce,Ct,te(Ct),Y)}return Ce}function Qt(Y,ae){for(var te=-1,Ce=Y==null?0:Y.length;++te<Ce&&ae(Y[te],te,Y)!==!1;);return Y}function Rl(Y,ae){for(var te=Y==null?0:Y.length;te--&&ae(Y[te],te,Y)!==!1;);return Y}function Za(Y,ae){for(var te=-1,Ce=Y==null?0:Y.length;++te<Ce;)if(!ae(Y[te],te,Y))return!1;return!0}function Tn(Y,ae){for(var te=-1,Ce=Y==null?0:Y.length,$e=0,rt=[];++te<Ce;){var Ct=Y[te];ae(Ct,te,Y)&&(rt[$e++]=Ct)}return rt}function Cr(Y,ae){var te=Y==null?0:Y.length;return!!te&&Vn(Y,ae,0)>-1}function vi(Y,ae,te){for(var Ce=-1,$e=Y==null?0:Y.length;++Ce<$e;)if(te(ae,Y[Ce]))return!0;return!1}function ht(Y,ae){for(var te=-1,Ce=Y==null?0:Y.length,$e=Array(Ce);++te<Ce;)$e[te]=ae(Y[te],te,Y);return $e}function bn(Y,ae){for(var te=-1,Ce=ae.length,$e=Y.length;++te<Ce;)Y[$e+te]=ae[te];return Y}function Ai(Y,ae,te,Ce){var $e=-1,rt=Y==null?0:Y.length;for(Ce&&rt&&(te=Y[++$e]);++$e<rt;)te=ae(te,Y[$e],$e,Y);return te}function Il(Y,ae,te,Ce){var $e=Y==null?0:Y.length;for(Ce&&$e&&(te=Y[--$e]);$e--;)te=ae(te,Y[$e],$e,Y);return te}function Pi(Y,ae){for(var te=-1,Ce=Y==null?0:Y.length;++te<Ce;)if(ae(Y[te],te,Y))return!0;return!1}var Dl=Si("length");function Ol(Y){return Y.split("")}function kl(Y){return Y.match(xe)||[]}function Ja(Y,ae,te){var Ce;return te(Y,function($e,rt,Ct){if(ae($e,rt,Ct))return Ce=rt,!1}),Ce}function Tr(Y,ae,te,Ce){for(var $e=Y.length,rt=te+(Ce?1:-1);Ce?rt--:++rt<$e;)if(ae(Y[rt],rt,Y))return rt;return-1}function Vn(Y,ae,te){return ae===ae?Hl(Y,ae,te):Tr(Y,Qa,te)}function Nl(Y,ae,te,Ce){for(var $e=te-1,rt=Y.length;++$e<rt;)if(Ce(Y[$e],ae))return $e;return-1}function Qa(Y){return Y!==Y}function es(Y,ae){var te=Y==null?0:Y.length;return te?wi(Y,ae)/te:oe}function Si(Y){return function(ae){return ae==null?r:ae[Y]}}function Ei(Y){return function(ae){return Y==null?r:Y[ae]}}function ts(Y,ae,te,Ce,$e){return $e(Y,function(rt,Ct,pt){te=Ce?(Ce=!1,rt):ae(te,rt,Ct,pt)}),te}function Ll(Y,ae){var te=Y.length;for(Y.sort(ae);te--;)Y[te]=Y[te].value;return Y}function wi(Y,ae){for(var te,Ce=-1,$e=Y.length;++Ce<$e;){var rt=ae(Y[Ce]);rt!==r&&(te=te===r?rt:te+rt)}return te}function xi(Y,ae){for(var te=-1,Ce=Array(Y);++te<Y;)Ce[te]=ae(te);return Ce}function ql(Y,ae){return ht(ae,function(te){return[te,Y[te]]})}function ns(Y){return Y&&Y.slice(0,ss(Y)+1).replace(Be,"")}function Ut(Y){return function(ae){return Y(ae)}}function Ci(Y,ae){return ht(ae,function(te){return Y[te]})}function pr(Y,ae){return Y.has(ae)}function rs(Y,ae){for(var te=-1,Ce=Y.length;++te<Ce&&Vn(ae,Y[te],0)>-1;);return te}function is(Y,ae){for(var te=Y.length;te--&&Vn(ae,Y[te],0)>-1;);return te}function Fl(Y,ae){for(var te=Y.length,Ce=0;te--;)Y[te]===ae&&++Ce;return Ce}var Ml=Ei(Pl),jl=Ei(Sl);function zl(Y){return"\\"+wl[Y]}function Bl(Y,ae){return Y==null?r:Y[ae]}function Xn(Y){return _l.test(Y)}function $l(Y){return yl.test(Y)}function Gl(Y){for(var ae,te=[];!(ae=Y.next()).done;)te.push(ae.value);return te}function Ti(Y){var ae=-1,te=Array(Y.size);return Y.forEach(function(Ce,$e){te[++ae]=[$e,Ce]}),te}function as(Y,ae){return function(te){return Y(ae(te))}}function Rn(Y,ae){for(var te=-1,Ce=Y.length,$e=0,rt=[];++te<Ce;){var Ct=Y[te];(Ct===ae||Ct===s)&&(Y[te]=s,rt[$e++]=te)}return rt}function br(Y){var ae=-1,te=Array(Y.size);return Y.forEach(function(Ce){te[++ae]=Ce}),te}function Wl(Y){var ae=-1,te=Array(Y.size);return Y.forEach(function(Ce){te[++ae]=[Ce,Ce]}),te}function Hl(Y,ae,te){for(var Ce=te-1,$e=Y.length;++Ce<$e;)if(Y[Ce]===ae)return Ce;return-1}function Ul(Y,ae,te){for(var Ce=te+1;Ce--;)if(Y[Ce]===ae)return Ce;return Ce}function Zn(Y){return Xn(Y)?Yl(Y):Dl(Y)}function on(Y){return Xn(Y)?Vl(Y):Ol(Y)}function ss(Y){for(var ae=Y.length;ae--&&re.test(Y.charAt(ae)););return ae}var Kl=Ei(El);function Yl(Y){for(var ae=_i.lastIndex=0;_i.test(Y);)++ae;return ae}function Vl(Y){return Y.match(_i)||[]}function Xl(Y){return Y.match(gl)||[]}var Zl=function Y(ae){ae=ae==null?It:Rr.defaults(It.Object(),ae,Rr.pick(It,vl));var te=ae.Array,Ce=ae.Date,$e=ae.Error,rt=ae.Function,Ct=ae.Math,pt=ae.Object,bi=ae.RegExp,Jl=ae.String,en=ae.TypeError,Ir=te.prototype,Ql=rt.prototype,Jn=pt.prototype,Dr=ae["__core-js_shared__"],Or=Ql.toString,lt=Jn.hasOwnProperty,ep=0,os=function(){var e=/[^.]+$/.exec(Dr&&Dr.keys&&Dr.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),kr=Jn.toString,tp=Or.call(pt),np=It._,rp=bi("^"+Or.call(lt).replace(Te,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Nr=Wa?ae.Buffer:r,In=ae.Symbol,Lr=ae.Uint8Array,ls=Nr?Nr.allocUnsafe:r,qr=as(pt.getPrototypeOf,pt),ps=pt.create,us=Jn.propertyIsEnumerable,Fr=Ir.splice,cs=In?In.isConcatSpreadable:r,ur=In?In.iterator:r,jn=In?In.toStringTag:r,Mr=function(){try{var e=Wn(pt,"defineProperty");return e({},"",{}),e}catch(t){}}(),ip=ae.clearTimeout!==It.clearTimeout&&ae.clearTimeout,ap=Ce&&Ce.now!==It.Date.now&&Ce.now,sp=ae.setTimeout!==It.setTimeout&&ae.setTimeout,jr=Ct.ceil,zr=Ct.floor,Ri=pt.getOwnPropertySymbols,op=Nr?Nr.isBuffer:r,fs=ae.isFinite,lp=Ir.join,pp=as(pt.keys,pt),Tt=Ct.max,kt=Ct.min,up=Ce.now,cp=ae.parseInt,ds=Ct.random,fp=Ir.reverse,Ii=Wn(ae,"DataView"),cr=Wn(ae,"Map"),Di=Wn(ae,"Promise"),Qn=Wn(ae,"Set"),fr=Wn(ae,"WeakMap"),dr=Wn(pt,"create"),Br=fr&&new fr,er={},dp=Hn(Ii),hp=Hn(cr),mp=Hn(Di),gp=Hn(Qn),_p=Hn(fr),$r=In?In.prototype:r,hr=$r?$r.valueOf:r,hs=$r?$r.toString:r;function k(e){if(vt(e)&&!Ge(e)&&!(e instanceof Xe)){if(e instanceof tn)return e;if(lt.call(e,"__wrapped__"))return go(e)}return new tn(e)}var tr=function(){function e(){}return function(t){if(!mt(t))return{};if(ps)return ps(t);e.prototype=t;var l=new e;return e.prototype=r,l}}();function Gr(){}function tn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=r}k.templateSettings={escape:U,evaluate:J,interpolate:ee,variable:"",imports:{_:k}},k.prototype=Gr.prototype,k.prototype.constructor=k,tn.prototype=tr(Gr.prototype),tn.prototype.constructor=tn;function Xe(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=fe,this.__views__=[]}function yp(){var e=new Xe(this.__wrapped__);return e.__actions__=Bt(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Bt(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Bt(this.__views__),e}function vp(){if(this.__filtered__){var e=new Xe(this);e.__dir__=-1,e.__filtered__=!0}else e=this.clone(),e.__dir__*=-1;return e}function Ap(){var e=this.__wrapped__.value(),t=this.__dir__,l=Ge(e),S=t<0,R=l?e.length:0,q=Ou(0,R,this.__views__),$=q.start,W=q.end,V=W-$,pe=S?W:$-1,ue=this.__iteratees__,he=ue.length,Se=0,Ie=kt(V,this.__takeCount__);if(!l||!S&&R==V&&Ie==V)return Ms(e,this.__actions__);var qe=[];e:for(;V--&&Se<Ie;){pe+=t;for(var Ue=-1,Fe=e[pe];++Ue<he;){var Ye=ue[Ue],Ze=Ye.iteratee,Vt=Ye.type,jt=Ze(Fe);if(Vt==z)Fe=jt;else if(!jt){if(Vt==L)continue e;break e}}qe[Se++]=Fe}return qe}Xe.prototype=tr(Gr.prototype),Xe.prototype.constructor=Xe;function zn(e){var t=-1,l=e==null?0:e.length;for(this.clear();++t<l;){var S=e[t];this.set(S[0],S[1])}}function Pp(){this.__data__=dr?dr(null):{},this.size=0}function Sp(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}function Ep(e){var t=this.__data__;if(dr){var l=t[e];return l===c?r:l}return lt.call(t,e)?t[e]:r}function wp(e){var t=this.__data__;return dr?t[e]!==r:lt.call(t,e)}function xp(e,t){var l=this.__data__;return this.size+=this.has(e)?0:1,l[e]=dr&&t===r?c:t,this}zn.prototype.clear=Pp,zn.prototype.delete=Sp,zn.prototype.get=Ep,zn.prototype.has=wp,zn.prototype.set=xp;function _n(e){var t=-1,l=e==null?0:e.length;for(this.clear();++t<l;){var S=e[t];this.set(S[0],S[1])}}function Cp(){this.__data__=[],this.size=0}function Tp(e){var t=this.__data__,l=Wr(t,e);if(l<0)return!1;var S=t.length-1;return l==S?t.pop():Fr.call(t,l,1),--this.size,!0}function bp(e){var t=this.__data__,l=Wr(t,e);return l<0?r:t[l][1]}function Rp(e){return Wr(this.__data__,e)>-1}function Ip(e,t){var l=this.__data__,S=Wr(l,e);return S<0?(++this.size,l.push([e,t])):l[S][1]=t,this}_n.prototype.clear=Cp,_n.prototype.delete=Tp,_n.prototype.get=bp,_n.prototype.has=Rp,_n.prototype.set=Ip;function yn(e){var t=-1,l=e==null?0:e.length;for(this.clear();++t<l;){var S=e[t];this.set(S[0],S[1])}}function Dp(){this.size=0,this.__data__={hash:new zn,map:new(cr||_n),string:new zn}}function Op(e){var t=ni(this,e).delete(e);return this.size-=t?1:0,t}function kp(e){return ni(this,e).get(e)}function Np(e){return ni(this,e).has(e)}function Lp(e,t){var l=ni(this,e),S=l.size;return l.set(e,t),this.size+=l.size==S?0:1,this}yn.prototype.clear=Dp,yn.prototype.delete=Op,yn.prototype.get=kp,yn.prototype.has=Np,yn.prototype.set=Lp;function Bn(e){var t=-1,l=e==null?0:e.length;for(this.__data__=new yn;++t<l;)this.add(e[t])}function qp(e){return this.__data__.set(e,c),this}function Fp(e){return this.__data__.has(e)}Bn.prototype.add=Bn.prototype.push=qp,Bn.prototype.has=Fp;function ln(e){var t=this.__data__=new _n(e);this.size=t.size}function Mp(){this.__data__=new _n,this.size=0}function jp(e){var t=this.__data__,l=t.delete(e);return this.size=t.size,l}function zp(e){return this.__data__.get(e)}function Bp(e){return this.__data__.has(e)}function $p(e,t){var l=this.__data__;if(l instanceof _n){var S=l.__data__;if(!cr||S.length<p-1)return S.push([e,t]),this.size=++l.size,this;l=this.__data__=new yn(S)}return l.set(e,t),this.size=l.size,this}ln.prototype.clear=Mp,ln.prototype.delete=jp,ln.prototype.get=zp,ln.prototype.has=Bp,ln.prototype.set=$p;function ms(e,t){var l=Ge(e),S=!l&&Un(e),R=!l&&!S&&Ln(e),q=!l&&!S&&!R&&ar(e),$=l||S||R||q,W=$?xi(e.length,Jl):[],V=W.length;for(var pe in e)(t||lt.call(e,pe))&&!($&&(pe=="length"||R&&(pe=="offset"||pe=="parent")||q&&(pe=="buffer"||pe=="byteLength"||pe=="byteOffset")||Sn(pe,V)))&&W.push(pe);return W}function gs(e){var t=e.length;return t?e[$i(0,t-1)]:r}function Gp(e,t){return ri(Bt(e),$n(t,0,e.length))}function Wp(e){return ri(Bt(e))}function Oi(e,t,l){(l!==r&&!pn(e[t],l)||l===r&&!(t in e))&&vn(e,t,l)}function mr(e,t,l){var S=e[t];(!(lt.call(e,t)&&pn(S,l))||l===r&&!(t in e))&&vn(e,t,l)}function Wr(e,t){for(var l=e.length;l--;)if(pn(e[l][0],t))return l;return-1}function Hp(e,t,l,S){return Dn(e,function(R,q,$){t(S,R,l(R),$)}),S}function _s(e,t){return e&&hn(t,bt(t),e)}function Up(e,t){return e&&hn(t,Gt(t),e)}function vn(e,t,l){t=="__proto__"&&Mr?Mr(e,t,{configurable:!0,enumerable:!0,value:l,writable:!0}):e[t]=l}function ki(e,t){for(var l=-1,S=t.length,R=te(S),q=e==null;++l<S;)R[l]=q?r:da(e,t[l]);return R}function $n(e,t,l){return e===e&&(l!==r&&(e=e<=l?e:l),t!==r&&(e=e>=t?e:t)),e}function nn(e,t,l,S,R,q){var $,W=t&g,V=t&u,pe=t&f;if(l&&($=R?l(e,S,R,q):l(e)),$!==r)return $;if(!mt(e))return e;var ue=Ge(e);if(ue){if($=Nu(e),!W)return Bt(e,$)}else{var he=Nt(e),Se=he==At||he==Me;if(Ln(e))return Bs(e,W);if(he==nt||he==Ee||Se&&!R){if($=V||Se?{}:so(e),!W)return V?Eu(e,Up($,e)):Su(e,_s($,e))}else{if(!ut[he])return R?e:{};$=Lu(e,he,W)}}q||(q=new ln);var Ie=q.get(e);if(Ie)return Ie;q.set(e,$),qo(e)?e.forEach(function(Fe){$.add(nn(Fe,t,l,Fe,e,q))}):No(e)&&e.forEach(function(Fe,Ye){$.set(Ye,nn(Fe,t,l,Ye,e,q))});var qe=pe?V?Qi:Ji:V?Gt:bt,Ue=ue?r:qe(e);return Qt(Ue||e,function(Fe,Ye){Ue&&(Ye=Fe,Fe=e[Ye]),mr($,Ye,nn(Fe,t,l,Ye,e,q))}),$}function Kp(e){var t=bt(e);return function(l){return ys(l,e,t)}}function ys(e,t,l){var S=l.length;if(e==null)return!S;for(e=pt(e);S--;){var R=l[S],q=t[R],$=e[R];if($===r&&!(R in e)||!q($))return!1}return!0}function vs(e,t,l){if(typeof e!="function")throw new en(i);return Sr(function(){e.apply(r,l)},t)}function gr(e,t,l,S){var R=-1,q=Cr,$=!0,W=e.length,V=[],pe=t.length;if(!W)return V;l&&(t=ht(t,Ut(l))),S?(q=vi,$=!1):t.length>=p&&(q=pr,$=!1,t=new Bn(t));e:for(;++R<W;){var ue=e[R],he=l==null?ue:l(ue);if(ue=S||ue!==0?ue:0,$&&he===he){for(var Se=pe;Se--;)if(t[Se]===he)continue e;V.push(ue)}else q(t,he,S)||V.push(ue)}return V}var Dn=Us(dn),As=Us(Li,!0);function Yp(e,t){var l=!0;return Dn(e,function(S,R,q){return l=!!t(S,R,q),l}),l}function Hr(e,t,l){for(var S=-1,R=e.length;++S<R;){var q=e[S],$=t(q);if($!=null&&(W===r?$===$&&!Yt($):l($,W)))var W=$,V=q}return V}function Vp(e,t,l,S){var R=e.length;for(l=He(l),l<0&&(l=-l>R?0:R+l),S=S===r||S>R?R:He(S),S<0&&(S+=R),S=l>S?0:Mo(S);l<S;)e[l++]=t;return e}function Ps(e,t){var l=[];return Dn(e,function(S,R,q){t(S,R,q)&&l.push(S)}),l}function Dt(e,t,l,S,R){var q=-1,$=e.length;for(l||(l=Fu),R||(R=[]);++q<$;){var W=e[q];t>0&&l(W)?t>1?Dt(W,t-1,l,S,R):bn(R,W):S||(R[R.length]=W)}return R}var Ni=Ks(),Ss=Ks(!0);function dn(e,t){return e&&Ni(e,t,bt)}function Li(e,t){return e&&Ss(e,t,bt)}function Ur(e,t){return Tn(t,function(l){return En(e[l])})}function Gn(e,t){t=kn(t,e);for(var l=0,S=t.length;e!=null&&l<S;)e=e[mn(t[l++])];return l&&l==S?e:r}function Es(e,t,l){var S=t(e);return Ge(e)?S:bn(S,l(e))}function Ft(e){return e==null?e===r?de:gn:jn&&jn in pt(e)?Du(e):Wu(e)}function qi(e,t){return e>t}function Xp(e,t){return e!=null&<.call(e,t)}function Zp(e,t){return e!=null&&t in pt(e)}function Jp(e,t,l){return e>=kt(t,l)&&e<Tt(t,l)}function Fi(e,t,l){for(var S=l?vi:Cr,R=e[0].length,q=e.length,$=q,W=te(q),V=1/0,pe=[];$--;){var ue=e[$];$&&t&&(ue=ht(ue,Ut(t))),V=kt(ue.length,V),W[$]=!l&&(t||R>=120&&ue.length>=120)?new Bn($&&ue):r}ue=e[0];var he=-1,Se=W[0];e:for(;++he<R&&pe.length<V;){var Ie=ue[he],qe=t?t(Ie):Ie;if(Ie=l||Ie!==0?Ie:0,!(Se?pr(Se,qe):S(pe,qe,l))){for($=q;--$;){var Ue=W[$];if(!(Ue?pr(Ue,qe):S(e[$],qe,l)))continue e}Se&&Se.push(qe),pe.push(Ie)}}return pe}function Qp(e,t,l,S){return dn(e,function(R,q,$){t(S,l(R),q,$)}),S}function _r(e,t,l){t=kn(t,e),e=uo(e,t);var S=e==null?e:e[mn(an(t))];return S==null?r:Ht(S,e,l)}function ws(e){return vt(e)&&Ft(e)==Ee}function eu(e){return vt(e)&&Ft(e)==ze}function tu(e){return vt(e)&&Ft(e)==wt}function yr(e,t,l,S,R){return e===t?!0:e==null||t==null||!vt(e)&&!vt(t)?e!==e&&t!==t:nu(e,t,l,S,yr,R)}function nu(e,t,l,S,R,q){var $=Ge(e),W=Ge(t),V=$?Qe:Nt(e),pe=W?Qe:Nt(t);V=V==Ee?nt:V,pe=pe==Ee?nt:pe;var ue=V==nt,he=pe==nt,Se=V==pe;if(Se&&Ln(e)){if(!Ln(t))return!1;$=!0,ue=!1}if(Se&&!ue)return q||(q=new ln),$||ar(e)?ro(e,t,l,S,R,q):Ru(e,t,V,l,S,R,q);if(!(l&v)){var Ie=ue&<.call(e,"__wrapped__"),qe=he&<.call(t,"__wrapped__");if(Ie||qe){var Ue=Ie?e.value():e,Fe=qe?t.value():t;return q||(q=new ln),R(Ue,Fe,l,S,q)}}return Se?(q||(q=new ln),Iu(e,t,l,S,R,q)):!1}function ru(e){return vt(e)&&Nt(e)==Ve}function Mi(e,t,l,S){var R=l.length,q=R,$=!S;if(e==null)return!q;for(e=pt(e);R--;){var W=l[R];if($&&W[2]?W[1]!==e[W[0]]:!(W[0]in e))return!1}for(;++R<q;){W=l[R];var V=W[0],pe=e[V],ue=W[1];if($&&W[2]){if(pe===r&&!(V in e))return!1}else{var he=new ln;if(S)var Se=S(pe,ue,V,e,t,he);if(!(Se===r?yr(ue,pe,v|y,S,he):Se))return!1}}return!0}function xs(e){if(!mt(e)||ju(e))return!1;var t=En(e)?rp:it;return t.test(Hn(e))}function iu(e){return vt(e)&&Ft(e)==be}function au(e){return vt(e)&&Nt(e)==we}function su(e){return vt(e)&&pi(e.length)&&!!ct[Ft(e)]}function Cs(e){return typeof e=="function"?e:e==null?Wt:typeof e=="object"?Ge(e)?Rs(e[0],e[1]):bs(e):Vo(e)}function ji(e){if(!Pr(e))return pp(e);var t=[];for(var l in pt(e))lt.call(e,l)&&l!="constructor"&&t.push(l);return t}function ou(e){if(!mt(e))return Gu(e);var t=Pr(e),l=[];for(var S in e)S=="constructor"&&(t||!lt.call(e,S))||l.push(S);return l}function zi(e,t){return e<t}function Ts(e,t){var l=-1,S=$t(e)?te(e.length):[];return Dn(e,function(R,q,$){S[++l]=t(R,q,$)}),S}function bs(e){var t=ta(e);return t.length==1&&t[0][2]?lo(t[0][0],t[0][1]):function(l){return l===e||Mi(l,e,t)}}function Rs(e,t){return ra(e)&&oo(t)?lo(mn(e),t):function(l){var S=da(l,e);return S===r&&S===t?ha(l,e):yr(t,S,v|y)}}function Kr(e,t,l,S,R){e!==t&&Ni(t,function(q,$){if(R||(R=new ln),mt(q))lu(e,t,$,l,Kr,S,R);else{var W=S?S(aa(e,$),q,$+"",e,t,R):r;W===r&&(W=q),Oi(e,$,W)}},Gt)}function lu(e,t,l,S,R,q,$){var W=aa(e,l),V=aa(t,l),pe=$.get(V);if(pe){Oi(e,l,pe);return}var ue=q?q(W,V,l+"",e,t,$):r,he=ue===r;if(he){var Se=Ge(V),Ie=!Se&&Ln(V),qe=!Se&&!Ie&&ar(V);ue=V,Se||Ie||qe?Ge(W)?ue=W:Pt(W)?ue=Bt(W):Ie?(he=!1,ue=Bs(V,!0)):qe?(he=!1,ue=$s(V,!0)):ue=[]:Er(V)||Un(V)?(ue=W,Un(W)?ue=jo(W):(!mt(W)||En(W))&&(ue=so(V))):he=!1}he&&($.set(V,ue),R(ue,V,S,q,$),$.delete(V)),Oi(e,l,ue)}function Is(e,t){var l=e.length;if(l)return t+=t<0?l:0,Sn(t,l)?e[t]:r}function Ds(e,t,l){t.length?t=ht(t,function(q){return Ge(q)?function($){return Gn($,q.length===1?q[0]:q)}:q}):t=[Wt];var S=-1;t=ht(t,Ut(ke()));var R=Ts(e,function(q,$,W){var V=ht(t,function(pe){return pe(q)});return{criteria:V,index:++S,value:q}});return Ll(R,function(q,$){return Pu(q,$,l)})}function pu(e,t){return Os(e,t,function(l,S){return ha(e,S)})}function Os(e,t,l){for(var S=-1,R=t.length,q={};++S<R;){var $=t[S],W=Gn(e,$);l(W,$)&&vr(q,kn($,e),W)}return q}function uu(e){return function(t){return Gn(t,e)}}function Bi(e,t,l,S){var R=S?Nl:Vn,q=-1,$=t.length,W=e;for(e===t&&(t=Bt(t)),l&&(W=ht(e,Ut(l)));++q<$;)for(var V=0,pe=t[q],ue=l?l(pe):pe;(V=R(W,ue,V,S))>-1;)W!==e&&Fr.call(W,V,1),Fr.call(e,V,1);return e}function ks(e,t){for(var l=e?t.length:0,S=l-1;l--;){var R=t[l];if(l==S||R!==q){var q=R;Sn(R)?Fr.call(e,R,1):Hi(e,R)}}return e}function $i(e,t){return e+zr(ds()*(t-e+1))}function cu(e,t,l,S){for(var R=-1,q=Tt(jr((t-e)/(l||1)),0),$=te(q);q--;)$[S?q:++R]=e,e+=l;return $}function Gi(e,t){var l="";if(!e||t<1||t>G)return l;do t%2&&(l+=e),t=zr(t/2),t&&(e+=e);while(t);return l}function Ke(e,t){return sa(po(e,t,Wt),e+"")}function fu(e){return gs(sr(e))}function du(e,t){var l=sr(e);return ri(l,$n(t,0,l.length))}function vr(e,t,l,S){if(!mt(e))return e;t=kn(t,e);for(var R=-1,q=t.length,$=q-1,W=e;W!=null&&++R<q;){var V=mn(t[R]),pe=l;if(V==="__proto__"||V==="constructor"||V==="prototype")return e;if(R!=$){var ue=W[V];pe=S?S(ue,V,W):r,pe===r&&(pe=mt(ue)?ue:Sn(t[R+1])?[]:{})}mr(W,V,pe),W=W[V]}return e}var Ns=Br?function(e,t){return Br.set(e,t),e}:Wt,hu=Mr?function(e,t){return Mr(e,"toString",{configurable:!0,enumerable:!1,value:ga(t),writable:!0})}:Wt;function mu(e){return ri(sr(e))}function rn(e,t,l){var S=-1,R=e.length;t<0&&(t=-t>R?0:R+t),l=l>R?R:l,l<0&&(l+=R),R=t>l?0:l-t>>>0,t>>>=0;for(var q=te(R);++S<R;)q[S]=e[S+t];return q}function gu(e,t){var l;return Dn(e,function(S,R,q){return l=t(S,R,q),!l}),!!l}function Yr(e,t,l){var S=0,R=e==null?S:e.length;if(typeof t=="number"&&t===t&&R<=ye){for(;S<R;){var q=S+R>>>1,$=e[q];$!==null&&!Yt($)&&(l?$<=t:$<t)?S=q+1:R=q}return R}return Wi(e,t,Wt,l)}function Wi(e,t,l,S){var R=0,q=e==null?0:e.length;if(q===0)return 0;t=l(t);for(var $=t!==t,W=t===null,V=Yt(t),pe=t===r;R<q;){var ue=zr((R+q)/2),he=l(e[ue]),Se=he!==r,Ie=he===null,qe=he===he,Ue=Yt(he);if($)var Fe=S||qe;else pe?Fe=qe&&(S||Se):W?Fe=qe&&Se&&(S||!Ie):V?Fe=qe&&Se&&!Ie&&(S||!Ue):Ie||Ue?Fe=!1:Fe=S?he<=t:he<t;Fe?R=ue+1:q=ue}return kt(q,Z)}function Ls(e,t){for(var l=-1,S=e.length,R=0,q=[];++l<S;){var $=e[l],W=t?t($):$;if(!l||!pn(W,V)){var V=W;q[R++]=$===0?0:$}}return q}function qs(e){return typeof e=="number"?e:Yt(e)?oe:+e}function Kt(e){if(typeof e=="string")return e;if(Ge(e))return ht(e,Kt)+"";if(Yt(e))return hs?hs.call(e):"";var t=e+"";return t=="0"&&1/e==-K?"-0":t}function On(e,t,l){var S=-1,R=Cr,q=e.length,$=!0,W=[],V=W;if(l)$=!1,R=vi;else if(q>=p){var pe=t?null:Tu(e);if(pe)return br(pe);$=!1,R=pr,V=new Bn}else V=t?[]:W;e:for(;++S<q;){var ue=e[S],he=t?t(ue):ue;if(ue=l||ue!==0?ue:0,$&&he===he){for(var Se=V.length;Se--;)if(V[Se]===he)continue e;t&&V.push(he),W.push(ue)}else R(V,he,l)||(V!==W&&V.push(he),W.push(ue))}return W}function Hi(e,t){return t=kn(t,e),e=uo(e,t),e==null||delete e[mn(an(t))]}function Fs(e,t,l,S){return vr(e,t,l(Gn(e,t)),S)}function Vr(e,t,l,S){for(var R=e.length,q=S?R:-1;(S?q--:++q<R)&&t(e[q],q,e););return l?rn(e,S?0:q,S?q+1:R):rn(e,S?q+1:0,S?R:q)}function Ms(e,t){var l=e;return l instanceof Xe&&(l=l.value()),Ai(t,function(S,R){return R.func.apply(R.thisArg,bn([S],R.args))},l)}function Ui(e,t,l){var S=e.length;if(S<2)return S?On(e[0]):[];for(var R=-1,q=te(S);++R<S;)for(var $=e[R],W=-1;++W<S;)W!=R&&(q[R]=gr(q[R]||$,e[W],t,l));return On(Dt(q,1),t,l)}function js(e,t,l){for(var S=-1,R=e.length,q=t.length,$={};++S<R;){var W=S<q?t[S]:r;l($,e[S],W)}return $}function Ki(e){return Pt(e)?e:[]}function Yi(e){return typeof e=="function"?e:Wt}function kn(e,t){return Ge(e)?e:ra(e,t)?[e]:mo(at(e))}var _u=Ke;function Nn(e,t,l){var S=e.length;return l=l===r?S:l,!t&&l>=S?e:rn(e,t,l)}var zs=ip||function(e){return It.clearTimeout(e)};function Bs(e,t){if(t)return e.slice();var l=e.length,S=ls?ls(l):new e.constructor(l);return e.copy(S),S}function Vi(e){var t=new e.constructor(e.byteLength);return new Lr(t).set(new Lr(e)),t}function yu(e,t){var l=t?Vi(e.buffer):e.buffer;return new e.constructor(l,e.byteOffset,e.byteLength)}function vu(e){var t=new e.constructor(e.source,yt.exec(e));return t.lastIndex=e.lastIndex,t}function Au(e){return hr?pt(hr.call(e)):{}}function $s(e,t){var l=t?Vi(e.buffer):e.buffer;return new e.constructor(l,e.byteOffset,e.length)}function Gs(e,t){if(e!==t){var l=e!==r,S=e===null,R=e===e,q=Yt(e),$=t!==r,W=t===null,V=t===t,pe=Yt(t);if(!W&&!pe&&!q&&e>t||q&&$&&V&&!W&&!pe||S&&$&&V||!l&&V||!R)return 1;if(!S&&!q&&!pe&&e<t||pe&&l&&R&&!S&&!q||W&&l&&R||!$&&R||!V)return-1}return 0}function Pu(e,t,l){for(var S=-1,R=e.criteria,q=t.criteria,$=R.length,W=l.length;++S<$;){var V=Gs(R[S],q[S]);if(V){if(S>=W)return V;var pe=l[S];return V*(pe=="desc"?-1:1)}}return e.index-t.index}function Ws(e,t,l,S){for(var R=-1,q=e.length,$=l.length,W=-1,V=t.length,pe=Tt(q-$,0),ue=te(V+pe),he=!S;++W<V;)ue[W]=t[W];for(;++R<$;)(he||R<q)&&(ue[l[R]]=e[R]);for(;pe--;)ue[W++]=e[R++];return ue}function Hs(e,t,l,S){for(var R=-1,q=e.length,$=-1,W=l.length,V=-1,pe=t.length,ue=Tt(q-W,0),he=te(ue+pe),Se=!S;++R<ue;)he[R]=e[R];for(var Ie=R;++V<pe;)he[Ie+V]=t[V];for(;++$<W;)(Se||R<q)&&(he[Ie+l[$]]=e[R++]);return he}function Bt(e,t){var l=-1,S=e.length;for(t||(t=te(S));++l<S;)t[l]=e[l];return t}function hn(e,t,l,S){var R=!l;l||(l={});for(var q=-1,$=t.length;++q<$;){var W=t[q],V=S?S(l[W],e[W],W,l,e):r;V===r&&(V=e[W]),R?vn(l,W,V):mr(l,W,V)}return l}function Su(e,t){return hn(e,na(e),t)}function Eu(e,t){return hn(e,io(e),t)}function Xr(e,t){return function(l,S){var R=Ge(l)?bl:Hp,q=t?t():{};return R(l,e,ke(S,2),q)}}function nr(e){return Ke(function(t,l){var S=-1,R=l.length,q=R>1?l[R-1]:r,$=R>2?l[2]:r;for(q=e.length>3&&typeof q=="function"?(R--,q):r,$&&Mt(l[0],l[1],$)&&(q=R<3?r:q,R=1),t=pt(t);++S<R;){var W=l[S];W&&e(t,W,S,q)}return t})}function Us(e,t){return function(l,S){if(l==null)return l;if(!$t(l))return e(l,S);for(var R=l.length,q=t?R:-1,$=pt(l);(t?q--:++q<R)&&S($[q],q,$)!==!1;);return l}}function Ks(e){return function(t,l,S){for(var R=-1,q=pt(t),$=S(t),W=$.length;W--;){var V=$[e?W:++R];if(l(q[V],V,q)===!1)break}return t}}function wu(e,t,l){var S=t&P,R=Ar(e);function q(){var $=this&&this!==It&&this instanceof q?R:e;return $.apply(S?l:this,arguments)}return q}function Ys(e){return function(t){t=at(t);var l=Xn(t)?on(t):r,S=l?l[0]:t.charAt(0),R=l?Nn(l,1).join(""):t.slice(1);return S[e]()+R}}function rr(e){return function(t){return Ai(Ko(Uo(t).replace(hl,"")),e,"")}}function Ar(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var l=tr(e.prototype),S=e.apply(l,t);return mt(S)?S:l}}function xu(e,t,l){var S=Ar(e);function R(){for(var q=arguments.length,$=te(q),W=q,V=ir(R);W--;)$[W]=arguments[W];var pe=q<3&&$[0]!==V&&$[q-1]!==V?[]:Rn($,V);if(q-=pe.length,q<l)return Qs(e,t,Zr,R.placeholder,r,$,pe,r,r,l-q);var ue=this&&this!==It&&this instanceof R?S:e;return Ht(ue,this,$)}return R}function Vs(e){return function(t,l,S){var R=pt(t);if(!$t(t)){var q=ke(l,3);t=bt(t),l=function(W){return q(R[W],W,R)}}var $=e(t,l,S);return $>-1?R[q?t[$]:$]:r}}function Xs(e){return Pn(function(t){var l=t.length,S=l,R=tn.prototype.thru;for(e&&t.reverse();S--;){var q=t[S];if(typeof q!="function")throw new en(i);if(R&&!$&&ti(q)=="wrapper")var $=new tn([],!0)}for(S=$?S:l;++S<l;){q=t[S];var W=ti(q),V=W=="wrapper"?ea(q):r;V&&ia(V[0])&&V[1]==(D|w|b|I)&&!V[4].length&&V[9]==1?$=$[ti(V[0])].apply($,V[3]):$=q.length==1&&ia(q)?$[W]():$.thru(q)}return function(){var pe=arguments,ue=pe[0];if($&&pe.length==1&&Ge(ue))return $.plant(ue).value();for(var he=0,Se=l?t[he].apply(this,pe):ue;++he<l;)Se=t[he].call(this,Se);return Se}})}function Zr(e,t,l,S,R,q,$,W,V,pe){var ue=t&D,he=t&P,Se=t&x,Ie=t&(w|T),qe=t&C,Ue=Se?r:Ar(e);function Fe(){for(var Ye=arguments.length,Ze=te(Ye),Vt=Ye;Vt--;)Ze[Vt]=arguments[Vt];if(Ie)var jt=ir(Fe),Xt=Fl(Ze,jt);if(S&&(Ze=Ws(Ze,S,R,Ie)),q&&(Ze=Hs(Ze,q,$,Ie)),Ye-=Xt,Ie&&Ye<pe){var St=Rn(Ze,jt);return Qs(e,t,Zr,Fe.placeholder,l,Ze,St,W,V,pe-Ye)}var un=he?l:this,xn=Se?un[e]:e;return Ye=Ze.length,W?Ze=Hu(Ze,W):qe&&Ye>1&&Ze.reverse(),ue&&V<Ye&&(Ze.length=V),this&&this!==It&&this instanceof Fe&&(xn=Ue||Ar(xn)),xn.apply(un,Ze)}return Fe}function Zs(e,t){return function(l,S){return Qp(l,e,t(S),{})}}function Jr(e,t){return function(l,S){var R;if(l===r&&S===r)return t;if(l!==r&&(R=l),S!==r){if(R===r)return S;typeof l=="string"||typeof S=="string"?(l=Kt(l),S=Kt(S)):(l=qs(l),S=qs(S)),R=e(l,S)}return R}}function Xi(e){return Pn(function(t){return t=ht(t,Ut(ke())),Ke(function(l){var S=this;return e(t,function(R){return Ht(R,S,l)})})})}function Qr(e,t){t=t===r?" ":Kt(t);var l=t.length;if(l<2)return l?Gi(t,e):t;var S=Gi(t,jr(e/Zn(t)));return Xn(t)?Nn(on(S),0,e).join(""):S.slice(0,e)}function Cu(e,t,l,S){var R=t&P,q=Ar(e);function $(){for(var W=-1,V=arguments.length,pe=-1,ue=S.length,he=te(ue+V),Se=this&&this!==It&&this instanceof $?q:e;++pe<ue;)he[pe]=S[pe];for(;V--;)he[pe++]=arguments[++W];return Ht(Se,R?l:this,he)}return $}function Js(e){return function(t,l,S){return S&&typeof S!="number"&&Mt(t,l,S)&&(l=S=r),t=wn(t),l===r?(l=t,t=0):l=wn(l),S=S===r?t<l?1:-1:wn(S),cu(t,l,S,e)}}function ei(e){return function(t,l){return typeof t=="string"&&typeof l=="string"||(t=sn(t),l=sn(l)),e(t,l)}}function Qs(e,t,l,S,R,q,$,W,V,pe){var ue=t&w,he=ue?$:r,Se=ue?r:$,Ie=ue?q:r,qe=ue?r:q;t|=ue?b:N,t&=~(ue?N:b),t&A||(t&=~(P|x));var Ue=[e,t,R,Ie,he,qe,Se,W,V,pe],Fe=l.apply(r,Ue);return ia(e)&&co(Fe,Ue),Fe.placeholder=S,fo(Fe,e,t)}function Zi(e){var t=Ct[e];return function(l,S){if(l=sn(l),S=S==null?0:kt(He(S),292),S&&fs(l)){var R=(at(l)+"e").split("e"),q=t(R[0]+"e"+(+R[1]+S));return R=(at(q)+"e").split("e"),+(R[0]+"e"+(+R[1]-S))}return t(l)}}var Tu=Qn&&1/br(new Qn([,-0]))[1]==K?function(e){return new Qn(e)}:va;function eo(e){return function(t){var l=Nt(t);return l==Ve?Ti(t):l==we?Wl(t):ql(t,e(t))}}function An(e,t,l,S,R,q,$,W){var V=t&x;if(!V&&typeof e!="function")throw new en(i);var pe=S?S.length:0;if(pe||(t&=~(b|N),S=R=r),$=$===r?$:Tt(He($),0),W=W===r?W:He(W),pe-=R?R.length:0,t&N){var ue=S,he=R;S=R=r}var Se=V?r:ea(e),Ie=[e,t,l,S,R,ue,he,q,$,W];if(Se&&$u(Ie,Se),e=Ie[0],t=Ie[1],l=Ie[2],S=Ie[3],R=Ie[4],W=Ie[9]=Ie[9]===r?V?0:e.length:Tt(Ie[9]-pe,0),!W&&t&(w|T)&&(t&=~(w|T)),!t||t==P)var qe=wu(e,t,l);else t==w||t==T?qe=xu(e,t,W):(t==b||t==(P|b))&&!R.length?qe=Cu(e,t,l,S):qe=Zr.apply(r,Ie);var Ue=Se?Ns:co;return fo(Ue(qe,Ie),e,t)}function to(e,t,l,S){return e===r||pn(e,Jn[l])&&!lt.call(S,l)?t:e}function no(e,t,l,S,R,q){return mt(e)&&mt(t)&&(q.set(t,e),Kr(e,t,r,no,q),q.delete(t)),e}function bu(e){return Er(e)?r:e}function ro(e,t,l,S,R,q){var $=l&v,W=e.length,V=t.length;if(W!=V&&!($&&V>W))return!1;var pe=q.get(e),ue=q.get(t);if(pe&&ue)return pe==t&&ue==e;var he=-1,Se=!0,Ie=l&y?new Bn:r;for(q.set(e,t),q.set(t,e);++he<W;){var qe=e[he],Ue=t[he];if(S)var Fe=$?S(Ue,qe,he,t,e,q):S(qe,Ue,he,e,t,q);if(Fe!==r){if(Fe)continue;Se=!1;break}if(Ie){if(!Pi(t,function(Ye,Ze){if(!pr(Ie,Ze)&&(qe===Ye||R(qe,Ye,l,S,q)))return Ie.push(Ze)})){Se=!1;break}}else if(!(qe===Ue||R(qe,Ue,l,S,q))){Se=!1;break}}return q.delete(e),q.delete(t),Se}function Ru(e,t,l,S,R,q,$){switch(l){case je:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case ze:return!(e.byteLength!=t.byteLength||!q(new Lr(e),new Lr(t)));case Et:case wt:case Zt:return pn(+e,+t);case Ne:return e.name==t.name&&e.message==t.message;case be:case X:return e==t+"";case Ve:var W=Ti;case we:var V=S&v;if(W||(W=br),e.size!=t.size&&!V)return!1;var pe=$.get(e);if(pe)return pe==t;S|=y,$.set(e,t);var ue=ro(W(e),W(t),S,R,q,$);return $.delete(e),ue;case ge:if(hr)return hr.call(e)==hr.call(t)}return!1}function Iu(e,t,l,S,R,q){var $=l&v,W=Ji(e),V=W.length,pe=Ji(t),ue=pe.length;if(V!=ue&&!$)return!1;for(var he=V;he--;){var Se=W[he];if(!($?Se in t:lt.call(t,Se)))return!1}var Ie=q.get(e),qe=q.get(t);if(Ie&&qe)return Ie==t&&qe==e;var Ue=!0;q.set(e,t),q.set(t,e);for(var Fe=$;++he<V;){Se=W[he];var Ye=e[Se],Ze=t[Se];if(S)var Vt=$?S(Ze,Ye,Se,t,e,q):S(Ye,Ze,Se,e,t,q);if(!(Vt===r?Ye===Ze||R(Ye,Ze,l,S,q):Vt)){Ue=!1;break}Fe||(Fe=Se=="constructor")}if(Ue&&!Fe){var jt=e.constructor,Xt=t.constructor;jt!=Xt&&"constructor"in e&&"constructor"in t&&!(typeof jt=="function"&&jt instanceof jt&&typeof Xt=="function"&&Xt instanceof Xt)&&(Ue=!1)}return q.delete(e),q.delete(t),Ue}function Pn(e){return sa(po(e,r,vo),e+"")}function Ji(e){return Es(e,bt,na)}function Qi(e){return Es(e,Gt,io)}var ea=Br?function(e){return Br.get(e)}:va;function ti(e){for(var t=e.name+"",l=er[t],S=lt.call(er,t)?l.length:0;S--;){var R=l[S],q=R.func;if(q==null||q==e)return R.name}return t}function ir(e){var t=lt.call(k,"placeholder")?k:e;return t.placeholder}function ke(){var e=k.iteratee||_a;return e=e===_a?Cs:e,arguments.length?e(arguments[0],arguments[1]):e}function ni(e,t){var l=e.__data__;return Mu(t)?l[typeof t=="string"?"string":"hash"]:l.map}function ta(e){for(var t=bt(e),l=t.length;l--;){var S=t[l],R=e[S];t[l]=[S,R,oo(R)]}return t}function Wn(e,t){var l=Bl(e,t);return xs(l)?l:r}function Du(e){var t=lt.call(e,jn),l=e[jn];try{e[jn]=r;var S=!0}catch(q){}var R=kr.call(e);return S&&(t?e[jn]=l:delete e[jn]),R}var na=Ri?function(e){return e==null?[]:(e=pt(e),Tn(Ri(e),function(t){return us.call(e,t)}))}:Aa,io=Ri?function(e){for(var t=[];e;)bn(t,na(e)),e=qr(e);return t}:Aa,Nt=Ft;(Ii&&Nt(new Ii(new ArrayBuffer(1)))!=je||cr&&Nt(new cr)!=Ve||Di&&Nt(Di.resolve())!=De||Qn&&Nt(new Qn)!=we||fr&&Nt(new fr)!=me)&&(Nt=function(e){var t=Ft(e),l=t==nt?e.constructor:r,S=l?Hn(l):"";if(S)switch(S){case dp:return je;case hp:return Ve;case mp:return De;case gp:return we;case _p:return me}return t});function Ou(e,t,l){for(var S=-1,R=l.length;++S<R;){var q=l[S],$=q.size;switch(q.type){case"drop":e+=$;break;case"dropRight":t-=$;break;case"take":t=kt(t,e+$);break;case"takeRight":e=Tt(e,t-$);break}}return{start:e,end:t}}function ku(e){var t=e.match(le);return t?t[1].split(se):[]}function ao(e,t,l){t=kn(t,e);for(var S=-1,R=t.length,q=!1;++S<R;){var $=mn(t[S]);if(!(q=e!=null&&l(e,$)))break;e=e[$]}return q||++S!=R?q:(R=e==null?0:e.length,!!R&&pi(R)&&Sn($,R)&&(Ge(e)||Un(e)))}function Nu(e){var t=e.length,l=new e.constructor(t);return t&&typeof e[0]=="string"&<.call(e,"index")&&(l.index=e.index,l.input=e.input),l}function so(e){return typeof e.constructor=="function"&&!Pr(e)?tr(qr(e)):{}}function Lu(e,t,l){var S=e.constructor;switch(t){case ze:return Vi(e);case Et:case wt:return new S(+e);case je:return yu(e,l);case We:case Je:case st:case ft:case zt:case Ot:case xt:case cn:case fn:return $s(e,l);case Ve:return new S;case Zt:case X:return new S(e);case be:return vu(e);case we:return new S;case ge:return Au(e)}}function qu(e,t){var l=t.length;if(!l)return e;var S=l-1;return t[S]=(l>1?"& ":"")+t[S],t=t.join(l>2?", ":" "),e.replace(ne,`{
|
|
/* [wrapped with `+t+`] */
|
|
`)}function Fu(e){return Ge(e)||Un(e)||!!(cs&&e&&e[cs])}function Sn(e,t){var l=typeof e;return t=t==null?G:t,!!t&&(l=="number"||l!="symbol"&&fi.test(e))&&e>-1&&e%1==0&&e<t}function Mt(e,t,l){if(!mt(l))return!1;var S=typeof t;return(S=="number"?$t(l)&&Sn(t,l.length):S=="string"&&t in l)?pn(l[t],e):!1}function ra(e,t){if(Ge(e))return!1;var l=typeof e;return l=="number"||l=="symbol"||l=="boolean"||e==null||Yt(e)?!0:_e.test(e)||!ie.test(e)||t!=null&&e in pt(t)}function Mu(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function ia(e){var t=ti(e),l=k[t];if(typeof l!="function"||!(t in Xe.prototype))return!1;if(e===l)return!0;var S=ea(l);return!!S&&e===S[0]}function ju(e){return!!os&&os in e}var zu=Dr?En:Pa;function Pr(e){var t=e&&e.constructor,l=typeof t=="function"&&t.prototype||Jn;return e===l}function oo(e){return e===e&&!mt(e)}function lo(e,t){return function(l){return l==null?!1:l[e]===t&&(t!==r||e in pt(l))}}function Bu(e){var t=oi(e,function(S){return l.size===m&&l.clear(),S}),l=t.cache;return t}function $u(e,t){var l=e[1],S=t[1],R=l|S,q=R<(P|x|D),$=S==D&&l==w||S==D&&l==I&&e[7].length<=t[8]||S==(D|I)&&t[7].length<=t[8]&&l==w;if(!(q||$))return e;S&P&&(e[2]=t[2],R|=l&P?0:A);var W=t[3];if(W){var V=e[3];e[3]=V?Ws(V,W,t[4]):W,e[4]=V?Rn(e[3],s):t[4]}return W=t[5],W&&(V=e[5],e[5]=V?Hs(V,W,t[6]):W,e[6]=V?Rn(e[5],s):t[6]),W=t[7],W&&(e[7]=W),S&D&&(e[8]=e[8]==null?t[8]:kt(e[8],t[8])),e[9]==null&&(e[9]=t[9]),e[0]=t[0],e[1]=R,e}function Gu(e){var t=[];if(e!=null)for(var l in pt(e))t.push(l);return t}function Wu(e){return kr.call(e)}function po(e,t,l){return t=Tt(t===r?e.length-1:t,0),function(){for(var S=arguments,R=-1,q=Tt(S.length-t,0),$=te(q);++R<q;)$[R]=S[t+R];R=-1;for(var W=te(t+1);++R<t;)W[R]=S[R];return W[t]=l($),Ht(e,this,W)}}function uo(e,t){return t.length<2?e:Gn(e,rn(t,0,-1))}function Hu(e,t){for(var l=e.length,S=kt(t.length,l),R=Bt(e);S--;){var q=t[S];e[S]=Sn(q,l)?R[q]:r}return e}function aa(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var co=ho(Ns),Sr=sp||function(e,t){return It.setTimeout(e,t)},sa=ho(hu);function fo(e,t,l){var S=t+"";return sa(e,qu(S,Uu(ku(S),l)))}function ho(e){var t=0,l=0;return function(){var S=up(),R=H-(S-l);if(l=S,R>0){if(++t>=B)return arguments[0]}else t=0;return e.apply(r,arguments)}}function ri(e,t){var l=-1,S=e.length,R=S-1;for(t=t===r?S:t;++l<t;){var q=$i(l,R),$=e[q];e[q]=e[l],e[l]=$}return e.length=t,e}var mo=Bu(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(Ae,function(l,S,R,q){t.push(R?q.replace(Re,"$1"):S||l)}),t});function mn(e){if(typeof e=="string"||Yt(e))return e;var t=e+"";return t=="0"&&1/e==-K?"-0":t}function Hn(e){if(e!=null){try{return Or.call(e)}catch(t){}try{return e+""}catch(t){}}return""}function Uu(e,t){return Qt(ve,function(l){var S="_."+l[0];t&l[1]&&!Cr(e,S)&&e.push(S)}),e.sort()}function go(e){if(e instanceof Xe)return e.clone();var t=new tn(e.__wrapped__,e.__chain__);return t.__actions__=Bt(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}function Ku(e,t,l){(l?Mt(e,t,l):t===r)?t=1:t=Tt(He(t),0);var S=e==null?0:e.length;if(!S||t<1)return[];for(var R=0,q=0,$=te(jr(S/t));R<S;)$[q++]=rn(e,R,R+=t);return $}function Yu(e){for(var t=-1,l=e==null?0:e.length,S=0,R=[];++t<l;){var q=e[t];q&&(R[S++]=q)}return R}function Vu(){var e=arguments.length;if(!e)return[];for(var t=te(e-1),l=arguments[0],S=e;S--;)t[S-1]=arguments[S];return bn(Ge(l)?Bt(l):[l],Dt(t,1))}var Xu=Ke(function(e,t){return Pt(e)?gr(e,Dt(t,1,Pt,!0)):[]}),Zu=Ke(function(e,t){var l=an(t);return Pt(l)&&(l=r),Pt(e)?gr(e,Dt(t,1,Pt,!0),ke(l,2)):[]}),Ju=Ke(function(e,t){var l=an(t);return Pt(l)&&(l=r),Pt(e)?gr(e,Dt(t,1,Pt,!0),r,l):[]});function Qu(e,t,l){var S=e==null?0:e.length;return S?(t=l||t===r?1:He(t),rn(e,t<0?0:t,S)):[]}function ec(e,t,l){var S=e==null?0:e.length;return S?(t=l||t===r?1:He(t),t=S-t,rn(e,0,t<0?0:t)):[]}function tc(e,t){return e&&e.length?Vr(e,ke(t,3),!0,!0):[]}function nc(e,t){return e&&e.length?Vr(e,ke(t,3),!0):[]}function rc(e,t,l,S){var R=e==null?0:e.length;return R?(l&&typeof l!="number"&&Mt(e,t,l)&&(l=0,S=R),Vp(e,t,l,S)):[]}function _o(e,t,l){var S=e==null?0:e.length;if(!S)return-1;var R=l==null?0:He(l);return R<0&&(R=Tt(S+R,0)),Tr(e,ke(t,3),R)}function yo(e,t,l){var S=e==null?0:e.length;if(!S)return-1;var R=S-1;return l!==r&&(R=He(l),R=l<0?Tt(S+R,0):kt(R,S-1)),Tr(e,ke(t,3),R,!0)}function vo(e){var t=e==null?0:e.length;return t?Dt(e,1):[]}function ic(e){var t=e==null?0:e.length;return t?Dt(e,K):[]}function ac(e,t){var l=e==null?0:e.length;return l?(t=t===r?1:He(t),Dt(e,t)):[]}function sc(e){for(var t=-1,l=e==null?0:e.length,S={};++t<l;){var R=e[t];S[R[0]]=R[1]}return S}function Ao(e){return e&&e.length?e[0]:r}function oc(e,t,l){var S=e==null?0:e.length;if(!S)return-1;var R=l==null?0:He(l);return R<0&&(R=Tt(S+R,0)),Vn(e,t,R)}function lc(e){var t=e==null?0:e.length;return t?rn(e,0,-1):[]}var pc=Ke(function(e){var t=ht(e,Ki);return t.length&&t[0]===e[0]?Fi(t):[]}),uc=Ke(function(e){var t=an(e),l=ht(e,Ki);return t===an(l)?t=r:l.pop(),l.length&&l[0]===e[0]?Fi(l,ke(t,2)):[]}),cc=Ke(function(e){var t=an(e),l=ht(e,Ki);return t=typeof t=="function"?t:r,t&&l.pop(),l.length&&l[0]===e[0]?Fi(l,r,t):[]});function fc(e,t){return e==null?"":lp.call(e,t)}function an(e){var t=e==null?0:e.length;return t?e[t-1]:r}function dc(e,t,l){var S=e==null?0:e.length;if(!S)return-1;var R=S;return l!==r&&(R=He(l),R=R<0?Tt(S+R,0):kt(R,S-1)),t===t?Ul(e,t,R):Tr(e,Qa,R,!0)}function hc(e,t){return e&&e.length?Is(e,He(t)):r}var mc=Ke(Po);function Po(e,t){return e&&e.length&&t&&t.length?Bi(e,t):e}function gc(e,t,l){return e&&e.length&&t&&t.length?Bi(e,t,ke(l,2)):e}function _c(e,t,l){return e&&e.length&&t&&t.length?Bi(e,t,r,l):e}var yc=Pn(function(e,t){var l=e==null?0:e.length,S=ki(e,t);return ks(e,ht(t,function(R){return Sn(R,l)?+R:R}).sort(Gs)),S});function vc(e,t){var l=[];if(!(e&&e.length))return l;var S=-1,R=[],q=e.length;for(t=ke(t,3);++S<q;){var $=e[S];t($,S,e)&&(l.push($),R.push(S))}return ks(e,R),l}function oa(e){return e==null?e:fp.call(e)}function Ac(e,t,l){var S=e==null?0:e.length;return S?(l&&typeof l!="number"&&Mt(e,t,l)?(t=0,l=S):(t=t==null?0:He(t),l=l===r?S:He(l)),rn(e,t,l)):[]}function Pc(e,t){return Yr(e,t)}function Sc(e,t,l){return Wi(e,t,ke(l,2))}function Ec(e,t){var l=e==null?0:e.length;if(l){var S=Yr(e,t);if(S<l&&pn(e[S],t))return S}return-1}function wc(e,t){return Yr(e,t,!0)}function xc(e,t,l){return Wi(e,t,ke(l,2),!0)}function Cc(e,t){var l=e==null?0:e.length;if(l){var S=Yr(e,t,!0)-1;if(pn(e[S],t))return S}return-1}function Tc(e){return e&&e.length?Ls(e):[]}function bc(e,t){return e&&e.length?Ls(e,ke(t,2)):[]}function Rc(e){var t=e==null?0:e.length;return t?rn(e,1,t):[]}function Ic(e,t,l){return e&&e.length?(t=l||t===r?1:He(t),rn(e,0,t<0?0:t)):[]}function Dc(e,t,l){var S=e==null?0:e.length;return S?(t=l||t===r?1:He(t),t=S-t,rn(e,t<0?0:t,S)):[]}function Oc(e,t){return e&&e.length?Vr(e,ke(t,3),!1,!0):[]}function kc(e,t){return e&&e.length?Vr(e,ke(t,3)):[]}var Nc=Ke(function(e){return On(Dt(e,1,Pt,!0))}),Lc=Ke(function(e){var t=an(e);return Pt(t)&&(t=r),On(Dt(e,1,Pt,!0),ke(t,2))}),qc=Ke(function(e){var t=an(e);return t=typeof t=="function"?t:r,On(Dt(e,1,Pt,!0),r,t)});function Fc(e){return e&&e.length?On(e):[]}function Mc(e,t){return e&&e.length?On(e,ke(t,2)):[]}function jc(e,t){return t=typeof t=="function"?t:r,e&&e.length?On(e,r,t):[]}function la(e){if(!(e&&e.length))return[];var t=0;return e=Tn(e,function(l){if(Pt(l))return t=Tt(l.length,t),!0}),xi(t,function(l){return ht(e,Si(l))})}function So(e,t){if(!(e&&e.length))return[];var l=la(e);return t==null?l:ht(l,function(S){return Ht(t,r,S)})}var zc=Ke(function(e,t){return Pt(e)?gr(e,t):[]}),Bc=Ke(function(e){return Ui(Tn(e,Pt))}),$c=Ke(function(e){var t=an(e);return Pt(t)&&(t=r),Ui(Tn(e,Pt),ke(t,2))}),Gc=Ke(function(e){var t=an(e);return t=typeof t=="function"?t:r,Ui(Tn(e,Pt),r,t)}),Wc=Ke(la);function Hc(e,t){return js(e||[],t||[],mr)}function Uc(e,t){return js(e||[],t||[],vr)}var Kc=Ke(function(e){var t=e.length,l=t>1?e[t-1]:r;return l=typeof l=="function"?(e.pop(),l):r,So(e,l)});function Eo(e){var t=k(e);return t.__chain__=!0,t}function Yc(e,t){return t(e),e}function ii(e,t){return t(e)}var Vc=Pn(function(e){var t=e.length,l=t?e[0]:0,S=this.__wrapped__,R=function(q){return ki(q,e)};return t>1||this.__actions__.length||!(S instanceof Xe)||!Sn(l)?this.thru(R):(S=S.slice(l,+l+(t?1:0)),S.__actions__.push({func:ii,args:[R],thisArg:r}),new tn(S,this.__chain__).thru(function(q){return t&&!q.length&&q.push(r),q}))});function Xc(){return Eo(this)}function Zc(){return new tn(this.value(),this.__chain__)}function Jc(){this.__values__===r&&(this.__values__=Fo(this.value()));var e=this.__index__>=this.__values__.length,t=e?r:this.__values__[this.__index__++];return{done:e,value:t}}function Qc(){return this}function ef(e){for(var t,l=this;l instanceof Gr;){var S=go(l);S.__index__=0,S.__values__=r,t?R.__wrapped__=S:t=S;var R=S;l=l.__wrapped__}return R.__wrapped__=e,t}function tf(){var e=this.__wrapped__;if(e instanceof Xe){var t=e;return this.__actions__.length&&(t=new Xe(this)),t=t.reverse(),t.__actions__.push({func:ii,args:[oa],thisArg:r}),new tn(t,this.__chain__)}return this.thru(oa)}function nf(){return Ms(this.__wrapped__,this.__actions__)}var rf=Xr(function(e,t,l){lt.call(e,l)?++e[l]:vn(e,l,1)});function af(e,t,l){var S=Ge(e)?Za:Yp;return l&&Mt(e,t,l)&&(t=r),S(e,ke(t,3))}function sf(e,t){var l=Ge(e)?Tn:Ps;return l(e,ke(t,3))}var of=Vs(_o),lf=Vs(yo);function pf(e,t){return Dt(ai(e,t),1)}function uf(e,t){return Dt(ai(e,t),K)}function cf(e,t,l){return l=l===r?1:He(l),Dt(ai(e,t),l)}function wo(e,t){var l=Ge(e)?Qt:Dn;return l(e,ke(t,3))}function xo(e,t){var l=Ge(e)?Rl:As;return l(e,ke(t,3))}var ff=Xr(function(e,t,l){lt.call(e,l)?e[l].push(t):vn(e,l,[t])});function df(e,t,l,S){e=$t(e)?e:sr(e),l=l&&!S?He(l):0;var R=e.length;return l<0&&(l=Tt(R+l,0)),ui(e)?l<=R&&e.indexOf(t,l)>-1:!!R&&Vn(e,t,l)>-1}var hf=Ke(function(e,t,l){var S=-1,R=typeof t=="function",q=$t(e)?te(e.length):[];return Dn(e,function($){q[++S]=R?Ht(t,$,l):_r($,t,l)}),q}),mf=Xr(function(e,t,l){vn(e,l,t)});function ai(e,t){var l=Ge(e)?ht:Ts;return l(e,ke(t,3))}function gf(e,t,l,S){return e==null?[]:(Ge(t)||(t=t==null?[]:[t]),l=S?r:l,Ge(l)||(l=l==null?[]:[l]),Ds(e,t,l))}var _f=Xr(function(e,t,l){e[l?0:1].push(t)},function(){return[[],[]]});function yf(e,t,l){var S=Ge(e)?Ai:ts,R=arguments.length<3;return S(e,ke(t,4),l,R,Dn)}function vf(e,t,l){var S=Ge(e)?Il:ts,R=arguments.length<3;return S(e,ke(t,4),l,R,As)}function Af(e,t){var l=Ge(e)?Tn:Ps;return l(e,li(ke(t,3)))}function Pf(e){var t=Ge(e)?gs:fu;return t(e)}function Sf(e,t,l){(l?Mt(e,t,l):t===r)?t=1:t=He(t);var S=Ge(e)?Gp:du;return S(e,t)}function Ef(e){var t=Ge(e)?Wp:mu;return t(e)}function wf(e){if(e==null)return 0;if($t(e))return ui(e)?Zn(e):e.length;var t=Nt(e);return t==Ve||t==we?e.size:ji(e).length}function xf(e,t,l){var S=Ge(e)?Pi:gu;return l&&Mt(e,t,l)&&(t=r),S(e,ke(t,3))}var Cf=Ke(function(e,t){if(e==null)return[];var l=t.length;return l>1&&Mt(e,t[0],t[1])?t=[]:l>2&&Mt(t[0],t[1],t[2])&&(t=[t[0]]),Ds(e,Dt(t,1),[])}),si=ap||function(){return It.Date.now()};function Tf(e,t){if(typeof t!="function")throw new en(i);return e=He(e),function(){if(--e<1)return t.apply(this,arguments)}}function Co(e,t,l){return t=l?r:t,t=e&&t==null?e.length:t,An(e,D,r,r,r,r,t)}function To(e,t){var l;if(typeof t!="function")throw new en(i);return e=He(e),function(){return--e>0&&(l=t.apply(this,arguments)),e<=1&&(t=r),l}}var pa=Ke(function(e,t,l){var S=P;if(l.length){var R=Rn(l,ir(pa));S|=b}return An(e,S,t,l,R)}),bo=Ke(function(e,t,l){var S=P|x;if(l.length){var R=Rn(l,ir(bo));S|=b}return An(t,S,e,l,R)});function Ro(e,t,l){t=l?r:t;var S=An(e,w,r,r,r,r,r,t);return S.placeholder=Ro.placeholder,S}function Io(e,t,l){t=l?r:t;var S=An(e,T,r,r,r,r,r,t);return S.placeholder=Io.placeholder,S}function Do(e,t,l){var S,R,q,$,W,V,pe=0,ue=!1,he=!1,Se=!0;if(typeof e!="function")throw new en(i);t=sn(t)||0,mt(l)&&(ue=!!l.leading,he="maxWait"in l,q=he?Tt(sn(l.maxWait)||0,t):q,Se="trailing"in l?!!l.trailing:Se);function Ie(St){var un=S,xn=R;return S=R=r,pe=St,$=e.apply(xn,un),$}function qe(St){return pe=St,W=Sr(Ye,t),ue?Ie(St):$}function Ue(St){var un=St-V,xn=St-pe,Xo=t-un;return he?kt(Xo,q-xn):Xo}function Fe(St){var un=St-V,xn=St-pe;return V===r||un>=t||un<0||he&&xn>=q}function Ye(){var St=si();if(Fe(St))return Ze(St);W=Sr(Ye,Ue(St))}function Ze(St){return W=r,Se&&S?Ie(St):(S=R=r,$)}function Vt(){W!==r&&zs(W),pe=0,S=V=R=W=r}function jt(){return W===r?$:Ze(si())}function Xt(){var St=si(),un=Fe(St);if(S=arguments,R=this,V=St,un){if(W===r)return qe(V);if(he)return zs(W),W=Sr(Ye,t),Ie(V)}return W===r&&(W=Sr(Ye,t)),$}return Xt.cancel=Vt,Xt.flush=jt,Xt}var bf=Ke(function(e,t){return vs(e,1,t)}),Rf=Ke(function(e,t,l){return vs(e,sn(t)||0,l)});function If(e){return An(e,C)}function oi(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new en(i);var l=function(){var S=arguments,R=t?t.apply(this,S):S[0],q=l.cache;if(q.has(R))return q.get(R);var $=e.apply(this,S);return l.cache=q.set(R,$)||q,$};return l.cache=new(oi.Cache||yn),l}oi.Cache=yn;function li(e){if(typeof e!="function")throw new en(i);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}function Df(e){return To(2,e)}var Of=_u(function(e,t){t=t.length==1&&Ge(t[0])?ht(t[0],Ut(ke())):ht(Dt(t,1),Ut(ke()));var l=t.length;return Ke(function(S){for(var R=-1,q=kt(S.length,l);++R<q;)S[R]=t[R].call(this,S[R]);return Ht(e,this,S)})}),ua=Ke(function(e,t){var l=Rn(t,ir(ua));return An(e,b,r,t,l)}),Oo=Ke(function(e,t){var l=Rn(t,ir(Oo));return An(e,N,r,t,l)}),kf=Pn(function(e,t){return An(e,I,r,r,r,t)});function Nf(e,t){if(typeof e!="function")throw new en(i);return t=t===r?t:He(t),Ke(e,t)}function Lf(e,t){if(typeof e!="function")throw new en(i);return t=t==null?0:Tt(He(t),0),Ke(function(l){var S=l[t],R=Nn(l,0,t);return S&&bn(R,S),Ht(e,this,R)})}function qf(e,t,l){var S=!0,R=!0;if(typeof e!="function")throw new en(i);return mt(l)&&(S="leading"in l?!!l.leading:S,R="trailing"in l?!!l.trailing:R),Do(e,t,{leading:S,maxWait:t,trailing:R})}function Ff(e){return Co(e,1)}function Mf(e,t){return ua(Yi(t),e)}function jf(){if(!arguments.length)return[];var e=arguments[0];return Ge(e)?e:[e]}function zf(e){return nn(e,f)}function Bf(e,t){return t=typeof t=="function"?t:r,nn(e,f,t)}function $f(e){return nn(e,g|f)}function Gf(e,t){return t=typeof t=="function"?t:r,nn(e,g|f,t)}function Wf(e,t){return t==null||ys(e,t,bt(t))}function pn(e,t){return e===t||e!==e&&t!==t}var Hf=ei(qi),Uf=ei(function(e,t){return e>=t}),Un=ws(function(){return arguments}())?ws:function(e){return vt(e)&<.call(e,"callee")&&!us.call(e,"callee")},Ge=te.isArray,Kf=Ha?Ut(Ha):eu;function $t(e){return e!=null&&pi(e.length)&&!En(e)}function Pt(e){return vt(e)&&$t(e)}function Yf(e){return e===!0||e===!1||vt(e)&&Ft(e)==Et}var Ln=op||Pa,Vf=Ua?Ut(Ua):tu;function Xf(e){return vt(e)&&e.nodeType===1&&!Er(e)}function Zf(e){if(e==null)return!0;if($t(e)&&(Ge(e)||typeof e=="string"||typeof e.splice=="function"||Ln(e)||ar(e)||Un(e)))return!e.length;var t=Nt(e);if(t==Ve||t==we)return!e.size;if(Pr(e))return!ji(e).length;for(var l in e)if(lt.call(e,l))return!1;return!0}function Jf(e,t){return yr(e,t)}function Qf(e,t,l){l=typeof l=="function"?l:r;var S=l?l(e,t):r;return S===r?yr(e,t,r,l):!!S}function ca(e){if(!vt(e))return!1;var t=Ft(e);return t==Ne||t==Lt||typeof e.message=="string"&&typeof e.name=="string"&&!Er(e)}function ed(e){return typeof e=="number"&&fs(e)}function En(e){if(!mt(e))return!1;var t=Ft(e);return t==At||t==Me||t==gt||t==ce}function ko(e){return typeof e=="number"&&e==He(e)}function pi(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=G}function mt(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function vt(e){return e!=null&&typeof e=="object"}var No=Ka?Ut(Ka):ru;function td(e,t){return e===t||Mi(e,t,ta(t))}function nd(e,t,l){return l=typeof l=="function"?l:r,Mi(e,t,ta(t),l)}function rd(e){return Lo(e)&&e!=+e}function id(e){if(zu(e))throw new $e(h);return xs(e)}function ad(e){return e===null}function sd(e){return e==null}function Lo(e){return typeof e=="number"||vt(e)&&Ft(e)==Zt}function Er(e){if(!vt(e)||Ft(e)!=nt)return!1;var t=qr(e);if(t===null)return!0;var l=lt.call(t,"constructor")&&t.constructor;return typeof l=="function"&&l instanceof l&&Or.call(l)==tp}var fa=Ya?Ut(Ya):iu;function od(e){return ko(e)&&e>=-G&&e<=G}var qo=Va?Ut(Va):au;function ui(e){return typeof e=="string"||!Ge(e)&&vt(e)&&Ft(e)==X}function Yt(e){return typeof e=="symbol"||vt(e)&&Ft(e)==ge}var ar=Xa?Ut(Xa):su;function ld(e){return e===r}function pd(e){return vt(e)&&Nt(e)==me}function ud(e){return vt(e)&&Ft(e)==Oe}var cd=ei(zi),fd=ei(function(e,t){return e<=t});function Fo(e){if(!e)return[];if($t(e))return ui(e)?on(e):Bt(e);if(ur&&e[ur])return Gl(e[ur]());var t=Nt(e),l=t==Ve?Ti:t==we?br:sr;return l(e)}function wn(e){if(!e)return e===0?e:0;if(e=sn(e),e===K||e===-K){var t=e<0?-1:1;return t*Q}return e===e?e:0}function He(e){var t=wn(e),l=t%1;return t===t?l?t-l:t:0}function Mo(e){return e?$n(He(e),0,fe):0}function sn(e){if(typeof e=="number")return e;if(Yt(e))return oe;if(mt(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=mt(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=ns(e);var l=dt.test(e);return l||et.test(e)?Cl(e.slice(2),l?2:8):Rt.test(e)?oe:+e}function jo(e){return hn(e,Gt(e))}function dd(e){return e?$n(He(e),-G,G):e===0?e:0}function at(e){return e==null?"":Kt(e)}var hd=nr(function(e,t){if(Pr(t)||$t(t)){hn(t,bt(t),e);return}for(var l in t)lt.call(t,l)&&mr(e,l,t[l])}),zo=nr(function(e,t){hn(t,Gt(t),e)}),ci=nr(function(e,t,l,S){hn(t,Gt(t),e,S)}),md=nr(function(e,t,l,S){hn(t,bt(t),e,S)}),gd=Pn(ki);function _d(e,t){var l=tr(e);return t==null?l:_s(l,t)}var yd=Ke(function(e,t){e=pt(e);var l=-1,S=t.length,R=S>2?t[2]:r;for(R&&Mt(t[0],t[1],R)&&(S=1);++l<S;)for(var q=t[l],$=Gt(q),W=-1,V=$.length;++W<V;){var pe=$[W],ue=e[pe];(ue===r||pn(ue,Jn[pe])&&!lt.call(e,pe))&&(e[pe]=q[pe])}return e}),vd=Ke(function(e){return e.push(r,no),Ht(Bo,r,e)});function Ad(e,t){return Ja(e,ke(t,3),dn)}function Pd(e,t){return Ja(e,ke(t,3),Li)}function Sd(e,t){return e==null?e:Ni(e,ke(t,3),Gt)}function Ed(e,t){return e==null?e:Ss(e,ke(t,3),Gt)}function wd(e,t){return e&&dn(e,ke(t,3))}function xd(e,t){return e&&Li(e,ke(t,3))}function Cd(e){return e==null?[]:Ur(e,bt(e))}function Td(e){return e==null?[]:Ur(e,Gt(e))}function da(e,t,l){var S=e==null?r:Gn(e,t);return S===r?l:S}function bd(e,t){return e!=null&&ao(e,t,Xp)}function ha(e,t){return e!=null&&ao(e,t,Zp)}var Rd=Zs(function(e,t,l){t!=null&&typeof t.toString!="function"&&(t=kr.call(t)),e[t]=l},ga(Wt)),Id=Zs(function(e,t,l){t!=null&&typeof t.toString!="function"&&(t=kr.call(t)),lt.call(e,t)?e[t].push(l):e[t]=[l]},ke),Dd=Ke(_r);function bt(e){return $t(e)?ms(e):ji(e)}function Gt(e){return $t(e)?ms(e,!0):ou(e)}function Od(e,t){var l={};return t=ke(t,3),dn(e,function(S,R,q){vn(l,t(S,R,q),S)}),l}function kd(e,t){var l={};return t=ke(t,3),dn(e,function(S,R,q){vn(l,R,t(S,R,q))}),l}var Nd=nr(function(e,t,l){Kr(e,t,l)}),Bo=nr(function(e,t,l,S){Kr(e,t,l,S)}),Ld=Pn(function(e,t){var l={};if(e==null)return l;var S=!1;t=ht(t,function(q){return q=kn(q,e),S||(S=q.length>1),q}),hn(e,Qi(e),l),S&&(l=nn(l,g|u|f,bu));for(var R=t.length;R--;)Hi(l,t[R]);return l});function qd(e,t){return $o(e,li(ke(t)))}var Fd=Pn(function(e,t){return e==null?{}:pu(e,t)});function $o(e,t){if(e==null)return{};var l=ht(Qi(e),function(S){return[S]});return t=ke(t),Os(e,l,function(S,R){return t(S,R[0])})}function Md(e,t,l){t=kn(t,e);var S=-1,R=t.length;for(R||(R=1,e=r);++S<R;){var q=e==null?r:e[mn(t[S])];q===r&&(S=R,q=l),e=En(q)?q.call(e):q}return e}function jd(e,t,l){return e==null?e:vr(e,t,l)}function zd(e,t,l,S){return S=typeof S=="function"?S:r,e==null?e:vr(e,t,l,S)}var Go=eo(bt),Wo=eo(Gt);function Bd(e,t,l){var S=Ge(e),R=S||Ln(e)||ar(e);if(t=ke(t,4),l==null){var q=e&&e.constructor;R?l=S?new q:[]:mt(e)?l=En(q)?tr(qr(e)):{}:l={}}return(R?Qt:dn)(e,function($,W,V){return t(l,$,W,V)}),l}function $d(e,t){return e==null?!0:Hi(e,t)}function Gd(e,t,l){return e==null?e:Fs(e,t,Yi(l))}function Wd(e,t,l,S){return S=typeof S=="function"?S:r,e==null?e:Fs(e,t,Yi(l),S)}function sr(e){return e==null?[]:Ci(e,bt(e))}function Hd(e){return e==null?[]:Ci(e,Gt(e))}function Ud(e,t,l){return l===r&&(l=t,t=r),l!==r&&(l=sn(l),l=l===l?l:0),t!==r&&(t=sn(t),t=t===t?t:0),$n(sn(e),t,l)}function Kd(e,t,l){return t=wn(t),l===r?(l=t,t=0):l=wn(l),e=sn(e),Jp(e,t,l)}function Yd(e,t,l){if(l&&typeof l!="boolean"&&Mt(e,t,l)&&(t=l=r),l===r&&(typeof t=="boolean"?(l=t,t=r):typeof e=="boolean"&&(l=e,e=r)),e===r&&t===r?(e=0,t=1):(e=wn(e),t===r?(t=e,e=0):t=wn(t)),e>t){var S=e;e=t,t=S}if(l||e%1||t%1){var R=ds();return kt(e+R*(t-e+xl("1e-"+((R+"").length-1))),t)}return $i(e,t)}var Vd=rr(function(e,t,l){return t=t.toLowerCase(),e+(l?Ho(t):t)});function Ho(e){return ma(at(e).toLowerCase())}function Uo(e){return e=at(e),e&&e.replace(Ea,Ml).replace(ml,"")}function Xd(e,t,l){e=at(e),t=Kt(t);var S=e.length;l=l===r?S:$n(He(l),0,S);var R=l;return l-=t.length,l>=0&&e.slice(l,R)==t}function Zd(e){return e=at(e),e&&M.test(e)?e.replace(_t,jl):e}function Jd(e){return e=at(e),e&&Pe.test(e)?e.replace(Te,"\\$&"):e}var Qd=rr(function(e,t,l){return e+(l?"-":"")+t.toLowerCase()}),eh=rr(function(e,t,l){return e+(l?" ":"")+t.toLowerCase()}),th=Ys("toLowerCase");function nh(e,t,l){e=at(e),t=He(t);var S=t?Zn(e):0;if(!t||S>=t)return e;var R=(t-S)/2;return Qr(zr(R),l)+e+Qr(jr(R),l)}function rh(e,t,l){e=at(e),t=He(t);var S=t?Zn(e):0;return t&&S<t?e+Qr(t-S,l):e}function ih(e,t,l){e=at(e),t=He(t);var S=t?Zn(e):0;return t&&S<t?Qr(t-S,l)+e:e}function ah(e,t,l){return l||t==null?t=0:t&&(t=+t),cp(at(e).replace(Be,""),t||0)}function sh(e,t,l){return(l?Mt(e,t,l):t===r)?t=1:t=He(t),Gi(at(e),t)}function oh(){var e=arguments,t=at(e[0]);return e.length<3?t:t.replace(e[1],e[2])}var lh=rr(function(e,t,l){return e+(l?"_":"")+t.toLowerCase()});function ph(e,t,l){return l&&typeof l!="number"&&Mt(e,t,l)&&(t=l=r),l=l===r?fe:l>>>0,l?(e=at(e),e&&(typeof t=="string"||t!=null&&!fa(t))&&(t=Kt(t),!t&&Xn(e))?Nn(on(e),0,l):e.split(t,l)):[]}var uh=rr(function(e,t,l){return e+(l?" ":"")+ma(t)});function ch(e,t,l){return e=at(e),l=l==null?0:$n(He(l),0,e.length),t=Kt(t),e.slice(l,l+t.length)==t}function fh(e,t,l){var S=k.templateSettings;l&&Mt(e,t,l)&&(t=r),e=at(e),t=ci({},t,S,to);var R=ci({},t.imports,S.imports,to),q=bt(R),$=Ci(R,q),W,V,pe=0,ue=t.interpolate||or,he="__p += '",Se=bi((t.escape||or).source+"|"+ue.source+"|"+(ue===ee?ot:or).source+"|"+(t.evaluate||or).source+"|$","g"),Ie="//# sourceURL="+(lt.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Al+"]")+`
|
|
`;e.replace(Se,function(Fe,Ye,Ze,Vt,jt,Xt){return Ze||(Ze=Vt),he+=e.slice(pe,Xt).replace(Kn,zl),Ye&&(W=!0,he+=`' +
|
|
__e(`+Ye+`) +
|
|
'`),jt&&(V=!0,he+=`';
|
|
`+jt+`;
|
|
__p += '`),Ze&&(he+=`' +
|
|
((__t = (`+Ze+`)) == null ? '' : __t) +
|
|
'`),pe=Xt+Fe.length,Fe}),he+=`';
|
|
`;var qe=lt.call(t,"variable")&&t.variable;if(!qe)he=`with (obj) {
|
|
`+he+`
|
|
}
|
|
`;else if(Le.test(qe))throw new $e(a);he=(V?he.replace(Cn,""):he).replace(qn,"$1").replace(qt,"$1;"),he="function("+(qe||"obj")+`) {
|
|
`+(qe?"":`obj || (obj = {});
|
|
`)+"var __t, __p = ''"+(W?", __e = _.escape":"")+(V?`, __j = Array.prototype.join;
|
|
function print() { __p += __j.call(arguments, '') }
|
|
`:`;
|
|
`)+he+`return __p
|
|
}`;var Ue=Yo(function(){return rt(q,Ie+"return "+he).apply(r,$)});if(Ue.source=he,ca(Ue))throw Ue;return Ue}function dh(e){return at(e).toLowerCase()}function hh(e){return at(e).toUpperCase()}function mh(e,t,l){if(e=at(e),e&&(l||t===r))return ns(e);if(!e||!(t=Kt(t)))return e;var S=on(e),R=on(t),q=rs(S,R),$=is(S,R)+1;return Nn(S,q,$).join("")}function gh(e,t,l){if(e=at(e),e&&(l||t===r))return e.slice(0,ss(e)+1);if(!e||!(t=Kt(t)))return e;var S=on(e),R=is(S,on(t))+1;return Nn(S,0,R).join("")}function _h(e,t,l){if(e=at(e),e&&(l||t===r))return e.replace(Be,"");if(!e||!(t=Kt(t)))return e;var S=on(e),R=rs(S,on(t));return Nn(S,R).join("")}function yh(e,t){var l=O,S=F;if(mt(t)){var R="separator"in t?t.separator:R;l="length"in t?He(t.length):l,S="omission"in t?Kt(t.omission):S}e=at(e);var q=e.length;if(Xn(e)){var $=on(e);q=$.length}if(l>=q)return e;var W=l-Zn(S);if(W<1)return S;var V=$?Nn($,0,W).join(""):e.slice(0,W);if(R===r)return V+S;if($&&(W+=V.length-W),fa(R)){if(e.slice(W).search(R)){var pe,ue=V;for(R.global||(R=bi(R.source,at(yt.exec(R))+"g")),R.lastIndex=0;pe=R.exec(ue);)var he=pe.index;V=V.slice(0,he===r?W:he)}}else if(e.indexOf(Kt(R),W)!=W){var Se=V.lastIndexOf(R);Se>-1&&(V=V.slice(0,Se))}return V+S}function vh(e){return e=at(e),e&&Mn.test(e)?e.replace(Fn,Kl):e}var Ah=rr(function(e,t,l){return e+(l?" ":"")+t.toUpperCase()}),ma=Ys("toUpperCase");function Ko(e,t,l){return e=at(e),t=l?r:t,t===r?$l(e)?Xl(e):kl(e):e.match(t)||[]}var Yo=Ke(function(e,t){try{return Ht(e,r,t)}catch(l){return ca(l)?l:new $e(l)}}),Ph=Pn(function(e,t){return Qt(t,function(l){l=mn(l),vn(e,l,pa(e[l],e))}),e});function Sh(e){var t=e==null?0:e.length,l=ke();return e=t?ht(e,function(S){if(typeof S[1]!="function")throw new en(i);return[l(S[0]),S[1]]}):[],Ke(function(S){for(var R=-1;++R<t;){var q=e[R];if(Ht(q[0],this,S))return Ht(q[1],this,S)}})}function Eh(e){return Kp(nn(e,g))}function ga(e){return function(){return e}}function wh(e,t){return e==null||e!==e?t:e}var xh=Xs(),Ch=Xs(!0);function Wt(e){return e}function _a(e){return Cs(typeof e=="function"?e:nn(e,g))}function Th(e){return bs(nn(e,g))}function bh(e,t){return Rs(e,nn(t,g))}var Rh=Ke(function(e,t){return function(l){return _r(l,e,t)}}),Ih=Ke(function(e,t){return function(l){return _r(e,l,t)}});function ya(e,t,l){var S=bt(t),R=Ur(t,S);l==null&&!(mt(t)&&(R.length||!S.length))&&(l=t,t=e,e=this,R=Ur(t,bt(t)));var q=!(mt(l)&&"chain"in l)||!!l.chain,$=En(e);return Qt(R,function(W){var V=t[W];e[W]=V,$&&(e.prototype[W]=function(){var pe=this.__chain__;if(q||pe){var ue=e(this.__wrapped__),he=ue.__actions__=Bt(this.__actions__);return he.push({func:V,args:arguments,thisArg:e}),ue.__chain__=pe,ue}return V.apply(e,bn([this.value()],arguments))})}),e}function Dh(){return It._===this&&(It._=np),this}function va(){}function Oh(e){return e=He(e),Ke(function(t){return Is(t,e)})}var kh=Xi(ht),Nh=Xi(Za),Lh=Xi(Pi);function Vo(e){return ra(e)?Si(mn(e)):uu(e)}function qh(e){return function(t){return e==null?r:Gn(e,t)}}var Fh=Js(),Mh=Js(!0);function Aa(){return[]}function Pa(){return!1}function jh(){return{}}function zh(){return""}function Bh(){return!0}function $h(e,t){if(e=He(e),e<1||e>G)return[];var l=fe,S=kt(e,fe);t=ke(t),e-=fe;for(var R=xi(S,t);++l<e;)t(l);return R}function Gh(e){return Ge(e)?ht(e,mn):Yt(e)?[e]:Bt(mo(at(e)))}function Wh(e){var t=++ep;return at(e)+t}var Hh=Jr(function(e,t){return e+t},0),Uh=Zi("ceil"),Kh=Jr(function(e,t){return e/t},1),Yh=Zi("floor");function Vh(e){return e&&e.length?Hr(e,Wt,qi):r}function Xh(e,t){return e&&e.length?Hr(e,ke(t,2),qi):r}function Zh(e){return es(e,Wt)}function Jh(e,t){return es(e,ke(t,2))}function Qh(e){return e&&e.length?Hr(e,Wt,zi):r}function e0(e,t){return e&&e.length?Hr(e,ke(t,2),zi):r}var t0=Jr(function(e,t){return e*t},1),n0=Zi("round"),r0=Jr(function(e,t){return e-t},0);function i0(e){return e&&e.length?wi(e,Wt):0}function a0(e,t){return e&&e.length?wi(e,ke(t,2)):0}return k.after=Tf,k.ary=Co,k.assign=hd,k.assignIn=zo,k.assignInWith=ci,k.assignWith=md,k.at=gd,k.before=To,k.bind=pa,k.bindAll=Ph,k.bindKey=bo,k.castArray=jf,k.chain=Eo,k.chunk=Ku,k.compact=Yu,k.concat=Vu,k.cond=Sh,k.conforms=Eh,k.constant=ga,k.countBy=rf,k.create=_d,k.curry=Ro,k.curryRight=Io,k.debounce=Do,k.defaults=yd,k.defaultsDeep=vd,k.defer=bf,k.delay=Rf,k.difference=Xu,k.differenceBy=Zu,k.differenceWith=Ju,k.drop=Qu,k.dropRight=ec,k.dropRightWhile=tc,k.dropWhile=nc,k.fill=rc,k.filter=sf,k.flatMap=pf,k.flatMapDeep=uf,k.flatMapDepth=cf,k.flatten=vo,k.flattenDeep=ic,k.flattenDepth=ac,k.flip=If,k.flow=xh,k.flowRight=Ch,k.fromPairs=sc,k.functions=Cd,k.functionsIn=Td,k.groupBy=ff,k.initial=lc,k.intersection=pc,k.intersectionBy=uc,k.intersectionWith=cc,k.invert=Rd,k.invertBy=Id,k.invokeMap=hf,k.iteratee=_a,k.keyBy=mf,k.keys=bt,k.keysIn=Gt,k.map=ai,k.mapKeys=Od,k.mapValues=kd,k.matches=Th,k.matchesProperty=bh,k.memoize=oi,k.merge=Nd,k.mergeWith=Bo,k.method=Rh,k.methodOf=Ih,k.mixin=ya,k.negate=li,k.nthArg=Oh,k.omit=Ld,k.omitBy=qd,k.once=Df,k.orderBy=gf,k.over=kh,k.overArgs=Of,k.overEvery=Nh,k.overSome=Lh,k.partial=ua,k.partialRight=Oo,k.partition=_f,k.pick=Fd,k.pickBy=$o,k.property=Vo,k.propertyOf=qh,k.pull=mc,k.pullAll=Po,k.pullAllBy=gc,k.pullAllWith=_c,k.pullAt=yc,k.range=Fh,k.rangeRight=Mh,k.rearg=kf,k.reject=Af,k.remove=vc,k.rest=Nf,k.reverse=oa,k.sampleSize=Sf,k.set=jd,k.setWith=zd,k.shuffle=Ef,k.slice=Ac,k.sortBy=Cf,k.sortedUniq=Tc,k.sortedUniqBy=bc,k.split=ph,k.spread=Lf,k.tail=Rc,k.take=Ic,k.takeRight=Dc,k.takeRightWhile=Oc,k.takeWhile=kc,k.tap=Yc,k.throttle=qf,k.thru=ii,k.toArray=Fo,k.toPairs=Go,k.toPairsIn=Wo,k.toPath=Gh,k.toPlainObject=jo,k.transform=Bd,k.unary=Ff,k.union=Nc,k.unionBy=Lc,k.unionWith=qc,k.uniq=Fc,k.uniqBy=Mc,k.uniqWith=jc,k.unset=$d,k.unzip=la,k.unzipWith=So,k.update=Gd,k.updateWith=Wd,k.values=sr,k.valuesIn=Hd,k.without=zc,k.words=Ko,k.wrap=Mf,k.xor=Bc,k.xorBy=$c,k.xorWith=Gc,k.zip=Wc,k.zipObject=Hc,k.zipObjectDeep=Uc,k.zipWith=Kc,k.entries=Go,k.entriesIn=Wo,k.extend=zo,k.extendWith=ci,ya(k,k),k.add=Hh,k.attempt=Yo,k.camelCase=Vd,k.capitalize=Ho,k.ceil=Uh,k.clamp=Ud,k.clone=zf,k.cloneDeep=$f,k.cloneDeepWith=Gf,k.cloneWith=Bf,k.conformsTo=Wf,k.deburr=Uo,k.defaultTo=wh,k.divide=Kh,k.endsWith=Xd,k.eq=pn,k.escape=Zd,k.escapeRegExp=Jd,k.every=af,k.find=of,k.findIndex=_o,k.findKey=Ad,k.findLast=lf,k.findLastIndex=yo,k.findLastKey=Pd,k.floor=Yh,k.forEach=wo,k.forEachRight=xo,k.forIn=Sd,k.forInRight=Ed,k.forOwn=wd,k.forOwnRight=xd,k.get=da,k.gt=Hf,k.gte=Uf,k.has=bd,k.hasIn=ha,k.head=Ao,k.identity=Wt,k.includes=df,k.indexOf=oc,k.inRange=Kd,k.invoke=Dd,k.isArguments=Un,k.isArray=Ge,k.isArrayBuffer=Kf,k.isArrayLike=$t,k.isArrayLikeObject=Pt,k.isBoolean=Yf,k.isBuffer=Ln,k.isDate=Vf,k.isElement=Xf,k.isEmpty=Zf,k.isEqual=Jf,k.isEqualWith=Qf,k.isError=ca,k.isFinite=ed,k.isFunction=En,k.isInteger=ko,k.isLength=pi,k.isMap=No,k.isMatch=td,k.isMatchWith=nd,k.isNaN=rd,k.isNative=id,k.isNil=sd,k.isNull=ad,k.isNumber=Lo,k.isObject=mt,k.isObjectLike=vt,k.isPlainObject=Er,k.isRegExp=fa,k.isSafeInteger=od,k.isSet=qo,k.isString=ui,k.isSymbol=Yt,k.isTypedArray=ar,k.isUndefined=ld,k.isWeakMap=pd,k.isWeakSet=ud,k.join=fc,k.kebabCase=Qd,k.last=an,k.lastIndexOf=dc,k.lowerCase=eh,k.lowerFirst=th,k.lt=cd,k.lte=fd,k.max=Vh,k.maxBy=Xh,k.mean=Zh,k.meanBy=Jh,k.min=Qh,k.minBy=e0,k.stubArray=Aa,k.stubFalse=Pa,k.stubObject=jh,k.stubString=zh,k.stubTrue=Bh,k.multiply=t0,k.nth=hc,k.noConflict=Dh,k.noop=va,k.now=si,k.pad=nh,k.padEnd=rh,k.padStart=ih,k.parseInt=ah,k.random=Yd,k.reduce=yf,k.reduceRight=vf,k.repeat=sh,k.replace=oh,k.result=Md,k.round=n0,k.runInContext=Y,k.sample=Pf,k.size=wf,k.snakeCase=lh,k.some=xf,k.sortedIndex=Pc,k.sortedIndexBy=Sc,k.sortedIndexOf=Ec,k.sortedLastIndex=wc,k.sortedLastIndexBy=xc,k.sortedLastIndexOf=Cc,k.startCase=uh,k.startsWith=ch,k.subtract=r0,k.sum=i0,k.sumBy=a0,k.template=fh,k.times=$h,k.toFinite=wn,k.toInteger=He,k.toLength=Mo,k.toLower=dh,k.toNumber=sn,k.toSafeInteger=dd,k.toString=at,k.toUpper=hh,k.trim=mh,k.trimEnd=gh,k.trimStart=_h,k.truncate=yh,k.unescape=vh,k.uniqueId=Wh,k.upperCase=Ah,k.upperFirst=ma,k.each=wo,k.eachRight=xo,k.first=Ao,ya(k,function(){var e={};return dn(k,function(t,l){lt.call(k.prototype,l)||(e[l]=t)}),e}(),{chain:!1}),k.VERSION=n,Qt(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){k[e].placeholder=k}),Qt(["drop","take"],function(e,t){Xe.prototype[e]=function(l){l=l===r?1:Tt(He(l),0);var S=this.__filtered__&&!t?new Xe(this):this.clone();return S.__filtered__?S.__takeCount__=kt(l,S.__takeCount__):S.__views__.push({size:kt(l,fe),type:e+(S.__dir__<0?"Right":"")}),S},Xe.prototype[e+"Right"]=function(l){return this.reverse()[e](l).reverse()}}),Qt(["filter","map","takeWhile"],function(e,t){var l=t+1,S=l==L||l==j;Xe.prototype[e]=function(R){var q=this.clone();return q.__iteratees__.push({iteratee:ke(R,3),type:l}),q.__filtered__=q.__filtered__||S,q}}),Qt(["head","last"],function(e,t){var l="take"+(t?"Right":"");Xe.prototype[e]=function(){return this[l](1).value()[0]}}),Qt(["initial","tail"],function(e,t){var l="drop"+(t?"":"Right");Xe.prototype[e]=function(){return this.__filtered__?new Xe(this):this[l](1)}}),Xe.prototype.compact=function(){return this.filter(Wt)},Xe.prototype.find=function(e){return this.filter(e).head()},Xe.prototype.findLast=function(e){return this.reverse().find(e)},Xe.prototype.invokeMap=Ke(function(e,t){return typeof e=="function"?new Xe(this):this.map(function(l){return _r(l,e,t)})}),Xe.prototype.reject=function(e){return this.filter(li(ke(e)))},Xe.prototype.slice=function(e,t){e=He(e);var l=this;return l.__filtered__&&(e>0||t<0)?new Xe(l):(e<0?l=l.takeRight(-e):e&&(l=l.drop(e)),t!==r&&(t=He(t),l=t<0?l.dropRight(-t):l.take(t-e)),l)},Xe.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Xe.prototype.toArray=function(){return this.take(fe)},dn(Xe.prototype,function(e,t){var l=/^(?:filter|find|map|reject)|While$/.test(t),S=/^(?:head|last)$/.test(t),R=k[S?"take"+(t=="last"?"Right":""):t],q=S||/^find/.test(t);R&&(k.prototype[t]=function(){var $=this.__wrapped__,W=S?[1]:arguments,V=$ instanceof Xe,pe=W[0],ue=V||Ge($),he=function(Ye){var Ze=R.apply(k,bn([Ye],W));return S&&Se?Ze[0]:Ze};ue&&l&&typeof pe=="function"&&pe.length!=1&&(V=ue=!1);var Se=this.__chain__,Ie=!!this.__actions__.length,qe=q&&!Se,Ue=V&&!Ie;if(!q&&ue){$=Ue?$:new Xe(this);var Fe=e.apply($,W);return Fe.__actions__.push({func:ii,args:[he],thisArg:r}),new tn(Fe,Se)}return qe&&Ue?e.apply(this,W):(Fe=this.thru(he),qe?S?Fe.value()[0]:Fe.value():Fe)})}),Qt(["pop","push","shift","sort","splice","unshift"],function(e){var t=Ir[e],l=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",S=/^(?:pop|shift)$/.test(e);k.prototype[e]=function(){var R=arguments;if(S&&!this.__chain__){var q=this.value();return t.apply(Ge(q)?q:[],R)}return this[l](function($){return t.apply(Ge($)?$:[],R)})}}),dn(Xe.prototype,function(e,t){var l=k[t];if(l){var S=l.name+"";lt.call(er,S)||(er[S]=[]),er[S].push({name:t,func:l})}}),er[Zr(r,x).name]=[{name:"wrapper",func:r}],Xe.prototype.clone=yp,Xe.prototype.reverse=vp,Xe.prototype.value=Ap,k.prototype.at=Vc,k.prototype.chain=Xc,k.prototype.commit=Zc,k.prototype.next=Jc,k.prototype.plant=ef,k.prototype.reverse=tf,k.prototype.toJSON=k.prototype.valueOf=k.prototype.value=nf,k.prototype.first=k.prototype.head,ur&&(k.prototype[ur]=Qc),k},Rr=Zl();It._=Rr,d=function(){return Rr}.call(_,o,_,E),d!==r&&(E.exports=d)}).call(this)},6243:(E,_,o)=>{"use strict";const d=o(6202),r=Symbol("max"),n=Symbol("length"),p=Symbol("lengthCalculator"),h=Symbol("allowStale"),i=Symbol("maxAge"),a=Symbol("dispose"),c=Symbol("noDisposeOnSet"),m=Symbol("lruList"),s=Symbol("cache"),g=Symbol("updateAgeOnGet"),u=()=>1;class f{constructor(b){if(typeof b=="number"&&(b={max:b}),b||(b={}),b.max&&(typeof b.max!="number"||b.max<0))throw new TypeError("max must be a non-negative number");const N=this[r]=b.max||1/0,D=b.length||u;if(this[p]=typeof D!="function"?u:D,this[h]=b.stale||!1,b.maxAge&&typeof b.maxAge!="number")throw new TypeError("maxAge must be a number");this[i]=b.maxAge||0,this[a]=b.dispose,this[c]=b.noDisposeOnSet||!1,this[g]=b.updateAgeOnGet||!1,this.reset()}set max(b){if(typeof b!="number"||b<0)throw new TypeError("max must be a non-negative number");this[r]=b||1/0,P(this)}get max(){return this[r]}set allowStale(b){this[h]=!!b}get allowStale(){return this[h]}set maxAge(b){if(typeof b!="number")throw new TypeError("maxAge must be a non-negative number");this[i]=b,P(this)}get maxAge(){return this[i]}set lengthCalculator(b){typeof b!="function"&&(b=u),b!==this[p]&&(this[p]=b,this[n]=0,this[m].forEach(N=>{N.length=this[p](N.value,N.key),this[n]+=N.length})),P(this)}get lengthCalculator(){return this[p]}get length(){return this[n]}get itemCount(){return this[m].length}rforEach(b,N){N=N||this;for(let D=this[m].tail;D!==null;){const I=D.prev;w(this,b,D,N),D=I}}forEach(b,N){N=N||this;for(let D=this[m].head;D!==null;){const I=D.next;w(this,b,D,N),D=I}}keys(){return this[m].toArray().map(b=>b.key)}values(){return this[m].toArray().map(b=>b.value)}reset(){this[a]&&this[m]&&this[m].length&&this[m].forEach(b=>this[a](b.key,b.value)),this[s]=new Map,this[m]=new d,this[n]=0}dump(){return this[m].map(b=>y(this,b)?!1:{k:b.key,v:b.value,e:b.now+(b.maxAge||0)}).toArray().filter(b=>b)}dumpLru(){return this[m]}set(b,N,D){if(D=D||this[i],D&&typeof D!="number")throw new TypeError("maxAge must be a number");const I=D?Date.now():0,C=this[p](N,b);if(this[s].has(b)){if(C>this[r])return x(this,this[s].get(b)),!1;const B=this[s].get(b).value;return this[a]&&(this[c]||this[a](b,B.value)),B.now=I,B.maxAge=D,B.value=N,this[n]+=C-B.length,B.length=C,this.get(b),P(this),!0}const O=new A(b,N,C,I,D);return O.length>this[r]?(this[a]&&this[a](b,N),!1):(this[n]+=O.length,this[m].unshift(O),this[s].set(b,this[m].head),P(this),!0)}has(b){if(!this[s].has(b))return!1;const N=this[s].get(b).value;return!y(this,N)}get(b){return v(this,b,!0)}peek(b){return v(this,b,!1)}pop(){const b=this[m].tail;return b?(x(this,b),b.value):null}del(b){x(this,this[s].get(b))}load(b){this.reset();const N=Date.now();for(let D=b.length-1;D>=0;D--){const I=b[D],C=I.e||0;if(C===0)this.set(I.k,I.v);else{const O=C-N;O>0&&this.set(I.k,I.v,O)}}}prune(){this[s].forEach((b,N)=>v(this,N,!1))}}const v=(T,b,N)=>{const D=T[s].get(b);if(D){const I=D.value;if(y(T,I)){if(x(T,D),!T[h])return}else N&&(T[g]&&(D.value.now=Date.now()),T[m].unshiftNode(D));return I.value}},y=(T,b)=>{if(!b||!b.maxAge&&!T[i])return!1;const N=Date.now()-b.now;return b.maxAge?N>b.maxAge:T[i]&&N>T[i]},P=T=>{if(T[n]>T[r])for(let b=T[m].tail;T[n]>T[r]&&b!==null;){const N=b.prev;x(T,b),b=N}},x=(T,b)=>{if(b){const N=b.value;T[a]&&T[a](N.key,N.value),T[n]-=N.length,T[s].delete(N.key),T[m].removeNode(b)}};class A{constructor(b,N,D,I,C){this.key=b,this.value=N,this.length=D,this.now=I,this.maxAge=C||0}}const w=(T,b,N,D)=>{let I=N.value;y(T,I)&&(x(T,N),T[h]||(I=void 0)),I&&b.call(D,I.value,I.key,T)};E.exports=f},9326:()=>{(function(E){var _="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",o={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},d={bash:o,environment:{pattern:RegExp("\\$"+_),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+_),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};E.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+_),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:d},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:o}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:d},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:d.entity}}],environment:{pattern:RegExp("\\$?"+_),alias:"constant"},variable:d.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},o.inside=E.languages.bash;for(var r=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],n=d.variable[1].inside,p=0;p<r.length;p++)n[r[p]]=E.languages.bash[r[p]];E.languages.sh=E.languages.bash,E.languages.shell=E.languages.bash})(Prism)},425:()=>{(function(E){E.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var _={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(_).forEach(function(o){var d=_[o],r=[];/^\w+$/.test(o)||r.push(/\w+/.exec(o)[0]),o==="diff"&&r.push("bold"),E.languages.diff[o]={pattern:RegExp("^(?:["+d+`].*(?:\r
|
|
?|
|
|
|(?![\\s\\S])))+`,"m"),alias:r,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(o)[0]}}}}),Object.defineProperty(E.languages.diff,"PREFIXES",{value:_})})(Prism)},5308:()=>{(function(E){function _(a){return RegExp("(^(?:"+a+"):[ ]*(?![ ]))[^]+","i")}E.languages.http={"request-line":{pattern:/^(?:CONNECT|DELETE|GET|HEAD|OPTIONS|PATCH|POST|PRI|PUT|SEARCH|TRACE)\s(?:https?:\/\/|\/)\S*\sHTTP\/[\d.]+/m,inside:{method:{pattern:/^[A-Z]+\b/,alias:"property"},"request-target":{pattern:/^(\s)(?:https?:\/\/|\/)\S*(?=\s)/,lookbehind:!0,alias:"url",inside:E.languages.uri},"http-version":{pattern:/^(\s)HTTP\/[\d.]+/,lookbehind:!0,alias:"property"}}},"response-status":{pattern:/^HTTP\/[\d.]+ \d+ .+/m,inside:{"http-version":{pattern:/^HTTP\/[\d.]+/,alias:"property"},"status-code":{pattern:/^(\s)\d+(?=\s)/,lookbehind:!0,alias:"number"},"reason-phrase":{pattern:/^(\s).+/,lookbehind:!0,alias:"string"}}},header:{pattern:/^[\w-]+:.+(?:(?:\r\n?|\n)[ \t].+)*/m,inside:{"header-value":[{pattern:_(/Content-Security-Policy/.source),lookbehind:!0,alias:["csp","languages-csp"],inside:E.languages.csp},{pattern:_(/Public-Key-Pins(?:-Report-Only)?/.source),lookbehind:!0,alias:["hpkp","languages-hpkp"],inside:E.languages.hpkp},{pattern:_(/Strict-Transport-Security/.source),lookbehind:!0,alias:["hsts","languages-hsts"],inside:E.languages.hsts},{pattern:_(/[^:]+/.source),lookbehind:!0}],"header-name":{pattern:/^[^:]+/,alias:"keyword"},punctuation:/^:/}}};var o=E.languages,d={"application/javascript":o.javascript,"application/json":o.json||o.javascript,"application/xml":o.xml,"text/xml":o.xml,"text/html":o.html,"text/css":o.css,"text/plain":o.plain},r={"application/json":!0,"application/xml":!0};function n(a){var c=a.replace(/^[a-z]+\//,""),m="\\w+/(?:[\\w.-]+\\+)+"+c+"(?![+\\w.-])";return"(?:"+a+"|"+m+")"}var p;for(var h in d)if(d[h]){p=p||{};var i=r[h]?n(h):h;p[h.replace(/\//g,"-")]={pattern:RegExp("("+/content-type:\s*/.source+i+/(?:(?:\r\n?|\n)[\w-].*)*(?:\r(?:\n|(?!\n))|\n)/.source+")"+/[^ \t\w-][\s\S]*/.source,"i"),lookbehind:!0,inside:d[h]}}p&&E.languages.insertBefore("http","header",p)})(Prism)},2217:()=>{Prism.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},Prism.languages.webmanifest=Prism.languages.json},9296:()=>{Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern://,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python},9270:()=>{(function(){if(typeof Prism=="undefined"||typeof document=="undefined")return;if(!Prism.plugins.toolbar){console.warn("Copy to Clipboard plugin loaded before Toolbar plugin.");return}function E(n,p){n.addEventListener("click",function(){o(p)})}function _(n){var p=document.createElement("textarea");p.value=n.getText(),p.style.top="0",p.style.left="0",p.style.position="fixed",document.body.appendChild(p),p.focus(),p.select();try{var h=document.execCommand("copy");setTimeout(function(){h?n.success():n.error()},1)}catch(i){setTimeout(function(){n.error(i)},1)}document.body.removeChild(p)}function o(n){navigator.clipboard?navigator.clipboard.writeText(n.getText()).then(n.success,function(){_(n)}):_(n)}function d(n){window.getSelection().selectAllChildren(n)}function r(n){var p={copy:"Copy","copy-error":"Press Ctrl+C to copy","copy-success":"Copied!","copy-timeout":5e3},h="data-prismjs-";for(var i in p){for(var a=h+i,c=n;c&&!c.hasAttribute(a);)c=c.parentElement;c&&(p[i]=c.getAttribute(a))}return p}Prism.plugins.toolbar.registerButton("copy-to-clipboard",function(n){var p=n.element,h=r(p),i=document.createElement("button");i.className="copy-to-clipboard-button",i.setAttribute("type","button");var a=document.createElement("span");return i.appendChild(a),m("copy"),E(i,{getText:function(){return p.textContent},success:function(){m("copy-success"),c()},error:function(){m("copy-error"),setTimeout(function(){d(p)},1),c()}}),i;function c(){setTimeout(function(){m("copy")},h["copy-timeout"])}function m(s){a.textContent=h[s],i.setAttribute("data-copy-state",s)}})})()},7041:()=>{(function(){if(typeof Prism!="undefined"){var E=/^diff-([\w-]+)/i,_=/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/g,o=RegExp(/(?:__|[^\r\n<])*(?:\r\n?|\n|(?:__|[^\r\n<])(?![^\r\n]))/.source.replace(/__/g,function(){return _.source}),"gi"),d=!1;Prism.hooks.add("before-sanity-check",function(r){var n=r.language;E.test(n)&&!r.grammar&&(r.grammar=Prism.languages[n]=Prism.languages.diff)}),Prism.hooks.add("before-tokenize",function(r){!d&&!Prism.languages.diff&&!Prism.plugins.autoloader&&(d=!0,console.warn("Prism's Diff Highlight plugin requires the Diff language definition (prism-diff.js).Make sure the language definition is loaded or use Prism's Autoloader plugin."));var n=r.language;E.test(n)&&!Prism.languages[n]&&(Prism.languages[n]=Prism.languages.diff)}),Prism.hooks.add("wrap",function(r){var n,p;if(r.language!=="diff"){var h=E.exec(r.language);if(!h)return;n=h[1],p=Prism.languages[n]}var i=Prism.languages.diff&&Prism.languages.diff.PREFIXES;if(i&&r.type in i){var a=r.content.replace(_,""),c=a.replace(/</g,"<").replace(/&/g,"&"),m=c.replace(/(^|[\r\n])./g,"$1"),s;p?s=Prism.highlight(m,p,n):s=Prism.util.encode(m);var g=new Prism.Token("prefix",i[r.type],[/\w+/.exec(r.type)[0]]),u=Prism.Token.stringify(g,r.language),f=[],v;for(o.lastIndex=0;v=o.exec(s);)f.push(u+v[0]);/(?:^|[\r\n]).$/.test(c)&&f.push(u),r.content=f.join(""),p&&r.classes.push("language-"+n)}})}})()},4661:()=>{(function(){if(typeof Prism=="undefined"||typeof document=="undefined")return;var E=[],_={},o=function(){};Prism.plugins.toolbar={};var d=Prism.plugins.toolbar.registerButton=function(p,h){var i;if(typeof h=="function"?i=h:i=function(a){var c;return typeof h.onClick=="function"?(c=document.createElement("button"),c.type="button",c.addEventListener("click",function(){h.onClick.call(this,a)})):typeof h.url=="string"?(c=document.createElement("a"),c.href=h.url):c=document.createElement("span"),h.className&&c.classList.add(h.className),c.textContent=h.text,c},p in _){console.warn('There is a button with the key "'+p+'" registered already.');return}E.push(_[p]=i)};function r(p){for(;p;){var h=p.getAttribute("data-toolbar-order");if(h!=null)return h=h.trim(),h.length?h.split(/\s*,\s*/g):[];p=p.parentElement}}var n=Prism.plugins.toolbar.hook=function(p){var h=p.element.parentNode;if(!(!h||!/pre/i.test(h.nodeName))&&!h.parentNode.classList.contains("code-toolbar")){var i=document.createElement("div");i.classList.add("code-toolbar"),h.parentNode.insertBefore(i,h),i.appendChild(h);var a=document.createElement("div");a.classList.add("toolbar");var c=E,m=r(p.element);m&&(c=m.map(function(s){return _[s]||o})),c.forEach(function(s){var g=s(p);if(g){var u=document.createElement("div");u.classList.add("toolbar-item"),u.appendChild(g),a.appendChild(u)}}),i.appendChild(a)}};d("label",function(p){var h=p.element.parentNode;if(!(!h||!/pre/i.test(h.nodeName))&&h.hasAttribute("data-label")){var i,a,c=h.getAttribute("data-label");try{a=document.querySelector("template#"+c)}catch(m){}return a?i=a.content:(h.hasAttribute("data-url")?(i=document.createElement("a"),i.href=h.getAttribute("data-url")):i=document.createElement("span"),i.textContent=c),i}}),Prism.hooks.add("complete",n)})()},5473:(E,_,o)=>{var d=typeof window!="undefined"?window:typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope?self:{};/**
|
|
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
*
|
|
* @license MIT <https://opensource.org/licenses/MIT>
|
|
* @author Lea Verou <https://lea.verou.me>
|
|
* @namespace
|
|
* @public
|
|
*/var r=function(n){var p=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,h=0,i={},a={manual:n.Prism&&n.Prism.manual,disableWorkerMessageHandler:n.Prism&&n.Prism.disableWorkerMessageHandler,util:{encode:function A(w){return w instanceof c?new c(w.type,A(w.content),w.alias):Array.isArray(w)?w.map(A):w.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(A){return Object.prototype.toString.call(A).slice(8,-1)},objId:function(A){return A.__id||Object.defineProperty(A,"__id",{value:++h}),A.__id},clone:function A(w,T){T=T||{};var b,N;switch(a.util.type(w)){case"Object":if(N=a.util.objId(w),T[N])return T[N];b={},T[N]=b;for(var D in w)w.hasOwnProperty(D)&&(b[D]=A(w[D],T));return b;case"Array":return N=a.util.objId(w),T[N]?T[N]:(b=[],T[N]=b,w.forEach(function(I,C){b[C]=A(I,T)}),b);default:return w}},getLanguage:function(A){for(;A;){var w=p.exec(A.className);if(w)return w[1].toLowerCase();A=A.parentElement}return"none"},setLanguage:function(A,w){A.className=A.className.replace(RegExp(p,"gi"),""),A.classList.add("language-"+w)},currentScript:function(){if(typeof document=="undefined")return null;if("currentScript"in document&&1<2)return document.currentScript;try{throw new Error}catch(b){var A=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(b.stack)||[])[1];if(A){var w=document.getElementsByTagName("script");for(var T in w)if(w[T].src==A)return w[T]}return null}},isActive:function(A,w,T){for(var b="no-"+w;A;){var N=A.classList;if(N.contains(w))return!0;if(N.contains(b))return!1;A=A.parentElement}return!!T}},languages:{plain:i,plaintext:i,text:i,txt:i,extend:function(A,w){var T=a.util.clone(a.languages[A]);for(var b in w)T[b]=w[b];return T},insertBefore:function(A,w,T,b){b=b||a.languages;var N=b[A],D={};for(var I in N)if(N.hasOwnProperty(I)){if(I==w)for(var C in T)T.hasOwnProperty(C)&&(D[C]=T[C]);T.hasOwnProperty(I)||(D[I]=N[I])}var O=b[A];return b[A]=D,a.languages.DFS(a.languages,function(F,B){B===O&&F!=A&&(this[F]=D)}),D},DFS:function A(w,T,b,N){N=N||{};var D=a.util.objId;for(var I in w)if(w.hasOwnProperty(I)){T.call(w,I,w[I],b||I);var C=w[I],O=a.util.type(C);O==="Object"&&!N[D(C)]?(N[D(C)]=!0,A(C,T,null,N)):O==="Array"&&!N[D(C)]&&(N[D(C)]=!0,A(C,T,I,N))}}},plugins:{},highlightAll:function(A,w){a.highlightAllUnder(document,A,w)},highlightAllUnder:function(A,w,T){var b={callback:T,container:A,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};a.hooks.run("before-highlightall",b),b.elements=Array.prototype.slice.apply(b.container.querySelectorAll(b.selector)),a.hooks.run("before-all-elements-highlight",b);for(var N=0,D;D=b.elements[N++];)a.highlightElement(D,w===!0,b.callback)},highlightElement:function(A,w,T){var b=a.util.getLanguage(A),N=a.languages[b];a.util.setLanguage(A,b);var D=A.parentElement;D&&D.nodeName.toLowerCase()==="pre"&&a.util.setLanguage(D,b);var I=A.textContent,C={element:A,language:b,grammar:N,code:I};function O(B){C.highlightedCode=B,a.hooks.run("before-insert",C),C.element.innerHTML=C.highlightedCode,a.hooks.run("after-highlight",C),a.hooks.run("complete",C),T&&T.call(C.element)}if(a.hooks.run("before-sanity-check",C),D=C.element.parentElement,D&&D.nodeName.toLowerCase()==="pre"&&!D.hasAttribute("tabindex")&&D.setAttribute("tabindex","0"),!C.code){a.hooks.run("complete",C),T&&T.call(C.element);return}if(a.hooks.run("before-highlight",C),!C.grammar){O(a.util.encode(C.code));return}if(w&&n.Worker){var F=new Worker(a.filename);F.onmessage=function(B){O(B.data)},F.postMessage(JSON.stringify({language:C.language,code:C.code,immediateClose:!0}))}else O(a.highlight(C.code,C.grammar,C.language))},highlight:function(A,w,T){var b={code:A,grammar:w,language:T};if(a.hooks.run("before-tokenize",b),!b.grammar)throw new Error('The language "'+b.language+'" has no grammar.');return b.tokens=a.tokenize(b.code,b.grammar),a.hooks.run("after-tokenize",b),c.stringify(a.util.encode(b.tokens),b.language)},tokenize:function(A,w){var T=w.rest;if(T){for(var b in T)w[b]=T[b];delete w.rest}var N=new g;return u(N,N.head,A),s(A,N,w,N.head,0),v(N)},hooks:{all:{},add:function(A,w){var T=a.hooks.all;T[A]=T[A]||[],T[A].push(w)},run:function(A,w){var T=a.hooks.all[A];if(!(!T||!T.length))for(var b=0,N;N=T[b++];)N(w)}},Token:c};n.Prism=a;function c(A,w,T,b){this.type=A,this.content=w,this.alias=T,this.length=(b||"").length|0}c.stringify=function A(w,T){if(typeof w=="string")return w;if(Array.isArray(w)){var b="";return w.forEach(function(O){b+=A(O,T)}),b}var N={type:w.type,content:A(w.content,T),tag:"span",classes:["token",w.type],attributes:{},language:T},D=w.alias;D&&(Array.isArray(D)?Array.prototype.push.apply(N.classes,D):N.classes.push(D)),a.hooks.run("wrap",N);var I="";for(var C in N.attributes)I+=" "+C+'="'+(N.attributes[C]||"").replace(/"/g,""")+'"';return"<"+N.tag+' class="'+N.classes.join(" ")+'"'+I+">"+N.content+"</"+N.tag+">"};function m(A,w,T,b){A.lastIndex=w;var N=A.exec(T);if(N&&b&&N[1]){var D=N[1].length;N.index+=D,N[0]=N[0].slice(D)}return N}function s(A,w,T,b,N,D){for(var I in T)if(!(!T.hasOwnProperty(I)||!T[I])){var C=T[I];C=Array.isArray(C)?C:[C];for(var O=0;O<C.length;++O){if(D&&D.cause==I+","+O)return;var F=C[O],B=F.inside,H=!!F.lookbehind,L=!!F.greedy,z=F.alias;if(L&&!F.pattern.global){var j=F.pattern.toString().match(/[imsuy]*$/)[0];F.pattern=RegExp(F.pattern.source,j+"g")}for(var K=F.pattern||F,G=b.next,Q=N;G!==w.tail&&!(D&&Q>=D.reach);Q+=G.value.length,G=G.next){var oe=G.value;if(w.length>A.length)return;if(!(oe instanceof c)){var fe=1,Z;if(L){if(Z=m(K,Q,A,H),!Z||Z.index>=A.length)break;var Qe=Z.index,ye=Z.index+Z[0].length,ve=Q;for(ve+=G.value.length;Qe>=ve;)G=G.next,ve+=G.value.length;if(ve-=G.value.length,Q=ve,G.value instanceof c)continue;for(var Ee=G;Ee!==w.tail&&(ve<ye||typeof Ee.value=="string");Ee=Ee.next)fe++,ve+=Ee.value.length;fe--,oe=A.slice(Q,ve),Z.index-=Q}else if(Z=m(K,0,oe,H),!Z)continue;var Qe=Z.index,gt=Z[0],Et=oe.slice(0,Qe),wt=oe.slice(Qe+gt.length),Lt=Q+oe.length;D&&Lt>D.reach&&(D.reach=Lt);var Ne=G.prev;Et&&(Ne=u(w,Ne,Et),Q+=Et.length),f(w,Ne,fe);var At=new c(I,B?a.tokenize(gt,B):gt,z,gt);if(G=u(w,Ne,At),wt&&u(w,G,wt),fe>1){var Me={cause:I+","+O,reach:Lt};s(A,w,T,G.prev,Q,Me),D&&Me.reach>D.reach&&(D.reach=Me.reach)}}}}}}function g(){var A={value:null,prev:null,next:null},w={value:null,prev:A,next:null};A.next=w,this.head=A,this.tail=w,this.length=0}function u(A,w,T){var b=w.next,N={value:T,prev:w,next:b};return w.next=N,b.prev=N,A.length++,N}function f(A,w,T){for(var b=w.next,N=0;N<T&&b!==A.tail;N++)b=b.next;w.next=b,b.prev=w,A.length-=N}function v(A){for(var w=[],T=A.head.next;T!==A.tail;)w.push(T.value),T=T.next;return w}if(!n.document)return n.addEventListener&&(a.disableWorkerMessageHandler||n.addEventListener("message",function(A){var w=JSON.parse(A.data),T=w.language,b=w.code,N=w.immediateClose;n.postMessage(a.highlight(b,a.languages[T],T)),N&&n.close()},!1)),a;var y=a.util.currentScript();y&&(a.filename=y.src,y.hasAttribute("data-manual")&&(a.manual=!0));function P(){a.manual||a.highlightAll()}if(!a.manual){var x=document.readyState;x==="loading"||x==="interactive"&&y&&y.defer?document.addEventListener("DOMContentLoaded",P):window.requestAnimationFrame?window.requestAnimationFrame(P):window.setTimeout(P,16)}return a}(d);E.exports&&(E.exports=r),typeof o.g!="undefined"&&(o.g.Prism=r),r.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},r.languages.markup.tag.inside["attr-value"].inside.entity=r.languages.markup.entity,r.languages.markup.doctype.inside["internal-subset"].inside=r.languages.markup,r.hooks.add("wrap",function(n){n.type==="entity"&&(n.attributes.title=n.content.replace(/&/,"&"))}),Object.defineProperty(r.languages.markup.tag,"addInlined",{value:function(p,h){var i={};i["language-"+h]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:r.languages[h]},i.cdata=/^<!\[CDATA\[|\]\]>$/i;var a={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:i}};a["language-"+h]={pattern:/[\s\S]+/,inside:r.languages[h]};var c={};c[p]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return p}),"i"),lookbehind:!0,greedy:!0,inside:a},r.languages.insertBefore("markup","cdata",c)}}),Object.defineProperty(r.languages.markup.tag,"addAttribute",{value:function(n,p){r.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+n+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[p,"language-"+p],inside:r.languages[p]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),r.languages.html=r.languages.markup,r.languages.mathml=r.languages.markup,r.languages.svg=r.languages.markup,r.languages.xml=r.languages.extend("markup",{}),r.languages.ssml=r.languages.xml,r.languages.atom=r.languages.xml,r.languages.rss=r.languages.xml,function(n){var p=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;n.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+p.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+p.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+p.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+p.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:p,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},n.languages.css.atrule.inside.rest=n.languages.css;var h=n.languages.markup;h&&(h.tag.addInlined("style","css"),h.tag.addAttribute("style","css"))}(r),r.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},r.languages.javascript=r.languages.extend("clike",{"class-name":[r.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),r.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,r.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:r.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:r.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:r.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:r.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:r.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),r.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:r.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),r.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),r.languages.markup&&(r.languages.markup.tag.addInlined("script","javascript"),r.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),r.languages.js=r.languages.javascript,function(){if(typeof r=="undefined"||typeof document=="undefined")return;Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var n="Loading\u2026",p=function(y,P){return"\u2716 Error "+y+" while fetching file: "+P},h="\u2716 Error: File does not exist or is empty",i={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},a="data-src-status",c="loading",m="loaded",s="failed",g="pre[data-src]:not(["+a+'="'+m+'"]):not(['+a+'="'+c+'"])';function u(y,P,x){var A=new XMLHttpRequest;A.open("GET",y,!0),A.onreadystatechange=function(){A.readyState==4&&(A.status<400&&A.responseText?P(A.responseText):A.status>=400?x(p(A.status,A.statusText)):x(h))},A.send(null)}function f(y){var P=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(y||"");if(P){var x=Number(P[1]),A=P[2],w=P[3];return A?w?[x,Number(w)]:[x,void 0]:[x,x]}}r.hooks.add("before-highlightall",function(y){y.selector+=", "+g}),r.hooks.add("before-sanity-check",function(y){var P=y.element;if(P.matches(g)){y.code="",P.setAttribute(a,c);var x=P.appendChild(document.createElement("CODE"));x.textContent=n;var A=P.getAttribute("data-src"),w=y.language;if(w==="none"){var T=(/\.(\w+)$/.exec(A)||[,"none"])[1];w=i[T]||T}r.util.setLanguage(x,w),r.util.setLanguage(P,w);var b=r.plugins.autoloader;b&&b.loadLanguages(w),u(A,function(N){P.setAttribute(a,m);var D=f(P.getAttribute("data-range"));if(D){var I=N.split(/\r\n?|\n/g),C=D[0],O=D[1]==null?I.length:D[1];C<0&&(C+=I.length),C=Math.max(0,Math.min(C-1,I.length)),O<0&&(O+=I.length),O=Math.max(0,Math.min(O,I.length)),N=I.slice(C,O).join(`
|
|
`),P.hasAttribute("data-start")||P.setAttribute("data-start",String(C+1))}x.textContent=N,r.highlightElement(x)},function(N){P.setAttribute(a,s),x.textContent=N})}}),r.plugins.fileHighlight={highlight:function(P){for(var x=(P||document).querySelectorAll(g),A=0,w;w=x[A++];)r.highlightElement(w)}};var v=!1;r.fileHighlight=function(){v||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),v=!0),r.plugins.fileHighlight.highlight.apply(this,arguments)}}()},4944:(E,_,o)=>{const d=Symbol("SemVer ANY");class r{static get ANY(){return d}constructor(g,u){if(u=n(u),g instanceof r){if(g.loose===!!u.loose)return g;g=g.value}g=g.trim().split(/\s+/).join(" "),a("comparator",g,u),this.options=u,this.loose=!!u.loose,this.parse(g),this.semver===d?this.value="":this.value=this.operator+this.semver.version,a("comp",this)}parse(g){const u=this.options.loose?p[h.COMPARATORLOOSE]:p[h.COMPARATOR],f=g.match(u);if(!f)throw new TypeError(`Invalid comparator: ${g}`);this.operator=f[1]!==void 0?f[1]:"",this.operator==="="&&(this.operator=""),f[2]?this.semver=new c(f[2],this.options.loose):this.semver=d}toString(){return this.value}test(g){if(a("Comparator.test",g,this.options.loose),this.semver===d||g===d)return!0;if(typeof g=="string")try{g=new c(g,this.options)}catch(u){return!1}return i(g,this.operator,this.semver,this.options)}intersects(g,u){if(!(g instanceof r))throw new TypeError("a Comparator is required");return this.operator===""?this.value===""?!0:new m(g.value,u).test(this.value):g.operator===""?g.value===""?!0:new m(this.value,u).test(g.semver):(u=n(u),u.includePrerelease&&(this.value==="<0.0.0-0"||g.value==="<0.0.0-0")||!u.includePrerelease&&(this.value.startsWith("<0.0.0")||g.value.startsWith("<0.0.0"))?!1:!!(this.operator.startsWith(">")&&g.operator.startsWith(">")||this.operator.startsWith("<")&&g.operator.startsWith("<")||this.semver.version===g.semver.version&&this.operator.includes("=")&&g.operator.includes("=")||i(this.semver,"<",g.semver,u)&&this.operator.startsWith(">")&&g.operator.startsWith("<")||i(this.semver,">",g.semver,u)&&this.operator.startsWith("<")&&g.operator.startsWith(">")))}}E.exports=r;const n=o(859),{safeRe:p,t:h}=o(9589),i=o(3073),a=o(3458),c=o(8486),m=o(2621)},2621:(E,_,o)=>{class d{constructor(z,j){if(j=p(j),z instanceof d)return z.loose===!!j.loose&&z.includePrerelease===!!j.includePrerelease?z:new d(z.raw,j);if(z instanceof h)return this.raw=z.value,this.set=[[z]],this.format(),this;if(this.options=j,this.loose=!!j.loose,this.includePrerelease=!!j.includePrerelease,this.raw=z.trim().split(/\s+/).join(" "),this.set=this.raw.split("||").map(K=>this.parseRange(K)).filter(K=>K.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){const K=this.set[0];if(this.set=this.set.filter(G=>!y(G[0])),this.set.length===0)this.set=[K];else if(this.set.length>1){for(const G of this.set)if(G.length===1&&P(G[0])){this.set=[G];break}}}this.format()}format(){return this.range=this.set.map(z=>z.join(" ").trim()).join("||").trim(),this.range}toString(){return this.range}parseRange(z){const K=((this.options.includePrerelease&&f)|(this.options.loose&&v))+":"+z,G=n.get(K);if(G)return G;const Q=this.options.loose,oe=Q?c[m.HYPHENRANGELOOSE]:c[m.HYPHENRANGE];z=z.replace(oe,B(this.options.includePrerelease)),i("hyphen replace",z),z=z.replace(c[m.COMPARATORTRIM],s),i("comparator trim",z),z=z.replace(c[m.TILDETRIM],g),i("tilde trim",z),z=z.replace(c[m.CARETTRIM],u),i("caret trim",z);let fe=z.split(" ").map(Ee=>A(Ee,this.options)).join(" ").split(/\s+/).map(Ee=>F(Ee,this.options));Q&&(fe=fe.filter(Ee=>(i("loose invalid filter",Ee,this.options),!!Ee.match(c[m.COMPARATORLOOSE])))),i("range list",fe);const Z=new Map,ye=fe.map(Ee=>new h(Ee,this.options));for(const Ee of ye){if(y(Ee))return[Ee];Z.set(Ee.value,Ee)}Z.size>1&&Z.has("")&&Z.delete("");const ve=[...Z.values()];return n.set(K,ve),ve}intersects(z,j){if(!(z instanceof d))throw new TypeError("a Range is required");return this.set.some(K=>x(K,j)&&z.set.some(G=>x(G,j)&&K.every(Q=>G.every(oe=>Q.intersects(oe,j)))))}test(z){if(!z)return!1;if(typeof z=="string")try{z=new a(z,this.options)}catch(j){return!1}for(let j=0;j<this.set.length;j++)if(H(this.set[j],z,this.options))return!0;return!1}}E.exports=d;const r=o(6243),n=new r({max:1e3}),p=o(859),h=o(4944),i=o(3458),a=o(8486),{safeRe:c,t:m,comparatorTrimReplace:s,tildeTrimReplace:g,caretTrimReplace:u}=o(9589),{FLAG_INCLUDE_PRERELEASE:f,FLAG_LOOSE:v}=o(4069),y=L=>L.value==="<0.0.0-0",P=L=>L.value==="",x=(L,z)=>{let j=!0;const K=L.slice();let G=K.pop();for(;j&&K.length;)j=K.every(Q=>G.intersects(Q,z)),G=K.pop();return j},A=(L,z)=>(i("comp",L,z),L=N(L,z),i("caret",L),L=T(L,z),i("tildes",L),L=I(L,z),i("xrange",L),L=O(L,z),i("stars",L),L),w=L=>!L||L.toLowerCase()==="x"||L==="*",T=(L,z)=>L.trim().split(/\s+/).map(j=>b(j,z)).join(" "),b=(L,z)=>{const j=z.loose?c[m.TILDELOOSE]:c[m.TILDE];return L.replace(j,(K,G,Q,oe,fe)=>{i("tilde",L,K,G,Q,oe,fe);let Z;return w(G)?Z="":w(Q)?Z=`>=${G}.0.0 <${+G+1}.0.0-0`:w(oe)?Z=`>=${G}.${Q}.0 <${G}.${+Q+1}.0-0`:fe?(i("replaceTilde pr",fe),Z=`>=${G}.${Q}.${oe}-${fe} <${G}.${+Q+1}.0-0`):Z=`>=${G}.${Q}.${oe} <${G}.${+Q+1}.0-0`,i("tilde return",Z),Z})},N=(L,z)=>L.trim().split(/\s+/).map(j=>D(j,z)).join(" "),D=(L,z)=>{i("caret",L,z);const j=z.loose?c[m.CARETLOOSE]:c[m.CARET],K=z.includePrerelease?"-0":"";return L.replace(j,(G,Q,oe,fe,Z)=>{i("caret",L,G,Q,oe,fe,Z);let ye;return w(Q)?ye="":w(oe)?ye=`>=${Q}.0.0${K} <${+Q+1}.0.0-0`:w(fe)?Q==="0"?ye=`>=${Q}.${oe}.0${K} <${Q}.${+oe+1}.0-0`:ye=`>=${Q}.${oe}.0${K} <${+Q+1}.0.0-0`:Z?(i("replaceCaret pr",Z),Q==="0"?oe==="0"?ye=`>=${Q}.${oe}.${fe}-${Z} <${Q}.${oe}.${+fe+1}-0`:ye=`>=${Q}.${oe}.${fe}-${Z} <${Q}.${+oe+1}.0-0`:ye=`>=${Q}.${oe}.${fe}-${Z} <${+Q+1}.0.0-0`):(i("no pr"),Q==="0"?oe==="0"?ye=`>=${Q}.${oe}.${fe}${K} <${Q}.${oe}.${+fe+1}-0`:ye=`>=${Q}.${oe}.${fe}${K} <${Q}.${+oe+1}.0-0`:ye=`>=${Q}.${oe}.${fe} <${+Q+1}.0.0-0`),i("caret return",ye),ye})},I=(L,z)=>(i("replaceXRanges",L,z),L.split(/\s+/).map(j=>C(j,z)).join(" ")),C=(L,z)=>{L=L.trim();const j=z.loose?c[m.XRANGELOOSE]:c[m.XRANGE];return L.replace(j,(K,G,Q,oe,fe,Z)=>{i("xRange",L,K,G,Q,oe,fe,Z);const ye=w(Q),ve=ye||w(oe),Ee=ve||w(fe),Qe=Ee;return G==="="&&Qe&&(G=""),Z=z.includePrerelease?"-0":"",ye?G===">"||G==="<"?K="<0.0.0-0":K="*":G&&Qe?(ve&&(oe=0),fe=0,G===">"?(G=">=",ve?(Q=+Q+1,oe=0,fe=0):(oe=+oe+1,fe=0)):G==="<="&&(G="<",ve?Q=+Q+1:oe=+oe+1),G==="<"&&(Z="-0"),K=`${G+Q}.${oe}.${fe}${Z}`):ve?K=`>=${Q}.0.0${Z} <${+Q+1}.0.0-0`:Ee&&(K=`>=${Q}.${oe}.0${Z} <${Q}.${+oe+1}.0-0`),i("xRange return",K),K})},O=(L,z)=>(i("replaceStars",L,z),L.trim().replace(c[m.STAR],"")),F=(L,z)=>(i("replaceGTE0",L,z),L.trim().replace(c[z.includePrerelease?m.GTE0PRE:m.GTE0],"")),B=L=>(z,j,K,G,Q,oe,fe,Z,ye,ve,Ee,Qe,gt)=>(w(K)?j="":w(G)?j=`>=${K}.0.0${L?"-0":""}`:w(Q)?j=`>=${K}.${G}.0${L?"-0":""}`:oe?j=`>=${j}`:j=`>=${j}${L?"-0":""}`,w(ye)?Z="":w(ve)?Z=`<${+ye+1}.0.0-0`:w(Ee)?Z=`<${ye}.${+ve+1}.0-0`:Qe?Z=`<=${ye}.${ve}.${Ee}-${Qe}`:L?Z=`<${ye}.${ve}.${+Ee+1}-0`:Z=`<=${Z}`,`${j} ${Z}`.trim()),H=(L,z,j)=>{for(let K=0;K<L.length;K++)if(!L[K].test(z))return!1;if(z.prerelease.length&&!j.includePrerelease){for(let K=0;K<L.length;K++)if(i(L[K].semver),L[K].semver!==h.ANY&&L[K].semver.prerelease.length>0){const G=L[K].semver;if(G.major===z.major&&G.minor===z.minor&&G.patch===z.patch)return!0}return!1}return!0}},8486:(E,_,o)=>{const d=o(3458),{MAX_LENGTH:r,MAX_SAFE_INTEGER:n}=o(4069),{safeRe:p,t:h}=o(9589),i=o(859),{compareIdentifiers:a}=o(351);class c{constructor(s,g){if(g=i(g),s instanceof c){if(s.loose===!!g.loose&&s.includePrerelease===!!g.includePrerelease)return s;s=s.version}else if(typeof s!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof s}".`);if(s.length>r)throw new TypeError(`version is longer than ${r} characters`);d("SemVer",s,g),this.options=g,this.loose=!!g.loose,this.includePrerelease=!!g.includePrerelease;const u=s.trim().match(g.loose?p[h.LOOSE]:p[h.FULL]);if(!u)throw new TypeError(`Invalid Version: ${s}`);if(this.raw=s,this.major=+u[1],this.minor=+u[2],this.patch=+u[3],this.major>n||this.major<0)throw new TypeError("Invalid major version");if(this.minor>n||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>n||this.patch<0)throw new TypeError("Invalid patch version");u[4]?this.prerelease=u[4].split(".").map(f=>{if(/^[0-9]+$/.test(f)){const v=+f;if(v>=0&&v<n)return v}return f}):this.prerelease=[],this.build=u[5]?u[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(s){if(d("SemVer.compare",this.version,this.options,s),!(s instanceof c)){if(typeof s=="string"&&s===this.version)return 0;s=new c(s,this.options)}return s.version===this.version?0:this.compareMain(s)||this.comparePre(s)}compareMain(s){return s instanceof c||(s=new c(s,this.options)),a(this.major,s.major)||a(this.minor,s.minor)||a(this.patch,s.patch)}comparePre(s){if(s instanceof c||(s=new c(s,this.options)),this.prerelease.length&&!s.prerelease.length)return-1;if(!this.prerelease.length&&s.prerelease.length)return 1;if(!this.prerelease.length&&!s.prerelease.length)return 0;let g=0;do{const u=this.prerelease[g],f=s.prerelease[g];if(d("prerelease compare",g,u,f),u===void 0&&f===void 0)return 0;if(f===void 0)return 1;if(u===void 0)return-1;if(u===f)continue;return a(u,f)}while(++g)}compareBuild(s){s instanceof c||(s=new c(s,this.options));let g=0;do{const u=this.build[g],f=s.build[g];if(d("prerelease compare",g,u,f),u===void 0&&f===void 0)return 0;if(f===void 0)return 1;if(u===void 0)return-1;if(u===f)continue;return a(u,f)}while(++g)}inc(s,g,u){switch(s){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",g,u);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",g,u);break;case"prepatch":this.prerelease.length=0,this.inc("patch",g,u),this.inc("pre",g,u);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",g,u),this.inc("pre",g,u);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{const f=Number(u)?1:0;if(!g&&u===!1)throw new Error("invalid increment argument: identifier is empty");if(this.prerelease.length===0)this.prerelease=[f];else{let v=this.prerelease.length;for(;--v>=0;)typeof this.prerelease[v]=="number"&&(this.prerelease[v]++,v=-2);if(v===-1){if(g===this.prerelease.join(".")&&u===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(f)}}if(g){let v=[g,f];u===!1&&(v=[g]),a(this.prerelease[0],g)===0?isNaN(this.prerelease[1])&&(this.prerelease=v):this.prerelease=v}break}default:throw new Error(`invalid increment argument: ${s}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}E.exports=c},5293:(E,_,o)=>{const d=o(5837),r=(n,p)=>{const h=d(n.trim().replace(/^[=v]+/,""),p);return h?h.version:null};E.exports=r},3073:(E,_,o)=>{const d=o(9653),r=o(4107),n=o(5223),p=o(9763),h=o(8179),i=o(7427),a=(c,m,s,g)=>{switch(m){case"===":return typeof c=="object"&&(c=c.version),typeof s=="object"&&(s=s.version),c===s;case"!==":return typeof c=="object"&&(c=c.version),typeof s=="object"&&(s=s.version),c!==s;case"":case"=":case"==":return d(c,s,g);case"!=":return r(c,s,g);case">":return n(c,s,g);case">=":return p(c,s,g);case"<":return h(c,s,g);case"<=":return i(c,s,g);default:throw new TypeError(`Invalid operator: ${m}`)}};E.exports=a},2658:(E,_,o)=>{const d=o(8486),r=o(5837),{safeRe:n,t:p}=o(9589),h=(i,a)=>{if(i instanceof d)return i;if(typeof i=="number"&&(i=String(i)),typeof i!="string")return null;a=a||{};let c=null;if(!a.rtl)c=i.match(n[p.COERCE]);else{let m;for(;(m=n[p.COERCERTL].exec(i))&&(!c||c.index+c[0].length!==i.length);)(!c||m.index+m[0].length!==c.index+c[0].length)&&(c=m),n[p.COERCERTL].lastIndex=m.index+m[1].length+m[2].length;n[p.COERCERTL].lastIndex=-1}return c===null?null:r(`${c[2]}.${c[3]||"0"}.${c[4]||"0"}`,a)};E.exports=h},278:(E,_,o)=>{const d=o(8486),r=(n,p,h)=>{const i=new d(n,h),a=new d(p,h);return i.compare(a)||i.compareBuild(a)};E.exports=r},2700:(E,_,o)=>{const d=o(7289),r=(n,p)=>d(n,p,!0);E.exports=r},7289:(E,_,o)=>{const d=o(8486),r=(n,p,h)=>new d(n,h).compare(new d(p,h));E.exports=r},9836:(E,_,o)=>{const d=o(5837),r=(n,p)=>{const h=d(n,null,!0),i=d(p,null,!0),a=h.compare(i);if(a===0)return null;const c=a>0,m=c?h:i,s=c?i:h,g=!!m.prerelease.length;if(!!s.prerelease.length&&!g)return!s.patch&&!s.minor?"major":m.patch?"patch":m.minor?"minor":"major";const f=g?"pre":"";return h.major!==i.major?f+"major":h.minor!==i.minor?f+"minor":h.patch!==i.patch?f+"patch":"prerelease"};E.exports=r},9653:(E,_,o)=>{const d=o(7289),r=(n,p,h)=>d(n,p,h)===0;E.exports=r},5223:(E,_,o)=>{const d=o(7289),r=(n,p,h)=>d(n,p,h)>0;E.exports=r},9763:(E,_,o)=>{const d=o(7289),r=(n,p,h)=>d(n,p,h)>=0;E.exports=r},8919:(E,_,o)=>{const d=o(8486),r=(n,p,h,i,a)=>{typeof h=="string"&&(a=i,i=h,h=void 0);try{return new d(n instanceof d?n.version:n,h).inc(p,i,a).version}catch(c){return null}};E.exports=r},8179:(E,_,o)=>{const d=o(7289),r=(n,p,h)=>d(n,p,h)<0;E.exports=r},7427:(E,_,o)=>{const d=o(7289),r=(n,p,h)=>d(n,p,h)<=0;E.exports=r},4076:(E,_,o)=>{const d=o(8486),r=(n,p)=>new d(n,p).major;E.exports=r},4443:(E,_,o)=>{const d=o(8486),r=(n,p)=>new d(n,p).minor;E.exports=r},4107:(E,_,o)=>{const d=o(7289),r=(n,p,h)=>d(n,p,h)!==0;E.exports=r},5837:(E,_,o)=>{const d=o(8486),r=(n,p,h=!1)=>{if(n instanceof d)return n;try{return new d(n,p)}catch(i){if(!h)return null;throw i}};E.exports=r},810:(E,_,o)=>{const d=o(8486),r=(n,p)=>new d(n,p).patch;E.exports=r},97:(E,_,o)=>{const d=o(5837),r=(n,p)=>{const h=d(n,p);return h&&h.prerelease.length?h.prerelease:null};E.exports=r},8164:(E,_,o)=>{const d=o(7289),r=(n,p,h)=>d(p,n,h);E.exports=r},3998:(E,_,o)=>{const d=o(278),r=(n,p)=>n.sort((h,i)=>d(i,h,p));E.exports=r},374:(E,_,o)=>{const d=o(2621),r=(n,p,h)=>{try{p=new d(p,h)}catch(i){return!1}return p.test(n)};E.exports=r},8477:(E,_,o)=>{const d=o(278),r=(n,p)=>n.sort((h,i)=>d(h,i,p));E.exports=r},6343:(E,_,o)=>{const d=o(5837),r=(n,p)=>{const h=d(n,p);return h?h.version:null};E.exports=r},3194:(E,_,o)=>{const d=o(9589),r=o(4069),n=o(8486),p=o(351),h=o(5837),i=o(6343),a=o(5293),c=o(8919),m=o(9836),s=o(4076),g=o(4443),u=o(810),f=o(97),v=o(7289),y=o(8164),P=o(2700),x=o(278),A=o(8477),w=o(3998),T=o(5223),b=o(8179),N=o(9653),D=o(4107),I=o(9763),C=o(7427),O=o(3073),F=o(2658),B=o(4944),H=o(2621),L=o(374),z=o(6137),j=o(9324),K=o(2298),G=o(973),Q=o(9484),oe=o(519),fe=o(224),Z=o(8903),ye=o(983),ve=o(6746),Ee=o(6863);E.exports={parse:h,valid:i,clean:a,inc:c,diff:m,major:s,minor:g,patch:u,prerelease:f,compare:v,rcompare:y,compareLoose:P,compareBuild:x,sort:A,rsort:w,gt:T,lt:b,eq:N,neq:D,gte:I,lte:C,cmp:O,coerce:F,Comparator:B,Range:H,satisfies:L,toComparators:z,maxSatisfying:j,minSatisfying:K,minVersion:G,validRange:Q,outside:oe,gtr:fe,ltr:Z,intersects:ye,simplifyRange:ve,subset:Ee,SemVer:n,re:d.re,src:d.src,tokens:d.t,SEMVER_SPEC_VERSION:r.SEMVER_SPEC_VERSION,RELEASE_TYPES:r.RELEASE_TYPES,compareIdentifiers:p.compareIdentifiers,rcompareIdentifiers:p.rcompareIdentifiers}},4069:E=>{const _="2.0.0",d=Number.MAX_SAFE_INTEGER||9007199254740991,r=16,n=256-6,p=["major","premajor","minor","preminor","patch","prepatch","prerelease"];E.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:n,MAX_SAFE_INTEGER:d,RELEASE_TYPES:p,SEMVER_SPEC_VERSION:_,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},3458:E=>{const _=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...o)=>console.error("SEMVER",...o):()=>{};E.exports=_},351:E=>{const _=/^[0-9]+$/,o=(r,n)=>{const p=_.test(r),h=_.test(n);return p&&h&&(r=+r,n=+n),r===n?0:p&&!h?-1:h&&!p?1:r<n?-1:1},d=(r,n)=>o(n,r);E.exports={compareIdentifiers:o,rcompareIdentifiers:d}},859:E=>{const _=Object.freeze({loose:!0}),o=Object.freeze({}),d=r=>r?typeof r!="object"?_:r:o;E.exports=d},9589:(E,_,o)=>{const{MAX_SAFE_COMPONENT_LENGTH:d,MAX_SAFE_BUILD_LENGTH:r}=o(4069),n=o(3458);_=E.exports={};const p=_.re=[],h=_.safeRe=[],i=_.src=[],a=_.t={};let c=0;const m="[a-zA-Z0-9-]",s=[["\\s",1],["\\d",d],[m,r]],g=f=>{for(const[v,y]of s)f=f.split(`${v}*`).join(`${v}{0,${y}}`).split(`${v}+`).join(`${v}{1,${y}}`);return f},u=(f,v,y)=>{const P=g(v),x=c++;n(f,x,v),a[f]=x,i[x]=v,p[x]=new RegExp(v,y?"g":void 0),h[x]=new RegExp(P,y?"g":void 0)};u("NUMERICIDENTIFIER","0|[1-9]\\d*"),u("NUMERICIDENTIFIERLOOSE","\\d+"),u("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${m}*`),u("MAINVERSION",`(${i[a.NUMERICIDENTIFIER]})\\.(${i[a.NUMERICIDENTIFIER]})\\.(${i[a.NUMERICIDENTIFIER]})`),u("MAINVERSIONLOOSE",`(${i[a.NUMERICIDENTIFIERLOOSE]})\\.(${i[a.NUMERICIDENTIFIERLOOSE]})\\.(${i[a.NUMERICIDENTIFIERLOOSE]})`),u("PRERELEASEIDENTIFIER",`(?:${i[a.NUMERICIDENTIFIER]}|${i[a.NONNUMERICIDENTIFIER]})`),u("PRERELEASEIDENTIFIERLOOSE",`(?:${i[a.NUMERICIDENTIFIERLOOSE]}|${i[a.NONNUMERICIDENTIFIER]})`),u("PRERELEASE",`(?:-(${i[a.PRERELEASEIDENTIFIER]}(?:\\.${i[a.PRERELEASEIDENTIFIER]})*))`),u("PRERELEASELOOSE",`(?:-?(${i[a.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${i[a.PRERELEASEIDENTIFIERLOOSE]})*))`),u("BUILDIDENTIFIER",`${m}+`),u("BUILD",`(?:\\+(${i[a.BUILDIDENTIFIER]}(?:\\.${i[a.BUILDIDENTIFIER]})*))`),u("FULLPLAIN",`v?${i[a.MAINVERSION]}${i[a.PRERELEASE]}?${i[a.BUILD]}?`),u("FULL",`^${i[a.FULLPLAIN]}$`),u("LOOSEPLAIN",`[v=\\s]*${i[a.MAINVERSIONLOOSE]}${i[a.PRERELEASELOOSE]}?${i[a.BUILD]}?`),u("LOOSE",`^${i[a.LOOSEPLAIN]}$`),u("GTLT","((?:<|>)?=?)"),u("XRANGEIDENTIFIERLOOSE",`${i[a.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),u("XRANGEIDENTIFIER",`${i[a.NUMERICIDENTIFIER]}|x|X|\\*`),u("XRANGEPLAIN",`[v=\\s]*(${i[a.XRANGEIDENTIFIER]})(?:\\.(${i[a.XRANGEIDENTIFIER]})(?:\\.(${i[a.XRANGEIDENTIFIER]})(?:${i[a.PRERELEASE]})?${i[a.BUILD]}?)?)?`),u("XRANGEPLAINLOOSE",`[v=\\s]*(${i[a.XRANGEIDENTIFIERLOOSE]})(?:\\.(${i[a.XRANGEIDENTIFIERLOOSE]})(?:\\.(${i[a.XRANGEIDENTIFIERLOOSE]})(?:${i[a.PRERELEASELOOSE]})?${i[a.BUILD]}?)?)?`),u("XRANGE",`^${i[a.GTLT]}\\s*${i[a.XRANGEPLAIN]}$`),u("XRANGELOOSE",`^${i[a.GTLT]}\\s*${i[a.XRANGEPLAINLOOSE]}$`),u("COERCE",`(^|[^\\d])(\\d{1,${d}})(?:\\.(\\d{1,${d}}))?(?:\\.(\\d{1,${d}}))?(?:$|[^\\d])`),u("COERCERTL",i[a.COERCE],!0),u("LONETILDE","(?:~>?)"),u("TILDETRIM",`(\\s*)${i[a.LONETILDE]}\\s+`,!0),_.tildeTrimReplace="$1~",u("TILDE",`^${i[a.LONETILDE]}${i[a.XRANGEPLAIN]}$`),u("TILDELOOSE",`^${i[a.LONETILDE]}${i[a.XRANGEPLAINLOOSE]}$`),u("LONECARET","(?:\\^)"),u("CARETTRIM",`(\\s*)${i[a.LONECARET]}\\s+`,!0),_.caretTrimReplace="$1^",u("CARET",`^${i[a.LONECARET]}${i[a.XRANGEPLAIN]}$`),u("CARETLOOSE",`^${i[a.LONECARET]}${i[a.XRANGEPLAINLOOSE]}$`),u("COMPARATORLOOSE",`^${i[a.GTLT]}\\s*(${i[a.LOOSEPLAIN]})$|^$`),u("COMPARATOR",`^${i[a.GTLT]}\\s*(${i[a.FULLPLAIN]})$|^$`),u("COMPARATORTRIM",`(\\s*)${i[a.GTLT]}\\s*(${i[a.LOOSEPLAIN]}|${i[a.XRANGEPLAIN]})`,!0),_.comparatorTrimReplace="$1$2$3",u("HYPHENRANGE",`^\\s*(${i[a.XRANGEPLAIN]})\\s+-\\s+(${i[a.XRANGEPLAIN]})\\s*$`),u("HYPHENRANGELOOSE",`^\\s*(${i[a.XRANGEPLAINLOOSE]})\\s+-\\s+(${i[a.XRANGEPLAINLOOSE]})\\s*$`),u("STAR","(<|>)?=?\\s*\\*"),u("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),u("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},224:(E,_,o)=>{const d=o(519),r=(n,p,h)=>d(n,p,">",h);E.exports=r},983:(E,_,o)=>{const d=o(2621),r=(n,p,h)=>(n=new d(n,h),p=new d(p,h),n.intersects(p,h));E.exports=r},8903:(E,_,o)=>{const d=o(519),r=(n,p,h)=>d(n,p,"<",h);E.exports=r},9324:(E,_,o)=>{const d=o(8486),r=o(2621),n=(p,h,i)=>{let a=null,c=null,m=null;try{m=new r(h,i)}catch(s){return null}return p.forEach(s=>{m.test(s)&&(!a||c.compare(s)===-1)&&(a=s,c=new d(a,i))}),a};E.exports=n},2298:(E,_,o)=>{const d=o(8486),r=o(2621),n=(p,h,i)=>{let a=null,c=null,m=null;try{m=new r(h,i)}catch(s){return null}return p.forEach(s=>{m.test(s)&&(!a||c.compare(s)===1)&&(a=s,c=new d(a,i))}),a};E.exports=n},973:(E,_,o)=>{const d=o(8486),r=o(2621),n=o(5223),p=(h,i)=>{h=new r(h,i);let a=new d("0.0.0");if(h.test(a)||(a=new d("0.0.0-0"),h.test(a)))return a;a=null;for(let c=0;c<h.set.length;++c){const m=h.set[c];let s=null;m.forEach(g=>{const u=new d(g.semver.version);switch(g.operator){case">":u.prerelease.length===0?u.patch++:u.prerelease.push(0),u.raw=u.format();case"":case">=":(!s||n(u,s))&&(s=u);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${g.operator}`)}}),s&&(!a||n(a,s))&&(a=s)}return a&&h.test(a)?a:null};E.exports=p},519:(E,_,o)=>{const d=o(8486),r=o(4944),{ANY:n}=r,p=o(2621),h=o(374),i=o(5223),a=o(8179),c=o(7427),m=o(9763),s=(g,u,f,v)=>{g=new d(g,v),u=new p(u,v);let y,P,x,A,w;switch(f){case">":y=i,P=c,x=a,A=">",w=">=";break;case"<":y=a,P=m,x=i,A="<",w="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(h(g,u,v))return!1;for(let T=0;T<u.set.length;++T){const b=u.set[T];let N=null,D=null;if(b.forEach(I=>{I.semver===n&&(I=new r(">=0.0.0")),N=N||I,D=D||I,y(I.semver,N.semver,v)?N=I:x(I.semver,D.semver,v)&&(D=I)}),N.operator===A||N.operator===w||(!D.operator||D.operator===A)&&P(g,D.semver))return!1;if(D.operator===w&&x(g,D.semver))return!1}return!0};E.exports=s},6746:(E,_,o)=>{const d=o(374),r=o(7289);E.exports=(n,p,h)=>{const i=[];let a=null,c=null;const m=n.sort((f,v)=>r(f,v,h));for(const f of m)d(f,p,h)?(c=f,a||(a=f)):(c&&i.push([a,c]),c=null,a=null);a&&i.push([a,null]);const s=[];for(const[f,v]of i)f===v?s.push(f):!v&&f===m[0]?s.push("*"):v?f===m[0]?s.push(`<=${v}`):s.push(`${f} - ${v}`):s.push(`>=${f}`);const g=s.join(" || "),u=typeof p.raw=="string"?p.raw:String(p);return g.length<u.length?g:p}},6863:(E,_,o)=>{const d=o(2621),r=o(4944),{ANY:n}=r,p=o(374),h=o(7289),i=(u,f,v={})=>{if(u===f)return!0;u=new d(u,v),f=new d(f,v);let y=!1;e:for(const P of u.set){for(const x of f.set){const A=m(P,x,v);if(y=y||A!==null,A)continue e}if(y)return!1}return!0},a=[new r(">=0.0.0-0")],c=[new r(">=0.0.0")],m=(u,f,v)=>{if(u===f)return!0;if(u.length===1&&u[0].semver===n){if(f.length===1&&f[0].semver===n)return!0;v.includePrerelease?u=a:u=c}if(f.length===1&&f[0].semver===n){if(v.includePrerelease)return!0;f=c}const y=new Set;let P,x;for(const C of u)C.operator===">"||C.operator===">="?P=s(P,C,v):C.operator==="<"||C.operator==="<="?x=g(x,C,v):y.add(C.semver);if(y.size>1)return null;let A;if(P&&x){if(A=h(P.semver,x.semver,v),A>0)return null;if(A===0&&(P.operator!==">="||x.operator!=="<="))return null}for(const C of y){if(P&&!p(C,String(P),v)||x&&!p(C,String(x),v))return null;for(const O of f)if(!p(C,String(O),v))return!1;return!0}let w,T,b,N,D=x&&!v.includePrerelease&&x.semver.prerelease.length?x.semver:!1,I=P&&!v.includePrerelease&&P.semver.prerelease.length?P.semver:!1;D&&D.prerelease.length===1&&x.operator==="<"&&D.prerelease[0]===0&&(D=!1);for(const C of f){if(N=N||C.operator===">"||C.operator===">=",b=b||C.operator==="<"||C.operator==="<=",P){if(I&&C.semver.prerelease&&C.semver.prerelease.length&&C.semver.major===I.major&&C.semver.minor===I.minor&&C.semver.patch===I.patch&&(I=!1),C.operator===">"||C.operator===">="){if(w=s(P,C,v),w===C&&w!==P)return!1}else if(P.operator===">="&&!p(P.semver,String(C),v))return!1}if(x){if(D&&C.semver.prerelease&&C.semver.prerelease.length&&C.semver.major===D.major&&C.semver.minor===D.minor&&C.semver.patch===D.patch&&(D=!1),C.operator==="<"||C.operator==="<="){if(T=g(x,C,v),T===C&&T!==x)return!1}else if(x.operator==="<="&&!p(x.semver,String(C),v))return!1}if(!C.operator&&(x||P)&&A!==0)return!1}return!(P&&b&&!x&&A!==0||x&&N&&!P&&A!==0||I||D)},s=(u,f,v)=>{if(!u)return f;const y=h(u.semver,f.semver,v);return y>0?u:y<0||f.operator===">"&&u.operator===">="?f:u},g=(u,f,v)=>{if(!u)return f;const y=h(u.semver,f.semver,v);return y<0?u:y>0||f.operator==="<"&&u.operator==="<="?f:u};E.exports=i},6137:(E,_,o)=>{const d=o(2621),r=(n,p)=>new d(n,p).set.map(h=>h.map(i=>i.value).join(" ").trim().split(" "));E.exports=r},9484:(E,_,o)=>{const d=o(2621),r=(n,p)=>{try{return new d(n,p).range||"*"}catch(h){return null}};E.exports=r},9247:E=>{"use strict";E.exports=function(_){_.prototype[Symbol.iterator]=function*(){for(let o=this.head;o;o=o.next)yield o.value}}},6202:(E,_,o)=>{"use strict";E.exports=d,d.Node=h,d.create=d;function d(i){var a=this;if(a instanceof d||(a=new d),a.tail=null,a.head=null,a.length=0,i&&typeof i.forEach=="function")i.forEach(function(s){a.push(s)});else if(arguments.length>0)for(var c=0,m=arguments.length;c<m;c++)a.push(arguments[c]);return a}d.prototype.removeNode=function(i){if(i.list!==this)throw new Error("removing node which does not belong to this list");var a=i.next,c=i.prev;return a&&(a.prev=c),c&&(c.next=a),i===this.head&&(this.head=a),i===this.tail&&(this.tail=c),i.list.length--,i.next=null,i.prev=null,i.list=null,a},d.prototype.unshiftNode=function(i){if(i!==this.head){i.list&&i.list.removeNode(i);var a=this.head;i.list=this,i.next=a,a&&(a.prev=i),this.head=i,this.tail||(this.tail=i),this.length++}},d.prototype.pushNode=function(i){if(i!==this.tail){i.list&&i.list.removeNode(i);var a=this.tail;i.list=this,i.prev=a,a&&(a.next=i),this.tail=i,this.head||(this.head=i),this.length++}},d.prototype.push=function(){for(var i=0,a=arguments.length;i<a;i++)n(this,arguments[i]);return this.length},d.prototype.unshift=function(){for(var i=0,a=arguments.length;i<a;i++)p(this,arguments[i]);return this.length},d.prototype.pop=function(){if(this.tail){var i=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,i}},d.prototype.shift=function(){if(this.head){var i=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,i}},d.prototype.forEach=function(i,a){a=a||this;for(var c=this.head,m=0;c!==null;m++)i.call(a,c.value,m,this),c=c.next},d.prototype.forEachReverse=function(i,a){a=a||this;for(var c=this.tail,m=this.length-1;c!==null;m--)i.call(a,c.value,m,this),c=c.prev},d.prototype.get=function(i){for(var a=0,c=this.head;c!==null&&a<i;a++)c=c.next;if(a===i&&c!==null)return c.value},d.prototype.getReverse=function(i){for(var a=0,c=this.tail;c!==null&&a<i;a++)c=c.prev;if(a===i&&c!==null)return c.value},d.prototype.map=function(i,a){a=a||this;for(var c=new d,m=this.head;m!==null;)c.push(i.call(a,m.value,this)),m=m.next;return c},d.prototype.mapReverse=function(i,a){a=a||this;for(var c=new d,m=this.tail;m!==null;)c.push(i.call(a,m.value,this)),m=m.prev;return c},d.prototype.reduce=function(i,a){var c,m=this.head;if(arguments.length>1)c=a;else if(this.head)m=this.head.next,c=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var s=0;m!==null;s++)c=i(c,m.value,s),m=m.next;return c},d.prototype.reduceReverse=function(i,a){var c,m=this.tail;if(arguments.length>1)c=a;else if(this.tail)m=this.tail.prev,c=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(var s=this.length-1;m!==null;s--)c=i(c,m.value,s),m=m.prev;return c},d.prototype.toArray=function(){for(var i=new Array(this.length),a=0,c=this.head;c!==null;a++)i[a]=c.value,c=c.next;return i},d.prototype.toArrayReverse=function(){for(var i=new Array(this.length),a=0,c=this.tail;c!==null;a++)i[a]=c.value,c=c.prev;return i},d.prototype.slice=function(i,a){a=a||this.length,a<0&&(a+=this.length),i=i||0,i<0&&(i+=this.length);var c=new d;if(a<i||a<0)return c;i<0&&(i=0),a>this.length&&(a=this.length);for(var m=0,s=this.head;s!==null&&m<i;m++)s=s.next;for(;s!==null&&m<a;m++,s=s.next)c.push(s.value);return c},d.prototype.sliceReverse=function(i,a){a=a||this.length,a<0&&(a+=this.length),i=i||0,i<0&&(i+=this.length);var c=new d;if(a<i||a<0)return c;i<0&&(i=0),a>this.length&&(a=this.length);for(var m=this.length,s=this.tail;s!==null&&m>a;m--)s=s.prev;for(;s!==null&&m>i;m--,s=s.prev)c.push(s.value);return c},d.prototype.splice=function(i,a,...c){i>this.length&&(i=this.length-1),i<0&&(i=this.length+i);for(var m=0,s=this.head;s!==null&&m<i;m++)s=s.next;for(var g=[],m=0;s&&m<a;m++)g.push(s.value),s=this.removeNode(s);s===null&&(s=this.tail),s!==this.head&&s!==this.tail&&(s=s.prev);for(var m=0;m<c.length;m++)s=r(this,s,c[m]);return g},d.prototype.reverse=function(){for(var i=this.head,a=this.tail,c=i;c!==null;c=c.prev){var m=c.prev;c.prev=c.next,c.next=m}return this.head=a,this.tail=i,this};function r(i,a,c){var m=a===i.head?new h(c,null,a,i):new h(c,a,a.next,i);return m.next===null&&(i.tail=m),m.prev===null&&(i.head=m),i.length++,m}function n(i,a){i.tail=new h(a,i.tail,null,i),i.head||(i.head=i.tail),i.length++}function p(i,a){i.head=new h(a,null,i.head,i),i.tail||(i.tail=i.head),i.length++}function h(i,a,c,m){if(!(this instanceof h))return new h(i,a,c,m);this.list=m,this.value=i,a?(a.next=this,this.prev=a):this.prev=null,c?(c.prev=this,this.next=c):this.next=null}try{o(9247)(d)}catch(i){}}},Sa={};function tt(E){var _=Sa[E];if(_!==void 0)return _.exports;var o=Sa[E]={id:E,loaded:!1,exports:{}};return Zo[E].call(o.exports,o,o.exports,tt),o.loaded=!0,o.exports}tt.n=E=>{var _=E&&E.__esModule?()=>E.default:()=>E;return tt.d(_,{a:_}),_},tt.d=(E,_)=>{for(var o in _)tt.o(_,o)&&!tt.o(E,o)&&Object.defineProperty(E,o,{enumerable:!0,get:_[o]})},tt.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch(E){if(typeof window=="object")return window}}(),tt.o=(E,_)=>Object.prototype.hasOwnProperty.call(E,_),tt.nmd=E=>(E.paths=[],E.children||(E.children=[]),E);var s0={};(()=>{var nt;"use strict";var E=tt(7600),_=tt.n(E),o=tt(2922),d=tt(3194),r=tt.n(d),n=tt(18),p=tt.n(n),h=tt(1607),i=tt(5712),a=tt(6813),c=tt(4474),m=tt(2137),s=tt(5473),g=tt.n(s),u=tt(9326),f=tt(425),v=tt(2217),y=tt(5308),P=tt(9296),x=tt(4661),A=tt(9270),w=tt(7041);class T{hydrate(ce,be){const we=new URL(ce,typeof window=="undefined"?"https://dummy.base":window.location.origin),X={};we.pathname.split("/").forEach((ge,de)=>{if(ge.charAt(0)===":"){const me=ge.slice(1);typeof be[me]!="undefined"&&(we.pathname=we.pathname.replace(ge,encodeURIComponent(be[me])),X[me]=be[me])}});for(const ge in be)(typeof X[ge]=="undefined"||we.searchParams.has(ge))&&we.searchParams.set(ge,be[ge]);return we.toString()}}function b(){_()(".sample-request-send").off("click"),_()(".sample-request-send").on("click",function(De){De.preventDefault();const ce=_()(this).parents("article"),be=ce.data("group"),we=ce.data("name"),X=ce.data("version");C(be,we,X,_()(this).data("type"))}),_()(".sample-request-clear").off("click"),_()(".sample-request-clear").on("click",function(De){De.preventDefault();const ce=_()(this).parents("article"),be=ce.data("group"),we=ce.data("name"),X=ce.data("version");O(be,we,X)})}function N(De){return De.replace(/{(.+?)}/g,":$1")}function D(De,ce){const be=De.find(".sample-request-url").val(),we=new T,X=N(be);return we.hydrate(X,ce)}function I(De){const ce={};["header","query","body"].forEach(we=>{const X={};try{De.find(_()(`[data-family="${we}"]:visible`)).each((ge,de)=>{const me=de.dataset.name;let Oe=de.value;if(de.type==="checkbox")if(de.checked)Oe="on";else return!0;if(!Oe&&!de.dataset.optional&&de.type!=="checkbox")return _()(de).addClass("border-danger"),!0;X[me]=Oe})}catch(ge){return}ce[we]=X});const be=De.find(_()('[data-family="body-json"]'));return be.is(":visible")?(ce.body=be.val(),ce.header["Content-Type"]="application/json"):ce.header["Content-Type"]="multipart/form-data",ce}function C(De,ce,be,we){const X=_()(`article[data-group="${De}"][data-name="${ce}"][data-version="${be}"]`),ge=I(X),de={};if(de.url=D(X,ge.query),de.headers=ge.header,de.headers["Content-Type"]==="application/json")de.data=ge.body;else if(de.headers["Content-Type"]==="multipart/form-data"){const ze=new FormData;for(const[je,We]of Object.entries(ge.body))ze.append(je,We);de.data=ze,de.processData=!1,delete de.headers["Content-Type"],de.contentType=!1}de.type=we,de.success=me,de.error=Oe,_().ajax(de),X.find(".sample-request-response").fadeTo(200,1),X.find(".sample-request-response-json").html("Loading...");function me(ze,je,We){let Je;try{Je=JSON.parse(We.responseText),Je=JSON.stringify(Je,null,4)}catch(st){Je=We.responseText}X.find(".sample-request-response-json").text(Je),g().highlightAll()}function Oe(ze,je,We){let Je="Error "+ze.status+": "+We,st;try{st=JSON.parse(ze.responseText),st=JSON.stringify(st,null,4)}catch(ft){st=ze.responseText}st&&(Je+=`
|
|
`+st),X.find(".sample-request-response").is(":visible")&&X.find(".sample-request-response").fadeTo(1,.1),X.find(".sample-request-response").fadeTo(250,1),X.find(".sample-request-response-json").text(Je),g().highlightAll()}}function O(De,ce,be){const we=_()('article[data-group="'+De+'"][data-name="'+ce+'"][data-version="'+be+'"]');we.find(".sample-request-response-json").html(""),we.find(".sample-request-response").hide(),we.find(".sample-request-input").each((ge,de)=>{de.value=de.placeholder!==de.dataset.name?de.placeholder:""});const X=we.find(".sample-request-url");X.val(X.prop("defaultValue"))}const F={"Allowed values:":"Valors permesos:","Compare all with predecessor":"Comparar tot amb versi\xF3 anterior","compare changes to:":"comparar canvis amb:","compared to":"comparat amb","Default value:":"Valor per defecte:",Description:"Descripci\xF3",Field:"Camp",General:"General","Generated with":"Generat amb",Name:"Nom","No response values.":"Sense valors en la resposta.",optional:"opcional",Parameter:"Par\xE0metre","Permission:":"Permisos:",Response:"Resposta",Send:"Enviar","Send a Sample Request":"Enviar una petici\xF3 d'exemple","show up to version:":"mostrar versi\xF3:","Size range:":"Tamany de rang:","Toggle navigation":"Canvia la navegaci\xF3",Type:"Tipus",url:"url",Copy:"Copiar","Press Ctrl+C to copy":"Premeu Ctrl+C per copiar","copied!":"Copiat!"},B={"Allowed values:":"Povolen\xE9 hodnoty:","Compare all with predecessor":"Porovnat v\u0161e s p\u0159edchoz\xEDmi verzemi","compare changes to:":"porovnat zm\u011Bny s:","compared to":"porovnat s","Default value:":"V\xFDchoz\xED hodnota:",Description:"Popis",Field:"Pole",General:"Obecn\xE9","Generated with":"Vygenerov\xE1no pomoc\xED",Name:"N\xE1zev","No response values.":"Nebyly vr\xE1ceny \u017E\xE1dn\xE9 hodnoty.",optional:"voliteln\xE9",Parameter:"Parametr","Permission:":"Opr\xE1vn\u011Bn\xED:",Response:"Odpov\u011B\u010F",Send:"Odeslat","Send a Sample Request":"Odeslat uk\xE1zkov\xFD po\u017Eadavek","show up to version:":"zobrazit po verzi:","Size range:":"Rozsah velikosti:","Toggle navigation":"P\u0159epnout navigaci",Type:"Typ",url:"url",Copy:"Kop\xEDrovat","Press Ctrl+C to copy":"Stisknut\xEDm kombinace kl\xE1ves Ctrl+C zkop\xEDrujte","copied!":"Zkop\xEDrovan\xFD!"},H={"Allowed values:":"Erlaubte Werte:","Compare all with predecessor":"Vergleiche alle mit ihren Vorg\xE4ngern","compare changes to:":"vergleiche \xC4nderungen mit:","compared to":"verglichen mit","Default value:":"Standardwert:",Description:"Beschreibung",Field:"Feld",General:"Allgemein","Generated with":"Erstellt mit",Name:"Name","No response values.":"Keine R\xFCckgabewerte.",optional:"optional",Parameter:"Parameter","Permission:":"Berechtigung:",Response:"Antwort",Send:"Senden","Send a Sample Request":"Eine Beispielanfrage senden","show up to version:":"zeige bis zur Version:","Size range:":"Gr\xF6\xDFenbereich:","Toggle navigation":"Navigation ein-/ausblenden",Type:"Typ",url:"url",Copy:"Kopieren","Press Ctrl+C to copy":"Dr\xFCcken Sie Ctrl+C zum kopieren","Copied!":"Kopiert!"},L={"Allowed values:":"Valores permitidos:","Compare all with predecessor":"Comparar todo con versi\xF3n anterior","compare changes to:":"comparar cambios con:","compared to":"comparado con","Default value:":"Valor por defecto:",Description:"Descripci\xF3n",Field:"Campo",General:"General","Generated with":"Generado con",Name:"Nombre","No response values.":"Sin valores en la respuesta.",optional:"opcional",Parameter:"Par\xE1metro","Permission:":"Permisos:",Response:"Respuesta",Send:"Enviar","Send a Sample Request":"Enviar una petici\xF3n de ejemplo","show up to version:":"mostrar a versi\xF3n:","Size range:":"Tama\xF1o de rango:","Toggle navigation":"Alternar navegaci\xF3n",Type:"Tipo",url:"url",Copy:"Copiar","Press Ctrl+C to copy":"Presione Ctrl+C para copiar","copied!":"\xA1Copiado!"},z={"Allowed values:":"Valeurs autoris\xE9es :",Body:"Corps","Compare all with predecessor":"Tout comparer avec ...","compare changes to:":"comparer les changements \xE0 :","compared to":"comparer \xE0","Default value:":"Valeur par d\xE9faut :",Description:"Description",Field:"Champ",General:"G\xE9n\xE9ral","Generated with":"G\xE9n\xE9r\xE9 avec",Header:"En-t\xEAte",Headers:"En-t\xEAtes",Name:"Nom","No response values.":"Aucune valeur de r\xE9ponse.","No value":"Aucune valeur",optional:"optionnel",Parameter:"Param\xE8tre",Parameters:"Param\xE8tres","Permission:":"Permission :","Query Parameter(s)":"Param\xE8tre(s) de la requ\xEAte","Query Parameters":"Param\xE8tres de la requ\xEAte","Request Body":"Corps de la requ\xEAte",required:"requis",Response:"R\xE9ponse",Send:"Envoyer","Send a Sample Request":"Envoyer une requ\xEAte repr\xE9sentative","show up to version:":"Montrer \xE0 partir de la version :","Size range:":"Ordre de grandeur :","Toggle navigation":"Basculer la navigation",Type:"Type",url:"url",Copy:"Copier","Press Ctrl+C to copy":"Appuyez sur Ctrl+C pour copier","copied!":"Copi\xE9!"},j={"Allowed values:":"Valori permessi:","Compare all with predecessor":"Confronta tutto con versioni precedenti","compare changes to:":"confronta modifiche con:","compared to":"confrontato con","Default value:":"Valore predefinito:",Description:"Descrizione",Field:"Campo",General:"Generale","Generated with":"Creato con",Name:"Nome","No response values.":"Nessun valore di risposta.",optional:"opzionale",Parameter:"Parametro","Permission:":"Permessi:",Response:"Risposta",Send:"Invia","Send a Sample Request":"Invia una richiesta di esempio","show up to version:":"mostra alla versione:","Size range:":"Intervallo dimensione:","Toggle navigation":"Attiva/disattiva la navigazione",Type:"Tipo",url:"url",Copy:"Copiare","Press Ctrl+C to copy":"Premere CTRL+C per copiare","copied!":"Copiato!"},K={"Allowed values:":"Toegestane waarden:","Compare all with predecessor":"Vergelijk alle met voorgaande versie","compare changes to:":"vergelijk veranderingen met:","compared to":"vergelijk met","Default value:":"Standaard waarde:",Description:"Omschrijving",Field:"Veld",General:"Algemeen","Generated with":"Gegenereerd met",Name:"Naam","No response values.":"Geen response waardes.",optional:"optioneel",Parameter:"Parameter","Permission:":"Permissie:",Response:"Antwoorden",Send:"Sturen","Send a Sample Request":"Stuur een sample aanvragen","show up to version:":"toon tot en met versie:","Size range:":"Maatbereik:","Toggle navigation":"Navigatie in-/uitschakelen",Type:"Type",url:"url",Copy:"Kopi\xEBren","Press Ctrl+C to copy":"Druk op Ctrl+C om te kopi\xEBren","copied!":"Gekopieerd!"},G={"Allowed values:":"Dozwolone warto\u015Bci:","Compare all with predecessor":"Por\xF3wnaj z poprzednimi wersjami","compare changes to:":"por\xF3wnaj zmiany do:","compared to":"por\xF3wnaj do:","Default value:":"Warto\u015B\u0107 domy\u015Blna:",Description:"Opis",Field:"Pole",General:"Generalnie","Generated with":"Wygenerowano z",Name:"Nazwa","No response values.":"Brak odpowiedzi.",optional:"opcjonalny",Parameter:"Parametr","Permission:":"Uprawnienia:",Response:"Odpowied\u017A",Send:"Wy\u015Blij","Send a Sample Request":"Wy\u015Blij przyk\u0142adowe \u017C\u0105danie","show up to version:":"poka\u017C do wersji:","Size range:":"Zakres rozmiaru:","Toggle navigation":"Prze\u0142\u0105cz nawigacj\u0119",Type:"Typ",url:"url",Copy:"Kopiowa\u0107","Press Ctrl+C to copy":"Naci\u015Bnij Ctrl+C, aby skopiowa\u0107","copied!":"Kopiowane!"},Q={"Allowed values:":"Valores permitidos:","Compare all with predecessor":"Compare todos com antecessores","compare changes to:":"comparar altera\xE7\xF5es com:","compared to":"comparado com","Default value:":"Valor padr\xE3o:",Description:"Descri\xE7\xE3o",Field:"Campo",General:"Geral","Generated with":"Gerado com",Name:"Nome","No response values.":"Sem valores de resposta.",optional:"opcional",Parameter:"Par\xE2metro","Permission:":"Permiss\xE3o:",Response:"Resposta",Send:"Enviar","Send a Sample Request":"Enviar um Exemplo de Pedido","show up to version:":"aparecer para a vers\xE3o:","Size range:":"Faixa de tamanho:","Toggle navigation":"Alternar navega\xE7\xE3o",Type:"Tipo",url:"url",Copy:"Copiar","Press Ctrl+C to copy":"Pressione Ctrl+C para copiar","copied!":"Copiado!"},oe={"Allowed values:":"Valori permise:","Compare all with predecessor":"Compar\u0103 toate cu versiunea precedent\u0103","compare changes to:":"compar\u0103 cu versiunea:","compared to":"comparat cu","Default value:":"Valoare implicit\u0103:",Description:"Descriere",Field:"C\xE2mp",General:"General","Generated with":"Generat cu",Name:"Nume","No response values.":"Nici o valoare returnat\u0103.",optional:"op\u021Bional",Parameter:"Parametru","Permission:":"Permisiune:",Response:"R\u0103spuns",Send:"Trimite","Send a Sample Request":"Trimite o cerere de prob\u0103","show up to version:":"arat\u0103 p\xE2n\u0103 la versiunea:","Size range:":"Interval permis:","Toggle navigation":"Comutarea navig\u0103rii",Type:"Tip",url:"url",Copy:"Copie","Press Ctrl+C to copy":"Ap\u0103sa\u021Bi Ctrl+C pentru a copia","copied!":"Copiat!"},fe={"Allowed values:":"\u0414\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u044B\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F:","Compare all with predecessor":"\u0421\u0440\u0430\u0432\u043D\u0438\u0442\u044C \u0441 \u043F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0435\u0439 \u0432\u0435\u0440\u0441\u0438\u0435\u0439","compare changes to:":"\u0441\u0440\u0430\u0432\u043D\u0438\u0442\u044C \u0441:","compared to":"\u0432 \u0441\u0440\u0430\u0432\u043D\u0435\u043D\u0438\u0438 \u0441","Default value:":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E:",Description:"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435",Field:"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435",General:"\u041E\u0431\u0449\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F","Generated with":"\u0421\u0433\u0435\u043D\u0435\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u043E \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E",Name:"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435","No response values.":"\u041D\u0435\u0442 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0439 \u0434\u043B\u044F \u043E\u0442\u0432\u0435\u0442\u0430.",optional:"\u043D\u0435\u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0439",Parameter:"\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440","Permission:":"\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u043E:",Response:"\u041E\u0442\u0432\u0435\u0442",Send:"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C","Send a Sample Request":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u0442\u0435\u0441\u0442\u043E\u0432\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441","show up to version:":"\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432\u0435\u0440\u0441\u0438\u044E:","Size range:":"\u041E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u044F:","Toggle navigation":"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438",Type:"\u0422\u0438\u043F",url:"URL",Copy:"\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C","Press Ctrl+C to copy":"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 Ctrl+C, \u0447\u0442\u043E\u0431\u044B \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C","copied!":"\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u043E!"},Z={"Allowed values:":"\u0130zin verilen de\u011Ferler:","Compare all with predecessor":"T\xFCm\xFCn\xFC \xF6ncekiler ile kar\u015F\u0131la\u015Ft\u0131r","compare changes to:":"de\u011Fi\u015Fiklikleri kar\u015F\u0131la\u015Ft\u0131r:","compared to":"kar\u015F\u0131la\u015Ft\u0131r","Default value:":"Varsay\u0131lan de\u011Fer:",Description:"A\xE7\u0131klama",Field:"Alan",General:"Genel","Generated with":"Olu\u015Fturan",Name:"\u0130sim","No response values.":"D\xF6n\xFC\u015F verisi yok.",optional:"opsiyonel",Parameter:"Parametre","Permission:":"\u0130zin:",Response:"D\xF6n\xFC\u015F",Send:"G\xF6nder","Send a Sample Request":"\xD6rnek istek g\xF6nder","show up to version:":"bu versiyona kadar g\xF6ster:","Size range:":"Boyut aral\u0131\u011F\u0131:","Toggle navigation":"Navigasyonu de\u011Fi\u015Ftir",Type:"Tip",url:"url",Copy:"Kopya etmek","Press Ctrl+C to copy":"Kopyalamak i\xE7in Ctrl+C tu\u015Flar\u0131na bas\u0131n","copied!":"Kopya -lanan!"},ye={"Allowed values:":"Gi\xE1 tr\u1ECB ch\u1EA5p nh\u1EADn:","Compare all with predecessor":"So s\xE1nh v\u1EDBi t\u1EA5t c\u1EA3 phi\xEAn b\u1EA3n tr\u01B0\u1EDBc","compare changes to:":"so s\xE1nh s\u1EF1 thay \u0111\u1ED5i v\u1EDBi:","compared to":"so s\xE1nh v\u1EDBi","Default value:":"Gi\xE1 tr\u1ECB m\u1EB7c \u0111\u1ECBnh:",Description:"Ch\xFA th\xEDch",Field:"Tr\u01B0\u1EDDng d\u1EEF li\u1EC7u",General:"T\u1ED5ng quan","Generated with":"\u0110\u01B0\u1EE3c t\u1EA1o b\u1EDFi",Name:"T\xEAn","No response values.":"Kh\xF4ng c\xF3 k\u1EBFt qu\u1EA3 tr\u1EA3 v\u1EC1.",optional:"T\xF9y ch\u1ECDn",Parameter:"Tham s\u1ED1","Permission:":"Quy\u1EC1n h\u1EA1n:",Response:"K\u1EBFt qu\u1EA3",Send:"G\u1EEDi","Send a Sample Request":"G\u1EEDi m\u1ED9t y\xEAu c\u1EA7u m\u1EABu","show up to version:":"hi\u1EC3n th\u1ECB phi\xEAn b\u1EA3n:","Size range:":"K\xEDch c\u1EE1:","Toggle navigation":"Chuy\u1EC3n \u0111\u1ED5i \u0111i\u1EC1u h\u01B0\u1EDBng",Type:"Ki\u1EC3u",url:"li\xEAn k\u1EBFt",Copy:"B\u1EA3n sao","Press Ctrl+C to copy":"Nh\u1EA5n Ctrl+C \u0111\u1EC3 sao ch\xE9p","copied!":"Sao ch\xE9p!"},ve={"Allowed values:":"\u5141\u8BB8\u503C:",Body:"\u8BF7\u6C42\u4F53","Compare all with predecessor":"\u4E0E\u6240\u6709\u4E4B\u524D\u7684\u7248\u672C\u6BD4\u8F83","compare changes to:":"\u5C06\u5F53\u524D\u7248\u672C\u4E0E\u6307\u5B9A\u7248\u672C\u6BD4\u8F83:","compared to":"\u76F8\u6BD4\u4E8E","Default value:":"\u9ED8\u8BA4\u503C:",DEPRECATED:"\u5F03\u7528",Description:"\u63CF\u8FF0","Error 4xx":"\u8BF7\u6C42\u5931\u8D25\uFF084xx\uFF09",Field:"\u5B57\u6BB5","Filter...":"\u7B5B\u9009\u2026",General:"\u6982\u8981","Generated with":"\u6784\u5EFA\u4E8E",Header:"\u8BF7\u6C42\u5934",Headers:"\u8BF7\u6C42\u5934",Name:"\u540D\u79F0","No response values.":"\u65E0\u8FD4\u56DE\u503C.","No value":"\u7A7A\u503C",optional:"\u53EF\u9009",Parameter:"\u53C2\u6570",Parameters:"\u53C2\u6570","Permission:":"\u6743\u9650:","Query Parameter(s)":"\u67E5\u8BE2\u53C2\u6570","Query Parameters":"\u67E5\u8BE2\u53C2\u6570","Request Body":"\u8BF7\u6C42\u6570\u636E",required:"\u5FC5\u9700",Reset:"\u91CD\u7F6E",Response:"\u8FD4\u56DE",Send:"\u53D1\u9001","Send a Sample Request":"\u53D1\u9001\u793A\u4F8B\u8BF7\u6C42","show up to version:":"\u663E\u793A\u6307\u5B9A\u7248\u672C:","Size range:":"\u53D6\u503C\u8303\u56F4:","Success 200":"\u8BF7\u6C42\u6210\u529F\uFF08200\uFF09","Toggle navigation":"\u5207\u63DB\u5C0E\u822A",Type:"\u7C7B\u578B",url:"\u5730\u5740",Copy:"\u590D\u5236\u6587\u672C","Press Ctrl+C to copy":"\u6309Ctrl+C\u590D\u5236","copied!":"\u6587\u672C\u5DF2\u590D\u5236!"},Ee={ca:F,cn:ve,cs:B,de:H,es:L,en:{},fr:z,it:j,nl:K,pl:G,pt:Q,pt_br:Q,ro:oe,ru:fe,tr:Z,vi:ye,zh:ve,zh_cn:ve},Qe=((nt=window.navigator.language)!=null?nt:"en-GB").toLowerCase().substr(0,2);let gt=Ee[Qe]?Ee[Qe]:Ee.en;function Et(De){const ce=gt[De];return ce===void 0?De:ce}function wt(De){if(!Object.prototype.hasOwnProperty.call(Ee,De))throw new Error(`Invalid value for language setting! Available values are ${Object.keys(Ee).join(",")}`);gt=Ee[De]}const Lt=De=>{let ce={};const be=(ge,de)=>de.split(".").reduce((me,Oe)=>{if(me){if(me[Oe])return me[Oe];if(Array.isArray(me)&&me[0]&&me[0][Oe])return me[0][Oe]}return null},ge),we=(ge,de,me)=>{ge?Array.isArray(ge)?ge.length?ge[0][de]=me:ge.push({[de]:me}):ge[de]=me:ce[de]=me};De.forEach(ge=>{const{parentNode:de,field:me,type:Oe}=ge[0],ze=de?be(ce,de.path):void 0,je=ze?me.substring(de.path.length+1):me,We=Oe.indexOf("[]")!==-1;Oe.indexOf("Object")!==-1?we(ze,je,We?[]:{}):we(ze,je,We?[]:ge[1])});const X=Object.keys(ce);return X.length===1&&De[0][0].optional&&(ce=ce[X[0]]),Ne(ce)};function Ne(De){return JSON.stringify(De,null,4)}function At(De){const ce=[];return De.forEach(be=>{let we;switch(be.type.toLowerCase()){case"string":we=be.defaultValue||"";break;case"boolean":we=Boolean(be.defaultValue)||!1;break;case"number":we=parseInt(be.defaultValue||0,10);break;case"date":we=be.defaultValue||new Date().toLocaleDateString(window.navigator.language);break}ce.push([be,we])}),Lt(ce)}var Me=tt(1340);class Ve extends Me{constructor(ce){super(),this.testMode=ce}diffMain(ce,be,we,X){return super.diff_main(this._stripHtml(ce),this._stripHtml(be),we,X)}diffLineMode(ce,be){const we=this.diff_linesToChars_(ce,be),X=we.chars1,ge=we.chars2,de=we.lineArray,me=super.diff_main(X,ge,!1);return this.diff_charsToLines_(me,de),me}diffPrettyHtml(ce){const be=[],we=/&/g,X=/</g,ge=/>/g,de=/\n/g;for(let me=0;me<ce.length;me++){const Oe=ce[me][0],je=ce[me][1].replace(we,"&").replace(X,"<").replace(ge,">").replace(de,"¶<br>");switch(Oe){case Me.DIFF_INSERT:be[me]="<ins>"+je+"</ins>";break;case Me.DIFF_DELETE:be[me]="<del>"+je+"</del>";break;case Me.DIFF_EQUAL:be[me]="<span>"+je+"</span>";break}}return be.join("")}diffPrettyCode(ce){const be=[],we=/\n/g;for(let X=0;X<ce.length;X++){const ge=ce[X][0],de=ce[X][1],me=de.match(we)?"":`
|
|
`;switch(ge){case Me.DIFF_INSERT:be[X]=de.replace(/^(.)/gm,"+ $1")+me;break;case Me.DIFF_DELETE:be[X]=de.replace(/^(.)/gm,"- $1")+me;break;case Me.DIFF_EQUAL:be[X]=de.replace(/^(.)/gm," $1");break}}return be.join("")}diffCleanupSemantic(ce){return this.diff_cleanupSemantic(ce)}_stripHtml(ce){if(this.testMode)return ce;const be=document.createElement("div");return be.innerHTML=ce,be.textContent||be.innerText||""}}function Zt(){p().registerHelper("markdown",function(X){return X&&(X=X.replace(/((\[(.*?)\])?\(#)((.+?):(.+?))(\))/mg,function(ge,de,me,Oe,ze,je,We){const Je=Oe||je+"/"+We;return'<a href="#api-'+je+"-"+We+'">'+Je+"</a>"}),X)}),p().registerHelper("setInputType",function(X){switch(X){case"File":case"Email":case"Color":case"Number":case"Date":return X[0].toLowerCase()+X.substring(1);case"Boolean":return"checkbox";default:return"text"}});let De;p().registerHelper("startTimer",function(X){return De=new Date,""}),p().registerHelper("stopTimer",function(X){return console.log(new Date-De),""}),p().registerHelper("__",function(X){return Et(X)}),p().registerHelper("cl",function(X){return console.log(X),""}),p().registerHelper("underscoreToSpace",function(X){return X.replace(/(_+)/g," ")}),p().registerHelper("removeDblQuotes",function(X){return X.replace(/"/g,"")}),p().registerHelper("assign",function(X){if(arguments.length>0){const ge=typeof arguments[1];let de=null;(ge==="string"||ge==="number"||ge==="boolean")&&(de=arguments[1]),p().registerHelper(X,function(){return de})}return""}),p().registerHelper("nl2br",function(X){return be(X)}),p().registerHelper("ifNotObject",function(X,ge){return X&&X.indexOf("Object")!==0?ge.fn(this):ge.inverse(this)}),p().registerHelper("ifCond",function(X,ge,de,me){switch(ge){case"==":return X==de?me.fn(this):me.inverse(this);case"===":return X===de?me.fn(this):me.inverse(this);case"!=":return X!=de?me.fn(this):me.inverse(this);case"!==":return X!==de?me.fn(this):me.inverse(this);case"<":return X<de?me.fn(this):me.inverse(this);case"<=":return X<=de?me.fn(this):me.inverse(this);case">":return X>de?me.fn(this):me.inverse(this);case">=":return X>=de?me.fn(this):me.inverse(this);case"&&":return X&&de?me.fn(this):me.inverse(this);case"||":return X||de?me.fn(this):me.inverse(this);default:return me.inverse(this)}});const ce={};p().registerHelper("subTemplate",function(X,ge){ce[X]||(ce[X]=p().compile(document.getElementById("template-"+X).innerHTML));const de=ce[X],me=_().extend({},this,ge.hash);return new(p()).SafeString(de(me))}),p().registerHelper("toLowerCase",function(X){return X&&typeof X=="string"?X.toLowerCase():""}),p().registerHelper("dot2bracket",function(X){const{parentNode:ge,field:de,isArray:me}=X;let Oe="";if(ge){let ze=X;do{const je=ze.parentNode;je.isArray&&(Oe=`[]${Oe}`),je.parentNode?Oe=`[${je.field.substring(je.parentNode.path.length+1)}]${Oe}`:Oe=je.field+Oe,ze=ze.parentNode}while(ze.parentNode);Oe+=`[${de.substring(ge.path.length+1)}]`}else Oe=de,me&&(Oe+="[]");return Oe}),p().registerHelper("nestObject",function(X){const{parentNode:ge,field:de}=X;return ge?" ".repeat(ge.path.split(".").length)+de.substring(ge.path.length+1):de});function be(X){return(""+X).replace(/(?:^|<\/pre>)[^]*?(?:<pre>|$)/g,ge=>ge.replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g,"$1<br>$2"))}p().registerHelper("each_compare_list_field",function(X,ge,de){const me=de.hash.field,Oe=[];X&&X.forEach(function(je){const We=je;We.key=je[me],Oe.push(We)});const ze=[];return ge&&ge.forEach(function(je){const We=je;We.key=je[me],ze.push(We)}),we("key",Oe,ze,de)}),p().registerHelper("each_compare_keys",function(X,ge,de){const me=[];X&&Object.keys(X).forEach(function(je){const We={};We.value=X[je],We.key=je,me.push(We)});const Oe=[];return ge&&Object.keys(ge).forEach(function(je){const We={};We.value=ge[je],We.key=je,Oe.push(We)}),we("key",me,Oe,de)}),p().registerHelper("body2json",function(X,ge){return At(X)}),p().registerHelper("each_compare_field",function(X,ge,de){return we("field",X,ge,de)}),p().registerHelper("each_compare_title",function(X,ge,de){return we("title",X,ge,de)}),p().registerHelper("reformat",function(X,ge){if(ge==="json")try{return JSON.stringify(JSON.parse(X.trim()),null," ")}catch(de){}return X}),p().registerHelper("showDiff",function(X,ge,de){let me="";if(X===ge)me=X;else{if(!X)return ge;if(!ge)return X;const Oe=new Ve;if(de==="code"){const ze=Oe.diffLineMode(ge,X);me=Oe.diffPrettyCode(ze)}else{const ze=Oe.diffMain(ge,X);Oe.diffCleanupSemantic(ze),me=Oe.diffPrettyHtml(ze),me=me.replace(/¶/gm,""),de==="nl2br"&&(me=be(me))}}return me});function we(X,ge,de,me){const Oe=[];let ze=0;ge&&ge.forEach(function(Je){let st=!1;if(de&&de.forEach(function(ft){if(Je[X]===ft[X]){const zt={typeSame:!0,source:Je,compare:ft,index:ze};Oe.push(zt),st=!0,ze++}}),!st){const ft={typeIns:!0,source:Je,index:ze};Oe.push(ft),ze++}}),de&&de.forEach(function(Je){let st=!1;if(ge&&ge.forEach(function(ft){ft[X]===Je[X]&&(st=!0)}),!st){const ft={typeDel:!0,compare:Je,index:ze};Oe.push(ft),ze++}});let je="";const We=Oe.length;for(const Je in Oe)parseInt(Je,10)===We-1&&(Oe[Je]._last=!0),je=je+me.fn(Oe[Je]);return je}}document.addEventListener("DOMContentLoaded",()=>{gn(),b(),g().highlightAll()});function gn(){var Be;let De=[{type:"GET",url:"/api/customer/order/ranking_list",title:"\u6392\u540D\u8BE6\u60C5",version:"0.0.0",filename:"Customer/OrderController.php",groupTitle:"/Users/yiyi/projects/jingcai/jingcai-php/Customer/OrderController.php",group:"/Users/yiyi/projects/jingcai/jingcai-php/Customer/OrderController.php",name:"GetApiCustomerOrderRanking_list",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/order/ranking_list"}]},{type:"GET",url:"/api/customer/app/version_info",title:"App-\u4E0B\u8F7D\u4FE1\u606F",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",filename:"Customer/AppController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerAppVersion_info",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/app/version_info"}]},{type:"GET",url:"/api/customer/bjdc/selling",title:"bjdc-\u6295\u6CE8\u5217\u8868",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"play_types": [ // \u73A9\u6CD5
|
|
{
|
|
"name": "\u80DC\u5E73\u8D1F",
|
|
"play_type": "spf_rq_odds"
|
|
},
|
|
{
|
|
"name": "\u5927\u5C0F\u5355\u53CC",
|
|
"play_type": "sxpds_odds"
|
|
},
|
|
{
|
|
"name": "\u603B\u8FDB\u7403",
|
|
"play_type": "jq_odds"
|
|
},
|
|
{
|
|
"name": "\u534A\u5168\u573A",
|
|
"play_type": "bqc_odds"
|
|
},
|
|
{
|
|
"name": "\u6BD4\u5206",
|
|
"play_type": "bf_odds"
|
|
}
|
|
],
|
|
"competitions": [ // \u8D5B\u4E8B
|
|
"\u5168\u90E8",
|
|
"\u97E9\u8DB3\u603B\u676F",
|
|
"J2\u8054\u8D5B",
|
|
"J1\u8054\u8D5B",
|
|
"\u82AC\u7532",
|
|
"\u6B27\u6D32U21 3",
|
|
"\u632A\u5A01\u676F",
|
|
"\u51B0\u5C9B\u8D85",
|
|
"\u89E3\u653E\u8005\u676F",
|
|
"\u91D1\u676F\u8D5B",
|
|
"\u5357\u4FF1\u676F"
|
|
],
|
|
"odds": [
|
|
{
|
|
"id": 22,
|
|
"odds_id": 137191,
|
|
"match_id": 451538,
|
|
"issue_num": "23065",
|
|
"play_num": 22,
|
|
"bd_competition_name": "\u97E9\u8DB3\u603B\u676F",
|
|
"bd_competition_name_full": "\u97E9\u8DB3\u603B\u676F",
|
|
"bd_home_team_name": "\u4EC1\u5DDD\u8054",
|
|
"bd_home_team_name_full": "\u4EC1\u5DDD\u8054",
|
|
"bd_away_team_name": "\u6C34\u539F\u4E09\u661F\u84DD\u7FFC",
|
|
"bd_away_team_name_full": "\u6C34\u539F\u4E09\u661F\u84DD\u7FFC",
|
|
"sale_state": "selling",
|
|
"is_reverse": 0,
|
|
"close_time": "2023-06-28 17:35:00",
|
|
"spf_odds": { // \u80DC\u5E73\u8D1F
|
|
"win": 2.03,
|
|
"win_updown": 0,
|
|
"draw": 3.69,
|
|
"draw_updown": 0,
|
|
"loss": 4.2,
|
|
"loss_updown": 0
|
|
},
|
|
"rq_odds": null,
|
|
"bf_odds": {
|
|
"dx": 923.88,
|
|
"dx_updown": 0,
|
|
"lx": 286.62,
|
|
"lx_updown": 0,
|
|
"wx": 240.91,
|
|
"wx_updown": 0,
|
|
"dh0a0": 10.42,
|
|
"dh0a0_updown": 0,
|
|
"dh1a1": 6.63,
|
|
"dh1a1_updown": 0,
|
|
"dh2a2": 14.01,
|
|
"dh2a2_updown": 0,
|
|
"dh3a3": 61.15,
|
|
"dh3a3_updown": 0,
|
|
"lh0a1": 10.87,
|
|
"lh0a1_updown": 0,
|
|
"lh0a2": 40.59,
|
|
"lh0a2_updown": 0,
|
|
"lh0a3": 168.12,
|
|
"lh0a3_updown": 0,
|
|
"lh0a4": 971.02,
|
|
"lh0a4_updown": 0,
|
|
"lh1a2": 15.03,
|
|
"lh1a2_updown": 0,
|
|
"lh1a3": 66.49,
|
|
"lh1a3_updown": 0,
|
|
"lh1a4": 493.05,
|
|
"lh1a4_updown": 0,
|
|
"lh2a3": 79.36,
|
|
"lh2a3_updown": 0,
|
|
"lh2a4": 382.17,
|
|
"lh2a4_updown": 0,
|
|
"wh1a0": 7.21,
|
|
"wh1a0_updown": 0,
|
|
"wh2a0": 13.04,
|
|
"wh2a0_updown": 0,
|
|
"wh2a1": 8.03,
|
|
"wh2a1_updown": 0,
|
|
"wh3a0": 42.6,
|
|
"wh3a0_updown": 0,
|
|
"wh3a1": 27.05,
|
|
"wh3a1_updown": 0,
|
|
"wh3a2": 45.94,
|
|
"wh3a2_updown": 0,
|
|
"wh4a0": 219.77,
|
|
"wh4a0_updown": 0,
|
|
"wh4a1": 193.02,
|
|
"wh4a1_updown": 0,
|
|
"wh4a2": 321.48,
|
|
"wh4a2_updown": 0
|
|
},
|
|
"sxpds_odds": {
|
|
"sd": 4.31,
|
|
"sd_updown": 0,
|
|
"ss": 7.8,
|
|
"ss_updown": 0,
|
|
"xd": 3.43,
|
|
"xd_updown": 0,
|
|
"xs": 2.86,
|
|
"xs_updown": 0
|
|
},
|
|
"jq_odds": {
|
|
"g0": 8.93,
|
|
"g0_updown": 0,
|
|
"g1": 4.27,
|
|
"g1_updown": 0,
|
|
"g2": 3.56,
|
|
"g2_updown": 0,
|
|
"g3": 4.62,
|
|
"g3_updown": 0,
|
|
"g4": 10.51,
|
|
"g4_updown": 0,
|
|
"g5": 25.49,
|
|
"g5_updown": 0,
|
|
"g6": 64.87,
|
|
"g6_updown": 0,
|
|
"g7m": 132.8,
|
|
"g7m_updown": 0
|
|
},
|
|
"bqc_odds": {
|
|
"dd": 4.73,
|
|
"dd_updown": 0,
|
|
"dl": 10.27,
|
|
"dl_updown": 0,
|
|
"dw": 4.87,
|
|
"dw_updown": 0,
|
|
"ld": 18.83,
|
|
"ld_updown": 0,
|
|
"ll": 7.64,
|
|
"ll_updown": 0,
|
|
"lw": 47.25,
|
|
"lw_updown": 0,
|
|
"wd": 15.57,
|
|
"wd_updown": 0,
|
|
"wl": 67.27,
|
|
"wl_updown": 0,
|
|
"ww": 4.94,
|
|
"ww_updown": 0
|
|
},
|
|
"created_at": "2023-06-28 10:10:56",
|
|
"updated_at": "2023-06-28 14:08:37",
|
|
"deleted_at": null,
|
|
"real_close_str": "17:35\u622A\u6B62"
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/BjdcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerBjdcSelling",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/bjdc/selling"}]},{type:"GET",url:"/api/customer/bjdc_sfgg/selling",title:"bjdc_sfgg-\u6295\u6CE8\u5217\u8868",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"play_types": [
|
|
{
|
|
"name": "\u80DC\u8D1F\u8FC7\u5173",
|
|
"play_type": "sfgg_odds"
|
|
}
|
|
],
|
|
"competitions": [
|
|
"\u5168\u90E8",
|
|
"\u97E9\u8DB3\u603B\u676F",
|
|
"J2\u8054\u8D5B",
|
|
"J1\u8054\u8D5B",
|
|
"\u82AC\u7532",
|
|
"\u6B27\u6D32U21 3",
|
|
"\u632A\u5A01\u676F",
|
|
"\u51B0\u5C9B\u8D85",
|
|
"\u89E3\u653E\u8005\u676F",
|
|
"\u91D1\u676F\u8D5B",
|
|
"\u5357\u4FF1\u676F"
|
|
],
|
|
"odds": [
|
|
{
|
|
"id": 22,
|
|
"odds_id": 137260,
|
|
"match_id": 451538,
|
|
"issue_num": "23065",
|
|
"play_num": 22,
|
|
"bd_competition_name": "\u97E9\u8DB3\u603B\u676F",
|
|
"bd_competition_name_full": "\u97E9\u8DB3\u603B\u676F",
|
|
"bd_home_team_name": "\u4EC1\u5DDD\u8054",
|
|
"bd_home_team_name_full": "\u4EC1\u5DDD\u8054",
|
|
"bd_away_team_name": "\u6C34\u539F\u4E09\u661F\u84DD\u7FFC",
|
|
"bd_away_team_name_full": "\u6C34\u539F\u4E09\u661F\u84DD\u7FFC",
|
|
"sale_state": "selling",
|
|
"is_reverse": 0,
|
|
"close_time": "2023-06-28 17:35:00",
|
|
"sfgg_odds": {
|
|
"win": 2.4,
|
|
"win_updown": 0,
|
|
"loss": 1.71,
|
|
"loss_updown": 0,
|
|
"handicap": -0.5,
|
|
"handicap_updown": 0
|
|
},
|
|
"created_at": "2023-06-28 10:17:28",
|
|
"updated_at": "2023-06-28 10:19:31",
|
|
"deleted_at": null,
|
|
"real_close_str": "17:35\u622A\u6B62"
|
|
},
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/BjdcSfggController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerBjdc_sfggSelling",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/bjdc_sfgg/selling"}]},{type:"GET",url:"/api/customer/ctzq_bcq/selling",title:"6\u573A\u534A\u5168\u573A-\u6295\u6CE8\u5217\u8868",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"play_types": [ // \u9009\u62E9\u65F6\u5019\uFF0C\u9700\u8981\u5207\u6362url
|
|
{
|
|
"name": "4\u573A\u8FDB\u7403",
|
|
"play_type": "ctzq_jqc" // \u7528\u8FD9\u4E2A\u66FF\u6362,
|
|
"lottery_type_id":1, // \u5F69\u79CD\u7C7B\u578Bid
|
|
},
|
|
{
|
|
"name": "6\u573A\u534A\u5168\u573A",
|
|
"play_type": "ctzq_bqc"
|
|
"lottery_type_id":1, // \u5F69\u79CD\u7C7B\u578Bid
|
|
}
|
|
],
|
|
"odds": [
|
|
{
|
|
"id": 1,
|
|
"ret_id": 1,
|
|
"type": "ctzq_jqc",
|
|
"issue_num": "20007", // \u671F\u53F7
|
|
"state": "selling", // noSelling\uFF1A \u672A\u5F00\u552E, selling: \u9500\u552E\u4E2D, stopSelling: \u505C\u552E, hasLottery: \u5DF2\u5F00\u5956, delayedLottery: \u5EF6\u8FDF\u5F00\u5956, cancel: \u53D6\u6D88\uFF09
|
|
"start_time": "2023-04-26 23:20:10", // \u5F00\u552E\u65F6\u95F4
|
|
"end_time": "2023-04-27 23:20:10", // \u505C\u552E\u65F6\u95F4
|
|
"prize_time": "2023-04-27 23:20:10",
|
|
"result_info": "",
|
|
"sales": "0.0000",
|
|
"jackpot": "0.0000",
|
|
"first_prize_num": 0,
|
|
"first_prize_value": 0,
|
|
"created_at": null,
|
|
"updated_at": null,
|
|
"deleted_at": null,
|
|
"competition_name": "xxxx", // \u8D5B\u4E8B
|
|
"match_time_date": "2023-04-26", // \u6BD4\u8D5B\u5F00\u59CB\u65E5\u671F
|
|
"match_time_hour": "23:20\u5F00\u8D5B", // \u6BD4\u8D5B\u5F00\u59CB\u5C0F\u65F6
|
|
"close_time": "2023-04-27 23:00:10",
|
|
"matches": [
|
|
{
|
|
"id": 19,
|
|
"ctzq_bqc_id": 1,
|
|
"no": 0,
|
|
"match_id": 10001, // \u6BD4\u8D5Bid
|
|
"jc_home_team_name": "jc_home_team_name+1", // \u4E3B\u961F
|
|
"jc_home_team_name_full": "jc_home_team_name_full+1",
|
|
"jc_away_team_name": "jc_away_team_name+1", // \u5BA2\u961F
|
|
"jc_away_team_name_full": "jc_away_team_name_full+1",
|
|
"is_reverse": 1,
|
|
"home_result": "1",
|
|
"away_result": "1",
|
|
"created_at": "2023-05-03 20:19:42",
|
|
"updated_at": "2023-05-03 20:19:42",
|
|
"deleted_at": null,
|
|
"half_odds": [ // \u4E3B\u961F
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3+"
|
|
],
|
|
"whole_odds": [ // \u5BA2\u961F
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3+"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqBqcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerCtzq_bcqSelling",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_bcq/selling"}]},{type:"GET",url:"/api/customer/ctzq_bqc/cart",title:"6\u573A\u534A\u5168\u573A-\u8D2D\u5165\u8F66\u4FE1\u606F/\u8BA1\u7B97\u91D1\u989D",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":4,
|
|
"issue_num":20008,
|
|
"bets_num":5,
|
|
"odds":{
|
|
"5":{ // odds id
|
|
"half_odds":[1,2], // \u4E3B\u961F\u6295\u6CE8
|
|
"whole_odds":[1] // \u5BA2\u961F\u6295\u6CE8
|
|
},
|
|
}
|
|
}`,type:"json"},{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"money": 4, // \u603B\u6295\u6CE8\u91D1\u989D
|
|
"bets_num": 1, // \u6295\u6CE8\u500D\u6570
|
|
"zhu_num": 1, // \u6295\u6CE8\u6570
|
|
"odds": {
|
|
"id": 1,
|
|
"ret_id": 1,
|
|
"type": "ctzq_jqc",
|
|
"issue_num": "20007",
|
|
"state": "selling",
|
|
"start_time": "2023-04-26 23:20:10",
|
|
"end_time": "2023-04-27 23:20:10",
|
|
"prize_time": "2023-04-27 23:20:10",
|
|
"result_info": "",
|
|
"sales": "0.0000",
|
|
"jackpot": "0.0000",
|
|
"first_prize_num": 0,
|
|
"first_prize_value": 0,
|
|
"created_at": null,
|
|
"updated_at": null,
|
|
"deleted_at": null,
|
|
"competition_name": "xxxx",
|
|
"match_time_date": "2023-04-26",
|
|
"match_time_hour": "23:20\u5F00\u8D5B",
|
|
"close_time": "2023-04-27 23:00:10",
|
|
"close_time_str": "2023-04-27 23:00:10\u622A\u6B62\uFF0C\u8BF7\u5C3D\u5FEB\u63D0\u4EA4\u6295\u6CE8", // \u622A\u6B62\u65F6\u95F4
|
|
"matches": [
|
|
{
|
|
"id": 1,
|
|
"ctzq_bqc_id": 1,
|
|
"no": 1,
|
|
"match_id": 2000,
|
|
"jc_home_team_name": "jc_home_team_name+0", // \u4E3B\u961F
|
|
"jc_home_team_name_full": "jc_home_team_name_full+0",
|
|
"jc_away_team_name": "jc_away_team_name+0", // \u5BA2\u961F
|
|
"jc_away_team_name_full": "jc_away_team_name_full+0",
|
|
"is_reverse": 0,
|
|
"result": -1,
|
|
"created_at": "2023-04-26T15:26:31.000000Z",
|
|
"updated_at": "2023-04-26T15:26:31.000000Z",
|
|
"deleted_at": null,
|
|
"half_odds_select": [ // \u4E3B\u961F\u6295\u6CE8\u5206\u6570
|
|
{
|
|
"score": "0", // \u5206\u6570
|
|
"select": false // \u672A\u9009\u62E9
|
|
},
|
|
{
|
|
"score": "1",
|
|
"select": true // \u5DF2\u9009\u62E9
|
|
},
|
|
{
|
|
"score": "2",
|
|
"select": true
|
|
},
|
|
{
|
|
"score": "3+",
|
|
"select": false
|
|
}
|
|
],
|
|
"whole_odds_select": [ // \u5BA2\u961F\u6295\u6CE8\u5206\u6570
|
|
{
|
|
"score": "0",
|
|
"select": false
|
|
},
|
|
{
|
|
"score": "1",
|
|
"select": true
|
|
},
|
|
{
|
|
"score": "2",
|
|
"select": false
|
|
},
|
|
{
|
|
"score": "3+",
|
|
"select": false
|
|
}
|
|
]
|
|
},
|
|
...
|
|
]
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqBqcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerCtzq_bqcCart",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_bqc/cart"}]},{type:"GET",url:"/api/customer/ctzq_jqc/selling",title:"4\u573A\u8FDB\u7403\u5F69-\u6295\u6CE8\u5217\u8868",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"play_types": [ // \u9009\u62E9\u65F6\u5019\uFF0C\u9700\u8981\u5207\u6362url
|
|
{
|
|
"name": "4\u573A\u8FDB\u7403",
|
|
"play_type": "ctzq_jqc" // \u7528\u8FD9\u4E2A\u66FF\u6362
|
|
},
|
|
{
|
|
"name": "6\u573A\u534A\u5168\u573A",
|
|
"play_type": "ctzq_bqc"
|
|
}
|
|
],
|
|
"odds": [
|
|
{
|
|
"id": 1,
|
|
"ret_id": 1,
|
|
"type": "ctzq_jqc",
|
|
"issue_num": "20007", // \u671F\u53F7
|
|
"state": "selling", // noSelling\uFF1A \u672A\u5F00\u552E, selling: \u9500\u552E\u4E2D, stopSelling: \u505C\u552E, hasLottery: \u5DF2\u5F00\u5956, delayedLottery: \u5EF6\u8FDF\u5F00\u5956, cancel: \u53D6\u6D88\uFF09
|
|
"start_time": "2023-04-26 23:20:10", // \u5F00\u552E\u65F6\u95F4
|
|
"end_time": "2023-04-27 23:20:10", // \u505C\u552E\u65F6\u95F4
|
|
"prize_time": "2023-04-27 23:20:10",
|
|
"result_info": "",
|
|
"sales": "0.0000",
|
|
"jackpot": "0.0000",
|
|
"first_prize_num": 0,
|
|
"first_prize_value": 0,
|
|
"created_at": null,
|
|
"updated_at": null,
|
|
"deleted_at": null,
|
|
"competition_name": "xxxx", // \u8D5B\u4E8B
|
|
"match_time_date": "2023-04-26", // \u6BD4\u8D5B\u5F00\u59CB\u65E5\u671F
|
|
"match_time_hour": "23:20\u5F00\u8D5B", // \u6BD4\u8D5B\u5F00\u59CB\u5C0F\u65F6
|
|
"close_time": "2023-04-27 23:00:10",
|
|
"matches": [
|
|
{
|
|
"id": 19,
|
|
"ctzq_jqc_id": 1,
|
|
"no": 0,
|
|
"match_id": 10001, // \u6BD4\u8D5Bid
|
|
"jc_home_team_name": "jc_home_team_name+1", // \u4E3B\u961F
|
|
"jc_home_team_name_full": "jc_home_team_name_full+1",
|
|
"jc_away_team_name": "jc_away_team_name+1", // \u5BA2\u961F
|
|
"jc_away_team_name_full": "jc_away_team_name_full+1",
|
|
"is_reverse": 1,
|
|
"home_result": "1",
|
|
"away_result": "1",
|
|
"created_at": "2023-05-03 20:19:42",
|
|
"updated_at": "2023-05-03 20:19:42",
|
|
"deleted_at": null,
|
|
"home_odds": [ // \u4E3B\u961F
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3+"
|
|
],
|
|
"away_odds": [ // \u5BA2\u961F
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3+"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqJqcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerCtzq_jqcSelling",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_jqc/selling"}]},{type:"GET",url:"/api/customer/ctzq_sfc14/selling",title:"sfc14-\u6295\u6CE8\u5217\u8868",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"play_types": [],
|
|
"odds": [
|
|
{
|
|
"id": 4,
|
|
"sfc_id": 471,
|
|
"issue_num": "23081",
|
|
"state": "selling",
|
|
"start_time": "2023-06-28 20:00:00",
|
|
"end_time": "2023-07-01 16:30:00",
|
|
"prize_time": "2023-07-02 10:00:00",
|
|
"result_info": "",
|
|
"sale_frtn": "0.00",
|
|
"jackpot_frtn": "0.00",
|
|
"first_prize_num_frtn": "0.00",
|
|
"first_prize_val_frtn": "0.00",
|
|
"second_prize_num_frtn": "0.00",
|
|
"second_prize_val_frtn": "0.00",
|
|
"sale_nine": "0.00",
|
|
"jackpot_nine": "0.00",
|
|
"first_prize_num_nine": "0.00",
|
|
"first_prize_val_nine": "0.00",
|
|
"created_at": "2023-06-29 11:04:49",
|
|
"updated_at": "2023-06-29 11:04:49",
|
|
"deleted_at": null,
|
|
"close_time": "2023-07-01 16:10:00",
|
|
"matches": [
|
|
{
|
|
"id": 43,
|
|
"ctzq_sfc_id": 4,
|
|
"no": 0,
|
|
"match_id": 432288,
|
|
"jc_home_team_name": "\u65B0\u6CFB\u5929\u9E45",
|
|
"jc_home_team_name_full": "\u65B0\u6CFB\u5929\u9E45",
|
|
"jc_away_team_name": "\u5E7F\u5C9B\u4E09\u7BAD",
|
|
"jc_away_team_name_full": "\u5E7F\u5C9B\u4E09\u7BAD",
|
|
"is_reverse": 0,
|
|
"result": "",
|
|
"created_at": "2023-06-29 11:04:49",
|
|
"updated_at": "2023-06-29 11:04:49",
|
|
"deleted_at": null,
|
|
"match_time_date": "2023-07-01",
|
|
"match_time_hour": "17:00\u5F00\u8D5B",
|
|
odds": [
|
|
"3", // \u80DC
|
|
"1", // \u5E73
|
|
"0" // \u8D1F
|
|
],
|
|
"match": {
|
|
"id": 11174,
|
|
"match_id": 432288,
|
|
"competition_id": 49,
|
|
"competition_name": "J\u8054\u8D5B",
|
|
"season": "2023",
|
|
"stage": "\u7B2C19\u8F6E",
|
|
"group_id": 0,
|
|
"group_name": "",
|
|
"start_time": "2023-07-01 17:00:00",
|
|
"home_team_id": 1084,
|
|
"home_team_name": "\u65B0\u6CFB\u5929\u9E45",
|
|
"away_team_id": "718",
|
|
"away_team_name": "\u5E7F\u5C9B\u4E09\u7BAD",
|
|
"status": 0,
|
|
"half_time_score": "",
|
|
"full_time_score": "",
|
|
"extra_time_score": "",
|
|
"penal_score": "",
|
|
"final_score": "",
|
|
"win_team_id": 0,
|
|
"man_id": "",
|
|
"created_at": "2023-06-29 11:27:28",
|
|
"updated_at": "2023-06-29 11:27:28",
|
|
"deleted_at": null,
|
|
"start_week": "\u5468\u516D",
|
|
"start_time_str": "07-01 17:00",
|
|
"competition_logo_url": "http://dt.aistat.cn/competitions/49.png",
|
|
"home_team_logo_url": "http://dt.aistat.cn/teams/1084.png",
|
|
"away_team_logo_url": "http://dt.aistat.cn/teams/718.png"
|
|
}
|
|
},
|
|
]
|
|
},
|
|
....
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqSfc14Controller.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerCtzq_sfc14Selling",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_sfc14/selling"}]},{type:"GET",url:"/api/customer/ctzq_sfc9/selling",title:"sfc9-\u6295\u6CE8\u5217\u8868",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"play_types": [],
|
|
"odds": [
|
|
{
|
|
"id": 4,
|
|
"sfc_id": 471,
|
|
"issue_num": "23081",
|
|
"state": "selling",
|
|
"start_time": "2023-06-28 20:00:00",
|
|
"end_time": "2023-07-01 16:30:00",
|
|
"prize_time": "2023-07-02 10:00:00",
|
|
"result_info": "",
|
|
"sale_frtn": "0.00",
|
|
"jackpot_frtn": "0.00",
|
|
"first_prize_num_frtn": "0.00",
|
|
"first_prize_val_frtn": "0.00",
|
|
"second_prize_num_frtn": "0.00",
|
|
"second_prize_val_frtn": "0.00",
|
|
"sale_nine": "0.00",
|
|
"jackpot_nine": "0.00",
|
|
"first_prize_num_nine": "0.00",
|
|
"first_prize_val_nine": "0.00",
|
|
"created_at": "2023-06-29 11:04:49",
|
|
"updated_at": "2023-06-29 11:04:49",
|
|
"deleted_at": null,
|
|
"close_time": "2023-07-01 16:10:00",
|
|
"matches": [
|
|
{
|
|
"id": 43,
|
|
"ctzq_sfc_id": 4,
|
|
"no": 0,
|
|
"match_id": 432288,
|
|
"jc_home_team_name": "\u65B0\u6CFB\u5929\u9E45",
|
|
"jc_home_team_name_full": "\u65B0\u6CFB\u5929\u9E45",
|
|
"jc_away_team_name": "\u5E7F\u5C9B\u4E09\u7BAD",
|
|
"jc_away_team_name_full": "\u5E7F\u5C9B\u4E09\u7BAD",
|
|
"is_reverse": 0,
|
|
"result": "",
|
|
"created_at": "2023-06-29 11:04:49",
|
|
"updated_at": "2023-06-29 11:04:49",
|
|
"deleted_at": null,
|
|
"match_time_date": "2023-07-01",
|
|
"match_time_hour": "17:00\u5F00\u8D5B",
|
|
odds": [
|
|
"3", // \u80DC
|
|
"1", // \u5E73
|
|
"0" // \u8D1F
|
|
],
|
|
"match": {
|
|
"id": 11174,
|
|
"match_id": 432288,
|
|
"competition_id": 49,
|
|
"competition_name": "J\u8054\u8D5B",
|
|
"season": "2023",
|
|
"stage": "\u7B2C19\u8F6E",
|
|
"group_id": 0,
|
|
"group_name": "",
|
|
"start_time": "2023-07-01 17:00:00",
|
|
"home_team_id": 1084,
|
|
"home_team_name": "\u65B0\u6CFB\u5929\u9E45",
|
|
"away_team_id": "718",
|
|
"away_team_name": "\u5E7F\u5C9B\u4E09\u7BAD",
|
|
"status": 0,
|
|
"half_time_score": "",
|
|
"full_time_score": "",
|
|
"extra_time_score": "",
|
|
"penal_score": "",
|
|
"final_score": "",
|
|
"win_team_id": 0,
|
|
"man_id": "",
|
|
"created_at": "2023-06-29 11:27:28",
|
|
"updated_at": "2023-06-29 11:27:28",
|
|
"deleted_at": null,
|
|
"start_week": "\u5468\u516D",
|
|
"start_time_str": "07-01 17:00",
|
|
"competition_logo_url": "http://dt.aistat.cn/competitions/49.png",
|
|
"home_team_logo_url": "http://dt.aistat.cn/teams/1084.png",
|
|
"away_team_logo_url": "http://dt.aistat.cn/teams/718.png"
|
|
}
|
|
},
|
|
]
|
|
},
|
|
....
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqSfc9Controller.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerCtzq_sfc9Selling",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_sfc9/selling"}]},{type:"GET",url:"/api/customer/current_win",title:"\u7279\u6548-\u5C55\u793A",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C\uFF0C\u53C2\u8003\u8BA2\u5355\u5217\u8868",content:"{}",type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerCurrent_win",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/current_win"}]},{type:"GET",url:"/api/customer/customer/pay_channel",title:"\u5E97\u94FA\u652F\u4ED8\u6E20\u9053",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":[
|
|
{
|
|
"pay_type":"qrcode",
|
|
"name":"\u4E8C\u7EF4\u7801\u652F\u4ED8",
|
|
"wechat_qrcode":"http://jingcai.quickfly.eu.org:3000/uploads/shop/202306/59gvKD.png",
|
|
"alipay_qrcode":"",
|
|
"remind_after":"",
|
|
"remind_before":"\u4ED8\u6B3E\u524Ddjdjdkdk"
|
|
},
|
|
{
|
|
"pay_type":"alipay",
|
|
"name":"\u652F\u4ED8\u5B9D",
|
|
"wechat_qrcode":"http://jingcai.quickfly.eu.org:3000/uploads/shop/202JmgvKD.png",
|
|
"alipay_qrcode":"",
|
|
"remind_after":"",
|
|
"remind_before":"\u4ED8\u6B3E\u524Ddjdjdkdk"
|
|
}
|
|
]
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerCustomerPay_channel",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/pay_channel"}]},{type:"GET",url:"/api/customer/dlt/selling",title:"dlt-selling",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"play_type":[ // \u73A9\u6CD5
|
|
{
|
|
"name":"\u5355\u5F0F",
|
|
"play_type":"danshi"
|
|
},
|
|
],
|
|
"result":[ // \u7ED3\u679C
|
|
{
|
|
"issue_num":"20222", // \u671F\u53F7
|
|
"result_qian":[ // \u524D\u533A
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5
|
|
],
|
|
"result_hou":[ // \u540E\u533A
|
|
1,
|
|
2
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/DltController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerDltSelling",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/dlt/selling"}]},{type:"GET",url:"/api/customer/guan/selling",title:"\u51A0\u519Bselling",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"id": 1,
|
|
"type": "guan",
|
|
"guan_id": 3,
|
|
"competition": 21,
|
|
"competition_name": "\u4E16\u754C\u676F",
|
|
"season": "2022",
|
|
"sales_state": "selling", // \u9500\u552E\u72B6\u6001\uFF08selling: \u9500\u552E\u4E2D, stopSelling: \u505C\u552E\uFF09
|
|
"lott_state": "hasLottery", // \u5F00\u5956\u72B6\u6001\uFF08noLottery: \u672A\u5F00\u5956,hasLottery: \u5DF2\u5F00\u5956\uFF09
|
|
"close_time": "2022-12-18 23:00:00", // \u622A\u6B62\u6295\u6CE8\u65F6\u95F4
|
|
"odds": [
|
|
{
|
|
"id": 75,
|
|
"odds": 2.6, // \u8D54\u7387
|
|
"teamId": 301, //
|
|
"teamName": "\u5DF4\u897F", // \u7403\u961F
|
|
"optionNum": 1, // \u5E8F\u53F7
|
|
"showState": "out", // \u7ADE\u5F69\u5B98\u65B9\u663E\u793A\u72B6\u6001\uFF08empty: \u201C\u201D, out: \u51FA\u5C40, invalid: \u65E0\u6548\u9009\u9879, selling: \u5DF2\u5F00\u552E, stopSelling: \u5DF2\u505C\u552E, win: \u80DC\u51FA\uFF09
|
|
"orderState": "stopSelling", // \u7ADE\u5F69\u5B98\u65B9\u9500\u552E\u72B6\u6001\uFF08selling: \u9500\u552E\u4E2D, stopSelling: \u505C\u552E\uFF09
|
|
"salesState": "stopSelling" //\u5B9E\u9645\u9500\u552E\u72B6\u6001\uFF08selling: \u9500\u552E\u4E2D, stopSelling: \u505C\u552E\uFF09
|
|
}
|
|
],
|
|
"created_at": "2024-06-05 11:07:46",
|
|
"updated_at": "2024-06-05 11:13:17",
|
|
"deleted_at": null
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/GuanController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerGuanSelling",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/guan/selling"}]},{type:"GET",url:"/api/customer/guan_ya/selling",title:"\u51A0\u4E9A\u519Bselling",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"id": 1,
|
|
"type": "guanya",
|
|
"guanya_id": 3,
|
|
"competition": 21,
|
|
"competition_name": "\u4E16\u754C\u676F",
|
|
"season": "2022",
|
|
"sales_state": "selling", // \u9500\u552E\u72B6\u6001\uFF08selling: \u9500\u552E\u4E2D, stopSelling: \u505C\u552E\uFF09
|
|
"lott_state": "hasLottery", // \u5F00\u5956\u72B6\u6001\uFF08noLottery: \u672A\u5F00\u5956,hasLottery: \u5DF2\u5F00\u5956\uFF09
|
|
"close_time": "2022-12-18 23:00:00", // \u622A\u6B62\u6295\u6CE8\u65F6\u95F4
|
|
"odds": [
|
|
{
|
|
"id": 75,
|
|
"odds": 2.6, // \u8D54\u7387
|
|
"teamId": 301, //
|
|
"teamName": "\u5DF4\u897F", // \u7403\u961F
|
|
"optionNum": 1, // \u5E8F\u53F7
|
|
"showState": "out", // \u7ADE\u5F69\u5B98\u65B9\u663E\u793A\u72B6\u6001\uFF08empty: \u201C\u201D, out: \u51FA\u5C40, invalid: \u65E0\u6548\u9009\u9879, selling: \u5DF2\u5F00\u552E, stopSelling: \u5DF2\u505C\u552E, win: \u80DC\u51FA\uFF09
|
|
"orderState": "stopSelling", // \u7ADE\u5F69\u5B98\u65B9\u9500\u552E\u72B6\u6001\uFF08selling: \u9500\u552E\u4E2D, stopSelling: \u505C\u552E\uFF09
|
|
"salesState": "stopSelling" //\u5B9E\u9645\u9500\u552E\u72B6\u6001\uFF08selling: \u9500\u552E\u4E2D, stopSelling: \u505C\u552E\uFF09
|
|
}
|
|
],
|
|
"created_at": "2024-06-05 11:07:46",
|
|
"updated_at": "2024-06-05 11:13:17",
|
|
"deleted_at": null
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/GuanYaController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerGuan_yaSelling",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/guan_ya/selling"}]},{type:"GET",url:"/api/customer/jclq/selling",title:"\u7ADE\u5F69\u7BEE\u7403-\u6295\u6CE8\u5217\u8868",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"play_types": [ // \u73A9\u6CD5
|
|
{
|
|
"name": "\u6DF7\u5408\u6295\u6CE8",
|
|
"play_type": "mixed"
|
|
},
|
|
{
|
|
"name": "\u80DC\u8D1F(\u8BA9)",
|
|
"play_type": "sf_rf_odds"
|
|
},
|
|
{
|
|
"name": "\u5927\u5C0F\u5206",
|
|
"play_type": "dxf_odds"
|
|
},
|
|
{
|
|
"name": "\u80DC\u5206\u5DEE",
|
|
"play_type": "sfc_odds"
|
|
}
|
|
],
|
|
"competitions": [ // \u8D5B\u4E8B
|
|
"\u5168\u90E8",
|
|
"111"
|
|
],
|
|
"odds": [
|
|
{
|
|
"id": 1,
|
|
"odds_id": 1,
|
|
"match_id": 11,
|
|
"issue_num": "\u671F\u53F7", // \u671F\u53F7
|
|
"play_num": "\u573A\u6B21", // \u573A\u6B21
|
|
"jc_competition_name": "", // \u7ADE\u5F69\u7F51\u8D5B\u4E8B\u540D
|
|
"jc_competition_name_full": "1111", // \u8D5B\u4E8B\u5168\u79F0
|
|
"jc_home_team_name": "1111", // \u4E3B\u961F\u540D
|
|
"jc_home_team_name_full": "1111", // \u4E3B\u961F\u5168\u540D
|
|
"jc_away_team_name": "2222", // \u5BA2\u961F
|
|
"jc_away_team_name_full": "2222",
|
|
"sale_state": "selling", // \u9500\u552E\u72B6\u6001\uFF08selling: \u9500\u552E\u4E2D, stopSelling: \u505C\u552E\uFF09
|
|
"is_reverse": 0,
|
|
"close_time": "2023-04-27 21:26:30", // \u622A\u6B62\u65F6\u95F4
|
|
"order_state": "selling",
|
|
"sf_odds": { // \u80DC\u8D1F\u8D54\u7387
|
|
"win": 1.45, // \u4E3B\u80DC
|
|
"win_updown": 0,
|
|
"loss": 2.07, // \u5BA2\u8D1F
|
|
"loss_updown": -1,
|
|
"single": 0, // \u5355\u5173\u6807\u8BC6, 0: \u4E32\u5173, 1: \u5355\u5173
|
|
"single_updown": 0
|
|
},
|
|
"rf_odds": { // \u8BA9\u5206\u80DC\u8D1F
|
|
"win": 1.7, // \u4E3B\u80DC
|
|
"win_updown": 0,
|
|
"loss": 1.7, // \u5BA2\u80DC
|
|
"loss_updown": 0,
|
|
"single": 0,
|
|
"single_updown": 0,
|
|
"handicap": -1.5, // \u8BA9\u5206
|
|
"handicap_updown": 0
|
|
},
|
|
"sfc_odds": { // \u80DC\u5206\u5DEE
|
|
"l1": 4.15, // //\u5BA2\u80DC1-5\u5206\u8D54\u7387
|
|
"l1_updown": 0,
|
|
"l2": 3.9, //\u5BA2\u80DC6-10\u5206\u8D54\u7387
|
|
"l2_updown": 0,
|
|
"l3": 6.4, //\u5BA2\u80DC11-15\u5206\u8D54\u7387
|
|
"l3_updown": 0,
|
|
"l4": 10, //\u5BA2\u80DC16-20\u5206\u8D54\u7387
|
|
"l4_updown": 0,
|
|
"l5": 21, //\u5BA2\u80DC16-20\u5206\u8D54\u7387
|
|
"l5_updown": 0,
|
|
"l6": 22, //\u5BA2\u80DC16-20\u5206\u8D54\u7387
|
|
"l6_updown": 0,
|
|
"w1": 4.6, //\u5BA2\u80DC16-20\u5206\u8D54\u7387
|
|
"w1_updown": 0,
|
|
"w2": 5.2, //\u4E3B\u80DC6-10\u5206\u8D54\u7387
|
|
"w2_updown": 0,
|
|
"w3": 10, //\u4E3B\u80DC6-10\u5206\u8D54\u7387
|
|
"w3_updown": 0,
|
|
"w4": 21, //\u4E3B\u80DC6-10\u5206\u8D54\u7387
|
|
"w4_updown": 0,
|
|
"w5": 36, //\u4E3B\u80DC6-10\u5206\u8D54\u7387
|
|
"w5_updown": 0,
|
|
"w6": 49, //\u4E3B\u80DC6-10\u5206\u8D54\u7387
|
|
"w6_updown": 0,
|
|
"single": 1,
|
|
"single_updown": 0
|
|
},
|
|
"dxf_odds": { // \u5927\u5C0F\u5206
|
|
"big": 1.75, //\u5927\u5206\u8D54\u7387
|
|
"big_updown": 0,
|
|
"small": 1.66, //\u5927\u5206\u8D54\u7387
|
|
"small_updown": 0,
|
|
"single": 1,
|
|
"single_updown": 0,
|
|
"totalScore": 233.5, //\u5927\u5206\u8D54\u7387
|
|
"totalScore_updown": 0
|
|
},
|
|
"created_at": null,
|
|
"updated_at": null,
|
|
"deleted_at": null,
|
|
"real_close_time": "1969-12-31 23:40:00",
|
|
"real_close_str": "23:40\u622A\u6B62", // \u622A\u6B62\u65F6\u95F4
|
|
"issue_num_week": null, // \u661F\u671F
|
|
"issue_num_day": "\u671F\u53F7" // \u65E5\u671F
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/JclqController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerJclqSelling",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/jclq/selling"}]},{type:"GET",url:"/api/customer/jczq/selling",title:"\u7ADE\u5F69\u8DB3\u7403-\u6295\u6CE8\u5217\u8868",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"play_types":[ // \u73A9\u6CD5
|
|
{
|
|
"name":"\u6DF7\u5408\u6295\u6CE8",
|
|
"play_type":"mixed"
|
|
},
|
|
{
|
|
"name":"\u80DC\u5E73\u8D1F/\u8BA9\u7403",
|
|
"play_type":"spf"
|
|
},
|
|
{
|
|
"name":"\u5168\u573A\u6BD4\u5206",
|
|
"play_type":"bf"
|
|
},
|
|
{
|
|
"name":"\u603B\u8FDB\u7403",
|
|
"play_type":"jq"
|
|
},
|
|
{
|
|
"name":"\u534A\u5168\u573A",
|
|
"play_type":"bqc"
|
|
},
|
|
{
|
|
"name":"\u5355\u573A\u51B3\u80DC",
|
|
"play_type":"single"
|
|
}
|
|
],
|
|
"competitions":[ // \u8D5B\u4E8B
|
|
"\u5168\u90E8",
|
|
"adsf\u79BB\u5F00\u5BB6"
|
|
],
|
|
"odds":[
|
|
{
|
|
"id":3,
|
|
"lottery_id":1,
|
|
"odds_id":1,
|
|
"match_id":1,
|
|
"issue_num":"2022-01-01/\u5468\u4E00",
|
|
"play_num":21, // \u573A\u6B21
|
|
"jc_competition_name":"adsf\u79BB\u5F00\u5BB6", // \u7ADE\u5F69\u7F51\u663E\u793A\u8D5B\u4E8B\u540D\u79F0\uFF08\u7B80\u79F0\uFF09
|
|
"jc_competition_name_full":"\u53D1\u4E09\u5206\u5927\u8D5B",
|
|
"jc_home_team_name":"\u53D1\u987A\u4E30", // \u7ADE\u5F69\u7F51\u663E\u793A\u4E3B\u961F\u540D\u79F0\uFF08\u7B80\u79F0\uFF09
|
|
"jc_home_team_name_full":"\u53D1\u9001",
|
|
"jc_away_team_name":"fda", // \u7ADE\u5F69\u7F51\u663E\u793A\u5BA2\u961F\u540D\u79F0\uFF08\u7B80\u79F0\uFF09
|
|
"jc_away_team_name_full":"fda",
|
|
"sale_state":"selling", // \u7ADE\u5F69\u5B98\u65B9\u9500\u552E\u72B6\u6001\uFF08selling: \u9500\u552E\u4E2D, stopSelling: \u505C\u552E\uFF09
|
|
"is_reverse":0,
|
|
"real_close_time":null,
|
|
"order_state":"selling",
|
|
"spf_odds":{ // \u80DC\u5E73\u8D1F\u8D54\u7387
|
|
"win":2.85, // \u4E3B\u80DC\u8D54\u7387
|
|
"win_updown":0, // \u4E3B\u80DC\u8D54\u7387 \u4E0A\u53471\uFF1B\u4E0B\u964D-1\uFF1B\u65E0\u53D8\u5316\uFF1A0
|
|
"draw":2.75, // \u5E73\u5C40\u8D54\u7387
|
|
"draw_updown":0,
|
|
"loss":2.25, // \u5BA2\u80DC\u8D54\u7387
|
|
"loss_updown":-1,
|
|
"single":0, // \u7ADE\u5F69\u5355\u5173\u6807\u8BC6, 0: \u4E32\u5173, 1: \u5355\u5173
|
|
"single_updown":0
|
|
},
|
|
"rq_odds":{ // \u8BA9\u7403\u80DC\u5E73\u8D1F\u8D54\u7387
|
|
"win":2.85, // \u4E3B\u80DC\u8D54\u7387
|
|
"win_updown":1,
|
|
"draw":2.75, // \u5E73\u5C40\u8D54\u7387
|
|
"draw_updown":0,
|
|
"loss":2.25, // \u5BA2\u80DC\u8D54\u7387
|
|
"loss_updown":0,
|
|
"single":0,
|
|
"single_updown":0,
|
|
"handicap":-1, // \u8BA9\u7403\u6570
|
|
"handicap_updown":0
|
|
},
|
|
"bf_odds":{ // \u6BD4\u5206\u8D54\u7387
|
|
"dx":100, //\u5E73\u5C40\u5176\u5B83\u6BD4\u5206\u8D54\u7387
|
|
"dx_updown":0,
|
|
"lx":50, //\u5BA2\u80DC\u5176\u5B83\u6BD4\u5206\u8D54\u7387
|
|
"lx_updown":0,
|
|
"wx":15, //\u4E3B\u80DC\u5176\u5B83\u6BD4\u5206\u8D54\u7387
|
|
"wx_updown":0,
|
|
"dh0a0":27, //\u5E73\u5C400:0\u8D54\u7387
|
|
"dh0a0_updown":0,
|
|
"dh1a1":8.5,
|
|
"dh1a1_updown":0,
|
|
"dh2a2":11,
|
|
"dh2a2_updown":0,
|
|
"dh3a3":30,
|
|
"dh3a3_updown":0,
|
|
"lh0a1":20, //\u5BA2\u80DC0:1\u8D54\u7387
|
|
"lh0a1_updown":0,
|
|
"lh0a2":27,
|
|
"lh0a2_updown":0,
|
|
"lh0a3":50,
|
|
"lh0a3_updown":0,
|
|
"lh0a4":120,
|
|
"lh0a4_updown":0,
|
|
"lh0a5":400,
|
|
"lh0a5_updown":0,
|
|
"lh1a2":11,
|
|
"lh1a2_updown":0,
|
|
"lh1a3":27,
|
|
"lh1a3_updown":0,
|
|
"lh1a4":70,
|
|
"lh1a4_updown":0,
|
|
"lh1a5":200,
|
|
"lh1a5_updown":0,
|
|
"lh2a3":21,
|
|
"lh2a3_updown":0,
|
|
"lh2a4":60,
|
|
"lh2a4_updown":0,
|
|
"lh2a5":200,
|
|
"lh2a5_updown":0,
|
|
"wh1a0":11, //\u4E3B\u80DC1:0\u8D54\u7387
|
|
"wh1a0_updown":0,
|
|
"wh2a0":10.5,
|
|
"wh2a0_updown":0,
|
|
"wh2a1":7.25,
|
|
"wh2a1_updown":0,
|
|
"wh3a0":13,
|
|
"wh3a0_updown":0,
|
|
"wh3a1":10.5,
|
|
"wh3a1_updown":0,
|
|
"wh3a2":13,
|
|
"wh3a2_updown":0,
|
|
"wh4a0":22,
|
|
"wh4a0_updown":0,
|
|
"wh4a1":18,
|
|
"wh4a1_updown":0,
|
|
"wh4a2":25,
|
|
"wh4a2_updown":0,
|
|
"wh5a0":39,
|
|
"wh5a0_updown":0,
|
|
"wh5a1":34,
|
|
"wh5a1_updown":0,
|
|
"wh5a2":50,
|
|
"wh5a2_updown":0,
|
|
"single":1,
|
|
"single_updown":0
|
|
},
|
|
"jq_odds":{ //\u603B\u8FDB\u7403\u6570\u8D54\u7387
|
|
"g0":14, //\u8FDB0\u7403\u8D54\u7387
|
|
"g0_updown":0,
|
|
"g1":5.2,
|
|
"g1_updown":0,
|
|
"g2":3.5,
|
|
"g2_updown":0,
|
|
"g3":3.2,
|
|
"g3_updown":0,
|
|
"g4":4.6,
|
|
"g4_updown":0,
|
|
"g5":8,
|
|
"g5_updown":0,
|
|
"g6":15,
|
|
"g6_updown":0,
|
|
"g7m":23, //\u8FDB7+\u7403\u8D54\u7387
|
|
"g7m_updown":0,
|
|
"single":1,
|
|
"single_updown":0
|
|
},
|
|
"bqc_odds":{ //\u534A\u5168\u573A\u80DC\u5E73\u8D1F\u8D54\u7387
|
|
"dd":4.15, //\u5E73\u5E73\u8D54\u7387
|
|
"dd_updown":0,
|
|
"dl":5.65, //\u5E73\u8D1F\u8D54\u7387
|
|
"dl_updown":0,
|
|
"dw":5.2, //\u5E73\u80DC\u8D54\u7387
|
|
"dw_updown":0,
|
|
"ld":15, //\u8D1F\u5E73\u8D54\u7387
|
|
"ld_updown":0,
|
|
"ll":4.15, //\u8D1F\u8D1F\u8D54\u7387
|
|
"ll_updown":0,
|
|
"lw":24, //\u8D1F\u80DC\u8D54\u7387
|
|
"lw_updown":0,
|
|
"wd":15, //\u80DC\u5E73\u8D54\u7387
|
|
"wd_updown":0,
|
|
"wl":26, //\u80DC\u8D1F\u8D54\u7387
|
|
"wl_updown":0,
|
|
"ww":4, //\u80DC\u80DC\u8D54\u7387
|
|
"ww_updown":0,
|
|
"single":1,
|
|
"single_updown":0
|
|
},
|
|
"real_close_str":"00:00\u622A\u6B62", //\u622A\u6B62\u65F6\u95F4
|
|
"issue_num_week":"\u5468\u4E00",
|
|
"issue_num_day":"2022-01-01"
|
|
}
|
|
]
|
|
}`,type:"json"}]},filename:"Customer/JczqController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerJczqSelling",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/jczq/selling"}]},{type:"GET",url:"/api/customer/lottery/types",title:"\u6240\u6709\u5F69\u79CD",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"is_fadan",isArray:!1,description:"<p>1\u4EE3\u8868\u662F\u53D1\u5355\u65F6\u4F7F\u7528</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`[
|
|
{
|
|
"id": 1, // id
|
|
"name": "\u7B2C\u4E00\u4E2A", // \u540D\u79F0
|
|
"icon": "xx", // icon
|
|
"info": "", // \u4FE1\u606F\u63D0\u793A
|
|
},
|
|
...
|
|
]`,type:"json"}]},filename:"Customer/LotteryController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerLotteryTypes",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/lottery/types"}]},{type:"GET",url:"/api/customer/lqoverview/analysis",title:"\u7BEE\u7403\u5206\u6790-\u5206\u6790",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"match_id",isArray:!1,description:"<p>\u6BD4\u8D5Bid</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"history":[ // \u5386\u53F2\u4EA4\u950B
|
|
{
|
|
"id":3266,
|
|
"match_id":89933,
|
|
"start_time":"2023-01-05 04:30:00", // \u6BD4\u8D5B\u65F6\u95F4
|
|
"competition_name":"\u897F\u7BEE\u8054", // \u8D5B\u4E8B
|
|
"home_team_name":"\u5C24\u5C3C\u5361\u52A0", // \u4E3B\u961F
|
|
"away_team_name":"\u6BD5\u5C14\u5DF4\u9102", // \u5BA2\u961F
|
|
"home_score":92, // \u4E3B\u961F\u5F97\u5206
|
|
"away_score":79, // \u5BA2\u961F\u5F97\u5206
|
|
"status":2,
|
|
"start_week":"\u5468\u4E8C",
|
|
"start_time_str":"01-05 04:30"
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/LqOverviewController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerLqoverviewAnalysis",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/lqoverview/analysis"}]},{type:"GET",url:"/api/customer/lqoverview/match_info",title:"\u7BEE\u7403\u5206\u6790-\u6BD4\u8D5B\u4FE1\u606F",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"match_id",isArray:!1,description:"<p>\u6BD4\u8D5Bid</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"id":4515,
|
|
"match_id":446519, // \u6BD4\u8D5Bid
|
|
"competition_id":14, // \u8D5B\u4E8Bid
|
|
"competition_name":"\u6B27\u51A0", // \u8D5B\u4E8B\u540D\u79F0
|
|
"season":"22/23", // \u8D5B\u5B63
|
|
"start_time":"2023-05-11 03:00:00", // \u5F00\u59CB\u65F6\u95F4
|
|
"start_week":"\u5468\u4E00", // \u5F00\u59CB\u65F6\u95F4\u6240\u5C5E\u5468
|
|
"start_time_str":"05-11 03:00", // \u5F00\u59CB\u65F6\u95F4
|
|
"home_team_id":77,
|
|
"home_team_name":"AC\u7C73\u5170", // \u4E3B\u961F
|
|
"away_team_id":"86",
|
|
"away_team_name":"\u56FD\u9645\u7C73\u5170", // \u5BA2\u961F
|
|
"status":0, // \u6BD4\u8D5B\u72B6\u6001\uFF080:\u672A\u5F00\u59CB, 1:\u8FDB\u884C\u4E2D, 2:\u5DF2\u7ED3\u675F, 3:\u5EF6\u671F, 4:\u4E2D\u65AD, 5:\u53D6\u6D88, 6:\u4E2D\u573A\u4F11\u606F\uFF09
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/LqOverviewController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerLqoverviewMatch_info",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/lqoverview/match_info"}]},{type:"GET",url:"/api/customer/lqoverview/zhishu",title:"\u7BEE\u7403\u5206\u6790-\u6307\u6570",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"match_id",isArray:!1,description:"<p>\u6BD4\u8D5Bid</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:` {
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"rf":[ // \u8BA9\u5206\u6307\u6570\uFF0C\u6570\u7EC4\u603B\u957F\u5EA6\u5C31\u662F\u516C\u53F8\u6570
|
|
{
|
|
"company":{
|
|
"id":2,
|
|
"company_id":2,
|
|
"name":"\u7ACB\u535A", // \u516C\u53F8\u540D
|
|
"country":"\u82F1\u56FD",
|
|
"created_at":"2023-05-09 22:51:05",
|
|
"updated_at":"2023-05-09 22:51:05",
|
|
"deleted_at":null
|
|
},
|
|
"items":[ // \u8FD9\u4E2A\u6570\u7EC4\u6709\u4E24\u9879\uFF0Ctype=0\u62161 \uFF080: \u521D\u76D8, 1: \u5373\u65F6\u76D8\uFF09
|
|
{
|
|
"id":1,
|
|
"cdate":20230509,
|
|
"match_id":97980,
|
|
"company_id":2,
|
|
"type":0, // \u7C7B\u578B\uFF080: \u521D\u76D8, 1: \u5373\u65F6\u76D8\uFF09
|
|
"handicap":"-4.50", // \u8BA9\u7403
|
|
"home":"0.80", // \u4E3B\u961F\u8D54\u7387
|
|
"away":"0.85", // \u5BA2\u961F\u8D54\u7387
|
|
"change_time":"2023-05-09 13:13:14", // \u53D8\u76D8\u65F6\u95F4
|
|
"created_at":"2023-05-09 22:49:33",
|
|
"updated_at":"2023-05-09 22:49:33",
|
|
"deleted_at":null
|
|
},
|
|
]
|
|
},
|
|
],
|
|
"ou":[
|
|
{
|
|
"company":, // \u540C\u4E0A
|
|
"items":[
|
|
{
|
|
"id":1,
|
|
"cdate":20230509,
|
|
"match_id":97980,
|
|
"company_id":2,
|
|
"type":0, // \u7C7B\u578B\uFF080: \u521D\u76D8, 1: \u5373\u65F6\u76D8\uFF09
|
|
"win":"1.53", //\u4E3B\u80DC\u8D54\u7387
|
|
"loss":"2.25", //\u5BA2\u80DC\u8D54\u7387
|
|
"change_time":"2023-05-09 17:21:07", // \u53D8\u76D8\u65F6\u95F4
|
|
"created_at":"2023-05-09 22:49:33",
|
|
"updated_at":"2023-05-09 22:49:33",
|
|
"deleted_at":null
|
|
},
|
|
]
|
|
},
|
|
],
|
|
"daxiao":[
|
|
{
|
|
"company":, // \u540C\u4E0A
|
|
"items":[
|
|
{
|
|
"id":1,
|
|
"cdate":20230509,
|
|
"match_id":97980,
|
|
"company_id":2,
|
|
"type":0, // \u7C7B\u578B\uFF080: \u521D\u76D8, 1: \u5373\u65F6\u76D8\uFF09
|
|
"handicap":"158.50", //\u76D8\u53E3
|
|
"over":"0.83", //\u5927\u7403\u8D54\u7387
|
|
"under":"0.85", //\u5C0F\u7403\u8D54\u7387
|
|
"change_time":"2023-05-09 13:13:17", // \u53D8\u76D8\u65F6\u95F4
|
|
"created_at":"2023-05-09 22:49:33",
|
|
"updated_at":"2023-05-09 22:49:33",
|
|
"deleted_at":null
|
|
},
|
|
]
|
|
},
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/LqOverviewController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerLqoverviewZhishu",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/lqoverview/zhishu"}]},{type:"GET",url:"/api/customer/order/da_shen_list",title:"\u8DDF\u5355-\u4E00\u7AD9\u6210\u540D\u7B49",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"lian_hong": [ // \u8FDE\u7EA2\u699C
|
|
{
|
|
"id": 1,
|
|
"name": "\u6211\u662F\u5927\u795E1",
|
|
"nickname": "\u6211\u662F\u5927\u795E1",
|
|
"avatar": "",
|
|
"red_num": 1
|
|
}
|
|
],
|
|
"cheng_ming": [ // \u4E00\u7AD9\u6210\u540D
|
|
{
|
|
"id": 1,
|
|
"name": "\u6211\u662F\u5927\u795E1",
|
|
"nickname": "\u6211\u662F\u5927\u795E1",
|
|
"avatar": "",
|
|
"red_num": 1
|
|
}
|
|
],
|
|
"sheng_lv": [ // \u80DC\u7387\u699C
|
|
{
|
|
"id": 1,
|
|
"name": "\u6211\u662F\u5927\u795E1",
|
|
"nickname": "\u6211\u662F\u5927\u795E1",
|
|
"avatar": "",
|
|
"red_num": 1
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/OrderController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerOrderDa_shen_list",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/order/da_shen_list"}]},{type:"GET",url:"/api/customer/order/gendan_list",title:"\u8BA2\u5355\u8BE6\u60C5-\u8DDF\u5217\u5217\u8868\u5206\u9875",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C,\u53C2\u8003\u8BA2\u5355\u8BE6\u60C5\u4E2D\u7684gendan\u5217\u8868\u6570\u636E",content:"{}",type:"json"}]},filename:"Customer/OrderController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerOrderGendan_list",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/order/gendan_list"}]},{type:"GET",url:"/api/customer/order/show",title:"\u8BA2\u5355\u8BE6\u60C5(\u666E\u901A\u6295\u6CE8\u548C\u53D1\u5355)",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"lottery_type": {
|
|
"id": 1,
|
|
"type": "jczq", //jczq:\u7ADE\u5F69\u8DB3\u7403\uFF0Cjclq:\u7ADE\u5F69\u7BEE\u7403\uFF0Cctzq_jqc4:\u573A\u8FDB\u7403\u5F69\uFF0Cctzq_bqc6:\u573A\u534A\u5168\u573A\uFF08\u6839\u636E\u6B64\u5B57\u6BB5\u5224\u65AD\u8BA2\u5355\u8BE6\u60C5\u4E2D\u7684\u6295\u6CE8\u4FE1\u606F\uFF09
|
|
"name": "jc\u8DB3\u7403"
|
|
}
|
|
"customer":{ // \u6295\u6CE8\u4EBA
|
|
"id":2,
|
|
"name":"",
|
|
"nickname":"", // \u6295\u6CE8\u4EBA\u540D
|
|
"level_name":"\u50A8\u5907\u7EC4\u957F",
|
|
"level_score_group":"5000",
|
|
"lottery_state_name":"",
|
|
"client_type_name":"\u672A\u77E5"
|
|
},
|
|
"id": 2,
|
|
"pid": 0,
|
|
"lottery_is_wined": true, // true\u4E2D\u5956\uFF1Bfalse\u672A\u4E2D\u5956
|
|
"order_sn": "P2023040900000002",
|
|
"customer_id": 1,
|
|
"lottery_id": 1,
|
|
"shop_id": 0,
|
|
"lottery_type_id": 0,
|
|
"type": 1,
|
|
"copy_num": 0, // \u8DDF\u5355\u6570
|
|
"bets_num": 2, // \u500D\u6570
|
|
"piao_num": 0, //
|
|
"money": 24, // \u8D2D\u4E70\u91D1\u989D
|
|
"prize_min": "11.04", // \u6700\u4F4E\u5956\u91D1
|
|
"prize_max": "142.56", // \u6700\u9AD8\u5956\u91D1
|
|
"pass_mode": [
|
|
"2.1"
|
|
],
|
|
"play_type": "mixed",
|
|
"pay_type": "",
|
|
"pay_state": "success",
|
|
"pay_at": "2023-04-09 03:41:06",
|
|
"odds_early_close_time": "2023-04-05 15:38:38",
|
|
"odds_late_close_time": "2023-04-06 15:38:38",
|
|
"lottery_state": 5,
|
|
"lottery_prize": "0.00", // \u4E2D\u5956\u91D1\u989D
|
|
"lottery_tax_prize": "0.00", // \u4E2D\u5956\u91D1\u989D
|
|
"type_mode": 1, 1\u622A\u6B62\u540E\u516C\u5F00\uFF0C2\u516C\u5F00;3\u8BA4\u8D2D\u53EF\u89C1
|
|
"type_desc": "\u6D6A\u8D39\u5927\u5BB6\u53D1\u7684\u5566",
|
|
"created_at": "2023-04-09T03:32:51.000000Z",
|
|
"updated_at": "2023-04-09T03:41:06.000000Z",
|
|
"deleted_at": null,
|
|
"sellings": [ // 4\u573A\u8FDB\u7403\u5F69/6\u573A\u534A\u5168\u573A
|
|
{
|
|
"no": "01", // \u5E8F\u53F7
|
|
"team_name": "jc_home_team_name+1", // \u7403\u961F\u540D
|
|
"odds": [ // \u8D2D\u4E70\u7684\u6BD4\u5206
|
|
1,
|
|
2
|
|
]
|
|
},
|
|
],
|
|
"sellings": [ // \u7ADE\u5F69\u7BEE\u7403\uFF0C\u7ADE\u5F69\u8DB3\u7403
|
|
{
|
|
"issue_num": "2022-01-01/\u5468\u4E00",
|
|
"play_num": 21,
|
|
"jc_competition_name": "adsf\u79BB\u5F00\u5BB6",
|
|
"jc_competition_name_full": "\u53D1\u4E09\u5206\u5927\u8D5B",
|
|
"jc_home_team_name": "\u53D1\u987A\u4E30",
|
|
"jc_home_team_name_full": "\u53D1\u9001",
|
|
"jc_away_team_name": "fda",
|
|
"jc_away_team_name_full": "fda",
|
|
"id": 3,
|
|
"order_id": 2,
|
|
"jczq_odds_id": 3,
|
|
"odds_id": 1,
|
|
"match_id": 1,
|
|
"odds_result": 0,
|
|
"issue_num_week": "\u5468\u4E00",
|
|
"issue_num_day": "2022-01-01",
|
|
"vs_b": "\u53D1\u987A\u4E30",
|
|
"vs_m": "vs",
|
|
"vs_a": "fda",
|
|
"half_time_score": "fda", // \u8DB3\u7403\uFF1A\u534A\u573A\u6BD4\u5206
|
|
"full_time_score": "fda", // \u8DB3\u7403\uFF1A\u5168\u573A\u6BD4\u5206
|
|
"home_score": "fda", // \u7BEE\u7403: \u4E3B\u961F\u5F97\u5206
|
|
"away_score": "fda", // \u7BEE\u7403: \u5BA2\u961F\u5F97\u5206
|
|
"play_items": [ // \u6BCF\u79CD\u73A9\u6CD5\u548C\u5BF9\u5E94\u7684\u6295\u6CE8\u9879
|
|
{
|
|
"win_result": "",
|
|
"play_name": "\u80DC\u5E73\u8D1F", // \u73A9\u6CD5
|
|
"play_items": [
|
|
{
|
|
name: "\u80DC", // \u6295\u6CE8\u9879
|
|
wined: true, // \u662F\u5426\u4E2D
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
|
|
],
|
|
"chang_num": 2,
|
|
"pass_mode_names": [ // \u4E32\u5173
|
|
"2x1"
|
|
],
|
|
"play_name": "\u7ADE\u5F69\u8DB3\u7403", // \u5F69\u79CD
|
|
"play_type_name": "\u6DF7\u5408\u6295\u6CE8", // \u73A9\u6CD5
|
|
"buy_type_name": "\u81EA\u8D2D",
|
|
"pass_mode_name": [
|
|
"2\u4E321"
|
|
],
|
|
"materials": [],
|
|
"gendan_info": { // \u8DDF\u5355\u4FE1\u606F
|
|
"brokerage":1, // \u8DDF\u5355\u4F63\u91D1
|
|
"count_gendan":1, // \u8DDF\u5355\u4EBA\u6570
|
|
"count_default_show":10, // \u9ED8\u8BA4\u4EBA\u6570
|
|
"list":[
|
|
{
|
|
"id":16,
|
|
"pid":13,
|
|
"customer_id":2,
|
|
"money":20, // \u8DDF\u5355\u91D1\u989D
|
|
"lottery_state":5,
|
|
"lottery_tax_prize":"0.00", // \u7A0E\u540E\u5956\u91D1
|
|
"play_type_name":"",
|
|
"buy_type_name":"",
|
|
"pass_mode_name":[
|
|
|
|
],
|
|
"lottery_estimate_send_prize":"0.00",
|
|
"gendan_brokerage":"0.00",
|
|
"customer":{ // \u6295\u6CE8\u4EBA
|
|
"id":2,
|
|
"name":"",
|
|
"nickname":"", // \u6295\u6CE8\u4EBA\u540D
|
|
"level_name":"\u50A8\u5907\u7EC4\u957F",
|
|
"level_score_group":"5000",
|
|
"lottery_state_name":"",
|
|
"client_type_name":"\u672A\u77E5"
|
|
},
|
|
"p_order":{ // \u53D1\u5355
|
|
"id":13,
|
|
"order_sn":"P2023050500000004",
|
|
"customer_id":1,
|
|
"play_type_name":"",
|
|
"buy_type_name":"",
|
|
"pass_mode_name":[
|
|
|
|
],
|
|
"lottery_estimate_send_prize":null,
|
|
"gendan_brokerage":null,
|
|
"customer":{ // \u53D1\u5355\u4EBA
|
|
"id":1,
|
|
"nickname":"",
|
|
"name":"\u53D1\u8FBE",
|
|
"level_name":"\u50A8\u5907\u7EC4\u957F",
|
|
"level_score_group":"5000",
|
|
"lottery_state_name":"",
|
|
"client_type_name":"\u672A\u77E5"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/OrderController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerOrderShow",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/order/show"}]},{type:"GET",url:"/api/customer/pls/selling",title:"pls-selling",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"result": [
|
|
{
|
|
"issue_num": "23064", // \u671F
|
|
"result": [ // \u7ED3\u679C
|
|
"2",
|
|
"6",
|
|
"1",
|
|
"5",
|
|
"7",
|
|
"7",
|
|
"0"
|
|
]
|
|
}
|
|
],
|
|
"current": {
|
|
"issue_num": "23067", // \u671F
|
|
"close_time_str": "2023-06-13 20:40:00" // \u622A\u6B62\u65F6\u95F4
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/PlsController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerPlsSelling",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/pls/selling"}]},{type:"GET",url:"/api/customer/plw/selling",title:"plw-selling",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"result": [
|
|
{
|
|
"issue_num": "23064", // \u671F
|
|
"result": [ // \u7ED3\u679C
|
|
"2",
|
|
"6",
|
|
"1",
|
|
"5",
|
|
"7",
|
|
"7",
|
|
"0"
|
|
]
|
|
}
|
|
],
|
|
"current": {
|
|
"issue_num": "23067", // \u671F
|
|
"close_time_str": "2023-06-13 20:40:00" // \u622A\u6B62\u65F6\u95F4
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/PlwController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerPlwSelling",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/plw/selling"}]},{type:"GET",url:"/api/customer/qrcode",title:"\u4E8C\u7EF4\u7801-\u751F\u6210",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"content",isArray:!1,description:"<p>\u4E8C\u7EF4\u7801\u5185\u5BB9</p>"},{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u5927\u5C0F\uFF0C\u9ED8\u8BA480</p>"},{group:"Parameter",type:"String",optional:!0,field:"format",isArray:!1,description:"<p>\u683C\u5F0F\uFF08png,svg,eps\uFF09\uFF0C\u9ED8\u8BA4png</p>"}]}},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerQrcode",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/qrcode"}]},{type:"GET",url:"/api/customer/qxc/selling",title:"qxc-selling",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"result": [
|
|
{
|
|
"issue_num": "23064", // \u671F
|
|
"result": [ // \u7ED3\u679C
|
|
"2",
|
|
"6",
|
|
"1",
|
|
"5",
|
|
"7",
|
|
"7",
|
|
"0"
|
|
]
|
|
}
|
|
],
|
|
"current": {
|
|
"issue_num": "23067", // \u671F
|
|
"close_time_str": "2023-06-13 20:40:00" // \u622A\u6B62\u65F6\u95F4
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/QxcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerQxcSelling",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/qxc/selling"}]},{type:"GET",url:"/api/customer/shop",title:"\u9996\u9875-\u5E97\u94FA\u4FE1\u606F",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"id": 1,
|
|
"seller_id": 1,
|
|
"name": "shop1", // \u540D\u79F0
|
|
"seller_name": "******", // \u5E97\u4E3B\u540D
|
|
"seller_phone": "******", // \u5E97\u4E3B\u7535\u8BDD
|
|
"seller_wechat": "qerewrwq", // \u5FAE\u4FE1
|
|
"addr": "******", // \u5730\u5740
|
|
"announcement": "fdsafdsafdsa", // \u516C\u544A
|
|
}`,type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerShop",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/shop"}]},{type:"GET",url:"/api/customer/wallet/withdraw_last",title:"\u6211\u7684-\u6700\u8FD1\u63D0\u73B0\u4FE1\u606F",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"id":1,
|
|
"shop_id":2000,
|
|
"customer_id":100,
|
|
"freeze_id":1,
|
|
"money":"1.1100",
|
|
"type":1, // 1\u652F\u4ED8\u5B9D\u30012\u94F6\u884C\u5361
|
|
"ali_account":"sssss",
|
|
"bank_no":"",
|
|
"bank_area":"",
|
|
"bank_master":"",
|
|
"bank_branch":"",
|
|
"state":1,
|
|
"seller_id":0,
|
|
"seller_remark":"",
|
|
"remark_at":null,
|
|
"created_at":"2023-10-09 20:08:07",
|
|
"updated_at":"2023-10-09 20:08:07",
|
|
"deleted_at":null,
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/WalletController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerWalletWithdraw_last",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/wallet/withdraw_last"}]},{type:"GET",url:"/api/customer/wallet/withdraw_list",title:"\u6211\u7684-\u63D0\u73B0\u5217\u8868",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Customer/WalletController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerWalletWithdraw_list",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/wallet/withdraw_list"}]},{type:"GET",url:"/api/customer/win_ctzq_bqc_detail_result",title:"\u5F00\u5956\u516C\u544A-\u4F20\u7EDF\u8DB3\u7403-6\u573A\u534A\u5168\u573A\u8BE6\u60C5",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"current_page":1,
|
|
"data":[
|
|
{
|
|
"id":1,
|
|
"ret_id":473,
|
|
"type":"ctzq_jqc",
|
|
"issue_num":"23070", // \u671F\u53F7
|
|
"state":"hasLottery",
|
|
"start_time":"2023-04-30 20:00:00",
|
|
"end_time":"2023-05-03 22:00:00",
|
|
"prize_time":"2023-05-04 10:02:04", // \u5F00\u5956\u65F6\u95F4
|
|
"result_info":"3+010213+1", // \u5F00\u5956\u7ED3\u679C
|
|
"result_array":"3+010213+1", // \u5F00\u5956\u7ED3\u679C
|
|
"sales":"2765664.00",
|
|
"jackpot":"0.00",
|
|
"first_prize_num":255,
|
|
"first_prize_value":6941,
|
|
"created_at":"2023-05-04 21:32:16",
|
|
"updated_at":"2023-05-04 21:32:16",
|
|
"deleted_at":null,
|
|
"matchs": [
|
|
{
|
|
"no":0, // \u7F16\u53F7
|
|
"result":0, // \u7ED3\u679C
|
|
"jcAwayTeamName":0, // \u5BA2\u961F
|
|
"jcHomeTeamName":0, // \u4E3B\u961F
|
|
"half_time_score":0, // \u534A\u573A\u6BD4\u5206
|
|
"full_time_score":0, // \u6574\u573A\u6BD4\u5206
|
|
}
|
|
],
|
|
},
|
|
],
|
|
"per_page":20,
|
|
"total":2
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerWin_ctzq_bqc_detail_result",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/win_ctzq_bqc_detail_result"}]},{type:"GET",url:"/api/customer/win_ctzq_bqc_result",title:"\u5F00\u5956\u516C\u544A-\u4F20\u7EDF\u8DB3\u7403-6\u573A\u534A\u5168\u573A",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"current_page":1,
|
|
"data":[
|
|
{
|
|
"id":1,
|
|
"ret_id":473,
|
|
"type":"ctzq_jqc",
|
|
"issue_num":"23070", // \u671F\u53F7
|
|
"state":"hasLottery",
|
|
"start_time":"2023-04-30 20:00:00",
|
|
"end_time":"2023-05-03 22:00:00",
|
|
"prize_time":"2023-05-04 10:02:04", // \u5F00\u5956\u65F6\u95F4
|
|
"result_info":"3+010213+1", // \u5F00\u5956\u7ED3\u679C
|
|
"result_array":"3+010213+1", // \u5F00\u5956\u7ED3\u679C
|
|
"sales":"2765664.00",
|
|
"jackpot":"0.00",
|
|
"first_prize_num":255,
|
|
"first_prize_value":6941,
|
|
"created_at":"2023-05-04 21:32:16",
|
|
"updated_at":"2023-05-04 21:32:16",
|
|
"deleted_at":null,
|
|
},
|
|
],
|
|
"per_page":20,
|
|
"total":2
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerWin_ctzq_bqc_result",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/win_ctzq_bqc_result"}]},{type:"GET",url:"/api/customer/win_ctzq_jqc_detail_result",title:"\u5F00\u5956\u516C\u544A-\u4F20\u7EDF\u8DB3\u7403-4\u573A\u8FDB\u7403\u5F69\u8BE6\u60C5",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"current_page":1,
|
|
"data":[
|
|
{
|
|
"id":1,
|
|
"ret_id":473,
|
|
"type":"ctzq_jqc",
|
|
"issue_num":"23070", // \u671F\u53F7
|
|
"state":"hasLottery",
|
|
"start_time":"2023-04-30 20:00:00",
|
|
"end_time":"2023-05-03 22:00:00",
|
|
"prize_time":"2023-05-04 10:02:04", // \u5F00\u5956\u65F6\u95F4
|
|
"result_info":"3+010213+1", // \u5F00\u5956\u7ED3\u679C
|
|
"result_array":"3+010213+1", // \u5F00\u5956\u7ED3\u679C
|
|
"sales":"2765664.00",
|
|
"jackpot":"0.00",
|
|
"first_prize_num":255,
|
|
"first_prize_value":6941,
|
|
"created_at":"2023-05-04 21:32:16",
|
|
"updated_at":"2023-05-04 21:32:16",
|
|
"deleted_at":null,
|
|
"matchs": [
|
|
{
|
|
"no":0, // \u7F16\u53F7
|
|
"result":0, // \u7ED3\u679C
|
|
"jcAwayTeamName":0, // \u5BA2\u961F
|
|
"jcHomeTeamName":0, // \u4E3B\u961F
|
|
"half_time_score":0, // \u534A\u573A\u6BD4\u5206
|
|
"full_time_score":0, // \u6574\u573A\u6BD4\u5206
|
|
}
|
|
],
|
|
},
|
|
],
|
|
"per_page":20,
|
|
"total":2
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerWin_ctzq_jqc_detail_result",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/win_ctzq_jqc_detail_result"}]},{type:"GET",url:"/api/customer/win_ctzq_jqc_result",title:"\u5F00\u5956\u516C\u544A-\u4F20\u7EDF\u8DB3\u7403-4\u573A\u8FDB\u7403\u5F69",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"current_page":1,
|
|
"data":[
|
|
{
|
|
"id":1,
|
|
"ret_id":473,
|
|
"type":"ctzq_jqc",
|
|
"issue_num":"23070", // \u671F\u53F7
|
|
"state":"hasLottery",
|
|
"start_time":"2023-04-30 20:00:00",
|
|
"end_time":"2023-05-03 22:00:00",
|
|
"prize_time":"2023-05-04 10:02:04", // \u5F00\u5956\u65F6\u95F4
|
|
"result_info":"3+010213+1", // \u5F00\u5956\u7ED3\u679C
|
|
"result_array":"3+010213+1", // \u5F00\u5956\u7ED3\u679C
|
|
"sales":"2765664.00",
|
|
"jackpot":"0.00",
|
|
"first_prize_num":255,
|
|
"first_prize_value":6941,
|
|
"created_at":"2023-05-04 21:32:16",
|
|
"updated_at":"2023-05-04 21:32:16",
|
|
"deleted_at":null,
|
|
},
|
|
],
|
|
"per_page":20,
|
|
"total":2
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerWin_ctzq_jqc_result",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/win_ctzq_jqc_result"}]},{type:"GET",url:"/api/customer/win_jclq_result",title:"\u5F00\u5956\u516C\u544A-\u7ADE\u5F69\u7BEE\u7403",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"issue_num",isArray:!1,description:"<p>\u671F\u53F7</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"issue_nums":[
|
|
"2023-05-04/\u5468\u56DB"
|
|
],
|
|
"result":[
|
|
{
|
|
"id":1,
|
|
"jclq_odds_id":1,
|
|
"odds_id":5131,
|
|
"match_id":97866,
|
|
"issue_num":"2023-05-04/\u5468\u56DB",
|
|
"issue_date":"2023-05-04", // \u65E5\u671F
|
|
"issue_week":"2023-05-04", // \u5468
|
|
"play_num":"301",
|
|
"is_reverse":0,
|
|
"home_score":104, // \u4E3B\u961F\u6BD4\u5206
|
|
"away_score":69, // \u5BA2\u961F\u6BD4\u5206
|
|
"q1home_score":17,
|
|
"q1away_score":24,
|
|
"q2home_score":30,
|
|
"q2away_score":12,
|
|
"q3home_score":32,
|
|
"q3away_score":17,
|
|
"q4home_score":25,
|
|
"q4away_score":16,
|
|
"othome_score":0,
|
|
"otaway_score":0,
|
|
"lottery_state":"hasLottery",
|
|
"lottery_time":"2023-05-05 08:59:00",
|
|
"sf_field":"win", // \u80DC\u8D1F
|
|
"sf_name":"\u4E3B\u80DC",
|
|
"sf_odds":"1.76", // \u8BA9\u5206
|
|
"rf_handicap":"-4.50",
|
|
"rf_field":"win",
|
|
"rf_name":"\u8BA9\u5206\u4E3B\u80DC",
|
|
"rf_odds":"1.70",
|
|
"sfc_field":"w6", // \u80DC\u5206\u5DEE
|
|
"sfc_name":"\u4E3B\u80DC26+",
|
|
"sfc_odds":"17.00",
|
|
"dxf_total_score":"162.50", // \u5927\u5C0F\u5206
|
|
"dxf_field":"big",
|
|
"dxf_name":"\u5927",
|
|
"dxf_odds":"1.70",
|
|
"created_at":"2023-05-05 20:37:15",
|
|
"updated_at":"2023-05-05 20:37:15",
|
|
"deleted_at":null,
|
|
"match":{ // \u6BD4\u8D5B\u4FE1\u606F
|
|
"id":84864,
|
|
"match_id":97866,
|
|
"competition_name":"\u6B27\u7BEE\u8054", // \u8D5B\u4E8B\u540D
|
|
"home_team_name":"\u7279\u62C9\u7EF4\u592B\u9A6C\u5361\u6BD4", // \u4E3B\u961F
|
|
"away_team_name":"\u6469\u7EB3\u54E5", // \u5BA2\u961F
|
|
"start_week":"",
|
|
"start_time_str":""
|
|
}
|
|
},
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerWin_jclq_result",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/win_jclq_result"}]},{type:"GET",url:"/api/customer/win_jczq_result",title:"\u5F00\u5956\u516C\u544A-\u7ADE\u5F69\u8DB3\u7403",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"issue_num",isArray:!1,description:"<p>\u671F\u53F7</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"issue_nums":[
|
|
"2023-05-03/\u5468\u4E09"
|
|
],
|
|
"result":[
|
|
{
|
|
"id":1,
|
|
"jczq_odds_id":0,
|
|
"odds_id":0,
|
|
"match_id":392837,
|
|
"issue_num":"2023-05-03/\u5468\u4E09",
|
|
"issue_date":"2023-05-03", // \u65E5\u671F
|
|
"issue_week":"2023-05-04", // \u5468
|
|
"play_num":3, // \u573A\u6B21
|
|
"half_time_score":"2 : 1", // \u534A\u573A\u6BD4\u5206
|
|
"full_time_score":"2 : 1", // \u5168\u573A\u6BD4\u5206
|
|
"is_reverse":0,
|
|
"lottery_state":"hasLottery",
|
|
"lottery_time":"2023-05-04 09:18:00", // \u5F00\u5956\u65F6\u95F4
|
|
"spf_odds":"1.37", // \u80DC\u5E73\u8D1F\u8D54\u7387
|
|
"spf_field":"win", // \u80DC
|
|
"spf_name":"\u80DC", // \u540D\u79F0
|
|
"rq_odds":"3.10", // \u8BA9\u7403
|
|
"rq_handicap":"-1.00", // \u8BA9\u51E0\u4E2A
|
|
"rq_field":"draw", // \u5B57\u6BB5
|
|
"rq_name":"\u5E73", // \u540D\u79F0
|
|
"bf_odds":"7.50", // \u6BD4\u5206
|
|
"bf_field":"wh2a1", // \u5B57\u6BB5
|
|
"bf_name":"2:1", // \u540D\u79F0
|
|
"jq_odds":"4.00", // \u603B\u8FDB\u7403
|
|
"jq_field":"g3",
|
|
"jq_name":"3",
|
|
"bqc_odds":"2.15",
|
|
"bqc_field":"ww", // \u534A\u5168\u573A
|
|
"bqc_name":"\u80DC\u80DC",
|
|
"created_at":"2023-05-04 21:42:56",
|
|
"updated_at":"2023-05-04 21:42:56",
|
|
"match":{
|
|
"competition_name":xx, //\u8D5B\u4E8B\u540D
|
|
"home_team_name":xx, //\u4E3B\u961F\u540D
|
|
"away_team_name":xx, //\u5BA2\u961F
|
|
}
|
|
},
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerWin_jczq_result",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/win_jczq_result"}]},{type:"GET",url:"/api/customer/win_poster",title:"\u9996\u9875-\u4E2D\u5956\u6D77\u62A5",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"type",isArray:!1,description:"<p>all\u5168\u90E8\uFF0Cmy\u6211\u7684</p>"},{group:"Parameter",type:"Int",optional:!0,field:"page",isArray:!1,description:"<p>\u9875\u6570</p>"},{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570,\u9ED8\u8BA420</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":[
|
|
{
|
|
"cdate":"\u6628\u65E5", // \u65E5\u671F
|
|
"poster":[{
|
|
"id":1,
|
|
"order_sn":"xxx",
|
|
"customer":{
|
|
"id":1,
|
|
"name":"aaa", // \u7528\u6237\u540D
|
|
"level_name":"", // \u7EA7\u522B\u540D\u79F0
|
|
"avatar":"" // \u7528\u6237\u5934\u50CF
|
|
},
|
|
"prize":1000, // \u5956\u91D1
|
|
"money":1000, // \u65B9\u6848\u91D1\u989D
|
|
"lottery_name":"x", // \u5F69\u79CD\u540D\u79F0
|
|
"cdate":"2023-04-06"
|
|
}
|
|
}]
|
|
]
|
|
}`,type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerWin_poster",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/win_poster"}]},{type:"GET",url:"/api/customer/win_shuzi_detail_result",title:"\u5F00\u5956\u516C\u544A-\u6570\u5B57\u5F69\u8BE6\u60C5",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"lottery_type",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578B</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"current_page":1,
|
|
"data":[ // \u5927\u4E50\u900F\u7684\u6570\u636E\u683C\u5F0F
|
|
{
|
|
"id":11,
|
|
"issue_num":"23063",
|
|
"state":1,
|
|
"enable":0,
|
|
"close_time":null,
|
|
"prize_time":null,
|
|
"qian":[
|
|
"04",
|
|
"18",
|
|
"29",
|
|
"31",
|
|
"34"
|
|
],
|
|
"hou":[
|
|
"06",
|
|
"09"
|
|
],
|
|
"prize":"0.0000", // \u5956\u6C60
|
|
"base1_num":6, // \u4E00\u7B49\u5956\u6CE8\u6570
|
|
"base2_num":91, // \u4E8C\u7B49\u5956\u6CE8\u6570
|
|
"base3_num":186, // \u4E09\u7B49\u5956\u6CE8\u6570
|
|
"base1_prize":"6757853.0000", // \u4E00\u7B49\u5956\u91D1
|
|
"add1_num":2, // \u4E8C\u7B49\u5956\u8FFD\u52A0\u6CE8\u6570
|
|
"base2_prize":"129591.0000", // \u4E8C\u7B49\u5956\u91D1
|
|
"add2_num":28, // \u4E8C\u7B49\u5956\u8FFD\u52A0\u6CE8\u6570
|
|
"base3_prize":"10000.0000", // \u4E09\u7B49\u5956\u91D1
|
|
"add3_num":0, // \u4E09\u7B49\u5956\u8FFD\u52A0\u6CE8\u6570
|
|
"add1_prize":"5406282.0000", // \u4E00\u7B49\u5956\u8FFD\u52A0\u5956\u91D1
|
|
"add2_prize":"103672.0000", // \u4E8C\u7B49\u5956\u8FFD\u52A0\u5956\u91D1
|
|
"add3_prize":"0.0000", // \u4E09\u7B49\u5956\u8FFD\u52A0\u5956\u91D1
|
|
"created_at":"2023-06-06 22:00:09",
|
|
"updated_at":"2023-06-06 22:00:09",
|
|
"deleted_at":null,
|
|
"result_time":"2023-06-06T14:00:09.000000Z"
|
|
},
|
|
],
|
|
"from":1,
|
|
"per_page":20,
|
|
"to":20,
|
|
"total":20
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerWin_shuzi_detail_result",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/win_shuzi_detail_result"}]},{type:"GET",url:"/api/customer/win_shuzi_result",title:"\u5F00\u5956\u516C\u544A-\u6570\u5B57\u5F69",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":[
|
|
{
|
|
"lottery_type":"dlt", // \u5F69\u79CD
|
|
"dlt":{ // \u5927\u4E50\u900F\u7684\u6570\u636E\u683C\u5F0F
|
|
"id":11,
|
|
"issue_num":"23063", // \u671F\u53F7
|
|
"state":1,
|
|
"enable":0,
|
|
"close_time":null,
|
|
"prize_time":null, // \u5F00\u5956\u65F6\u95F4
|
|
"qian":[ // \u7EA2\u7403
|
|
"04",
|
|
"18",
|
|
"29",
|
|
"31",
|
|
"34"
|
|
],
|
|
"hou":[ // \u7BEE\u7403
|
|
"06",
|
|
"09"
|
|
],
|
|
"result_time":"2023-06-06T14:00:09.000000Z" // \u6293\u53D6\u5F00\u5956\u65F6\u95F4
|
|
}
|
|
}
|
|
]
|
|
}`,type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerWin_shuzi_result",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/win_shuzi_result"}]},{type:"GET",url:"/api/customer/winning_info",title:"\u9996\u9875-\u64AD\u62A5\u548C\u6D77\u62A5",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"broadcast": [ // \u64AD\u62A5
|
|
"xxxxxxxxxxxxxxx",
|
|
"bbbbbbbbbbbbbbbbb"
|
|
],
|
|
"poster": [ // \u6D77\u62A5
|
|
{
|
|
"id": 1, // \u6570\u636Eid
|
|
"customer": { //
|
|
"id": 1, // \u7528\u6237id
|
|
"avatar": "xxxx", // \u7528\u6237\u5934\u50CF
|
|
"level_name": "xxxx", // \u7EA7\u522B\u540D\u79F0
|
|
"name": "xxxx" // \u7528\u6237\u540D\u79F0
|
|
},
|
|
"lottery_name": 'xxxx', // \u5F69\u79CD\u540D\u79F0
|
|
"money": 2222.22, // \u65B9\u6848\u91D1\u989D
|
|
"prize": 2222.22, // \u5956\u91D1
|
|
"cdate": "2022-01-01" // \u65E5\u671F
|
|
},
|
|
...
|
|
]
|
|
}`,type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerWinning_info",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/winning_info"}]},{type:"GET",url:"/api/customer/zqoverview/battle_match",title:"\u8DB3\u7403\u5206\u6790-\u6218\u7EE9\u7EDF\u8BA1",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"match_id",isArray:!1,description:"<p>\u6BD4\u8D5Bid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"num",isArray:!1,description:"<p>\u591A\u5C11\u573A\uFF0C\u9ED8\u8BA410</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"jiao_feng": { // \u4EA4\u950B
|
|
"home": {
|
|
"win": 0, // \u80DC
|
|
"loss": 0,// \u8D1F
|
|
"draw": 0// \u5E73
|
|
},
|
|
"away": {
|
|
"win": 0,
|
|
"loss": 0,
|
|
"draw": 0
|
|
}
|
|
},
|
|
"jin_kuang": { // \u8FD1\u51B5
|
|
"home": {
|
|
"win": 1,
|
|
"loss": 2,
|
|
"draw": 0
|
|
},
|
|
"away": {
|
|
"win": 0,
|
|
"loss": 0,
|
|
"draw": 0
|
|
}
|
|
},
|
|
"zhu_ke": { // \u4E3B\u5BA2
|
|
"home": {
|
|
"win": 1,
|
|
"loss": 1,
|
|
"draw": 0
|
|
},
|
|
"away": {
|
|
"win": 0,
|
|
"loss": 0,
|
|
"draw": 0
|
|
}
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/ZqOverviewController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerZqoverviewBattle_match",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/zqoverview/battle_match"}]},{type:"GET",url:"/api/customer/zqoverview/future_match",title:"\u8DB3\u7403\u5206\u6790-\u672A\u6765\u8D5B\u4E8B",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"match_id",isArray:!1,description:"<p>\u6BD4\u8D5Bid</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"home": [
|
|
{
|
|
"id": 26918,
|
|
"match_id": 443257,
|
|
"competition_id": 165,
|
|
"competition_name": "\u6B27U21\u9884", // \u8D5B\u4E8B\u540D\u79F0
|
|
"season": "23/24", // \u8D5B\u5B63
|
|
"stage": "\u5C0F\u7EC4\u8D5B", //
|
|
"group_id": 1229653,
|
|
"group_name": "D",
|
|
"start_time": "2024-09-04 23:00:00", // \u6BD4\u8D5B\u5F00\u59CB\u65F6\u95F4
|
|
"home_team_id": 3394,
|
|
"home_team_name": "\u4EE5\u8272\u5217U21", // \u4E3B\u961F
|
|
"away_team_id": "3410",
|
|
"away_team_name": "\u5FB7\u56FDU21", // \u5BA2\u961F
|
|
"status": 0,
|
|
"half_time_score": "",
|
|
"full_time_score": "",
|
|
"extra_time_score": "",
|
|
"penal_score": "",
|
|
"final_score": "",
|
|
"win_team_id": 0,
|
|
"man_id": "",
|
|
"created_at": "2023-07-26 22:04:22",
|
|
"updated_at": "2024-06-15 20:08:03",
|
|
"deleted_at": null,
|
|
"start_week": "\u5468\u4E09",
|
|
"start_time_str": "09-04 23:00",
|
|
"competition_logo_url": "http://img.aistat.cn/competitions/165.png",
|
|
"home_team_logo_url": "http://img.aistat.cn/teams/3394.png",
|
|
"away_team_logo_url": "http://img.aistat.cn/teams/3410.png"
|
|
},
|
|
...
|
|
],
|
|
"away": [
|
|
...
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/ZqOverviewController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerZqoverviewFuture_match",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/zqoverview/future_match"}]},{type:"GET",url:"/api/customer/zqoverview/history_match",title:"\u8DB3\u7403\u5206\u6790-\u5386\u53F2\u4EA4\u950B",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"match_id",isArray:!1,description:"<p>\u6BD4\u8D5Bid</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"home": [
|
|
{
|
|
"id": 26918,
|
|
"match_id": 443257,
|
|
"competition_id": 165,
|
|
"competition_name": "\u6B27U21\u9884", // \u8D5B\u4E8B\u540D\u79F0
|
|
"season": "23/24", // \u8D5B\u5B63
|
|
"stage": "\u5C0F\u7EC4\u8D5B", //
|
|
"group_id": 1229653,
|
|
"group_name": "D",
|
|
"start_time": "2024-09-04 23:00:00", // \u6BD4\u8D5B\u5F00\u59CB\u65F6\u95F4
|
|
"home_team_id": 3394,
|
|
"home_team_name": "\u4EE5\u8272\u5217U21", // \u4E3B\u961F
|
|
"away_team_id": "3410",
|
|
"away_team_name": "\u5FB7\u56FDU21", // \u5BA2\u961F
|
|
"status": 0,
|
|
"half_time_score": "",
|
|
"full_time_score": "",
|
|
"extra_time_score": "",
|
|
"penal_score": "",
|
|
"final_score": "",
|
|
"win_team_id": 0,
|
|
"man_id": "",
|
|
"created_at": "2023-07-26 22:04:22",
|
|
"updated_at": "2024-06-15 20:08:03",
|
|
"deleted_at": null,
|
|
"start_week": "\u5468\u4E09",
|
|
"start_time_str": "09-04 23:00",
|
|
"competition_logo_url": "http://img.aistat.cn/competitions/165.png",
|
|
"home_team_logo_url": "http://img.aistat.cn/teams/3394.png",
|
|
"away_team_logo_url": "http://img.aistat.cn/teams/3410.png",
|
|
"ya_handicap": 0, // \u76D8\u8DEF
|
|
"ya_result": "\u8D62", // \u76D8\u8DEF
|
|
"win_result": "\u80DC", // \u6BD4\u8D5B\u7ED3\u679C
|
|
},
|
|
...
|
|
],
|
|
"away": [
|
|
...
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/ZqOverviewController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerZqoverviewHistory_match",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/zqoverview/history_match"}]},{type:"GET",url:"/api/customer/zqoverview/live",title:"\u8DB3\u7403\u5206\u6790-\u5B9E\u51B5",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"match_id",isArray:!1,description:"<p>\u6BD4\u8D5Bid</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"teamStats":[ // \u8D5B\u4E8B\u7EDF\u8BA1
|
|
{
|
|
"homeRate":7.03, // \u4E3B\u961F\u6570\u636E
|
|
"title":"\u8BC4\u5206", // \u6807\u9898
|
|
"awayRate":6.45, // \u5BA2\u961F\u6570\u636E
|
|
"homeProgress":0.52, // \u4E3B\u961F\u8FDB\u5EA6\u6761 0-1\u4E4B\u95F4
|
|
"awayProgress":0.48 // \u5BA2\u961F\u8FDB\u5EA6\u6761 0-1\u4E4B\u95F4
|
|
},
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/ZqOverviewController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerZqoverviewLive",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/zqoverview/live"}]},{type:"GET",url:"/api/customer/zqoverview/match_info",title:"\u8DB3\u7403\u5206\u6790-\u6BD4\u8D5B\u4FE1\u606F",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"match_id",isArray:!1,description:"<p>\u6BD4\u8D5Bid</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"id":4515,
|
|
"match_id":446519, // \u6BD4\u8D5Bid
|
|
"competition_id":14, // \u8D5B\u4E8Bid
|
|
"competition_name":"\u6B27\u51A0", // \u8D5B\u4E8B\u540D\u79F0
|
|
"season":"22/23", // \u8D5B\u5B63
|
|
"start_time":"2023-05-11 03:00:00", // \u5F00\u59CB\u65F6\u95F4
|
|
"start_week":"\u5468\u4E00", // \u5F00\u59CB\u65F6\u95F4\u6240\u5C5E\u5468
|
|
"start_time_str":"05-11 03:00", // \u5F00\u59CB\u65F6\u95F4
|
|
"home_team_id":77,
|
|
"home_team_name":"AC\u7C73\u5170", // \u4E3B\u961F
|
|
"away_team_id":"86",
|
|
"away_team_name":"\u56FD\u9645\u7C73\u5170", // \u5BA2\u961F
|
|
"status":0, // \u6BD4\u8D5B\u72B6\u6001\uFF080:\u672A\u5F00\u59CB, 1:\u8FDB\u884C\u4E2D, 2:\u5DF2\u7ED3\u675F, 3:\u5EF6\u671F, 4:\u4E2D\u65AD, 5:\u53D6\u6D88\uFF09
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/ZqOverviewController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerZqoverviewMatch_info",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/zqoverview/match_info"}]},{type:"GET",url:"/api/customer/zqoverview/probability",title:"\u8DB3\u7403\u5206\u6790-\u6982\u7387",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"match_id",isArray:!1,description:"<p>\u6BD4\u8D5Bid</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"predict":[ // \u6982\u7387\u9884\u6D4B\uFF0C\u7B2C\u4E00\u9879\u4E3A\u8868\u5934\u6570\u636E
|
|
{
|
|
"result":"",
|
|
"spf":"\u80DC\u5E73\u8D1F",
|
|
"rq":"\u8BA9\u7403\u80DC\u5E73\u8D1F"
|
|
},
|
|
{
|
|
"result":"\u80DC",
|
|
"spf":"43.00%",
|
|
"rq":"-"
|
|
},
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/ZqOverviewController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerZqoverviewProbability",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/zqoverview/probability"}]},{type:"GET",url:"/api/customer/zqoverview/qingbao",title:"\u8DB3\u7403\u5206\u6790-\u60C5\u62A5",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"match_id",isArray:!1,description:"<p>\u6BD4\u8D5Bid</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":[
|
|
{
|
|
"id":890486,
|
|
"teamId":162,
|
|
"homeAway":"home", // home\u4E3B\u961F; away\u5BA2\u961F
|
|
"type":"good", // \u7C7B\u578B\uFF08good: \u6709\u5229, bad:\u4E0D\u5229, neutral: \u4E2D\u6027\uFF09
|
|
"tag":"strength", // \u6807\u7B7E\uFF08strength: \u8FD1\u671F\u6218\u529B, absences: \u4F24\u505C\u60C5\u51B5, players: \u7403\u5458\u72B6\u6001, pk: \u4E24\u961F\u4EA4\u950B\uFF09
|
|
"content":"\u8FD110\u573A\u9632\u5B88\u4E0D\u4FD7\uFF0C4\u573A\u65E0\u4E22\u7403\uFF0C\u5360\u6BD440%" // \u8BE6\u7EC6\u5185\u5BB9
|
|
},
|
|
...
|
|
]
|
|
}`,type:"json"}]},filename:"Customer/ZqOverviewController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerZqoverviewQingbao",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/zqoverview/qingbao"}]},{type:"GET",url:"/api/customer/zqoverview/score_ranking",title:"\u8DB3\u7403\u5206\u6790-\u79EF\u5206\u6392\u884C",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"match_id",isArray:!1,description:"<p>\u6BD4\u8D5Bid</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"home" :{ // \u4E3B\u961F
|
|
"all":{}, // \u603B
|
|
"home": { // \u4E3B
|
|
"id": 18,
|
|
"competition_score_id": 81121, // \u6570\u636EId
|
|
"competition_id": 1, // \u8D5B\u4E8BId
|
|
"team_id": 20,
|
|
"group_id": "0",
|
|
"season": "23/24", // \u8D5B\u5B63
|
|
"team_name": "\u4F2F\u6069\u5229", // \u7403\u961F\u540D\u79F0
|
|
"matches": 38, // \u6BD4\u8D5B\u573A\u6B21
|
|
"wins": 5, //\u83B7\u80DC\u573A\u6B21
|
|
"draws": 9, //\u5E73\u5C40\u573A\u6B21
|
|
"losts": 24, //\u5931\u5229\u573A\u6B21
|
|
"goal_for": 41, //\u8FDB\u7403
|
|
"goal_aga": 78, //\u5931\u7403
|
|
"goal_diff": -37, //\u51C0\u80DC\u7403
|
|
"points": 24, //\u79EF\u5206
|
|
"position": 19, //\u6392\u540D
|
|
"qualificate": "\u964D\u7EA7", //\u5165\u56F4
|
|
"created_at": "2024-06-15 16:43:32",
|
|
"updated_at": "2024-06-15 16:43:32",
|
|
"deleted_at": null
|
|
},
|
|
"away": { // \u5BA2
|
|
...
|
|
}
|
|
},
|
|
"away":{ // \u5BA2\u961F
|
|
"all":{},
|
|
"home": {
|
|
"id": 18,
|
|
"competition_score_id": 81121, // \u6570\u636EId
|
|
"competition_id": 1, // \u8D5B\u4E8BId
|
|
"team_id": 20,
|
|
"group_id": "0",
|
|
"season": "23/24", // \u8D5B\u5B63
|
|
"team_name": "\u4F2F\u6069\u5229", // \u7403\u961F\u540D\u79F0
|
|
"matches": 38, // \u6BD4\u8D5B\u573A\u6B21
|
|
"wins": 5, //\u83B7\u80DC\u573A\u6B21
|
|
"draws": 9, //\u5E73\u5C40\u573A\u6B21
|
|
"losts": 24, //\u5931\u5229\u573A\u6B21
|
|
"goal_for": 41, //\u8FDB\u7403
|
|
"goal_aga": 78, //\u5931\u7403
|
|
"goal_diff": -37, //\u51C0\u80DC\u7403
|
|
"points": 24, //\u79EF\u5206
|
|
"position": 19, //\u6392\u540D
|
|
"qualificate": "\u964D\u7EA7", //\u5165\u56F4
|
|
"created_at": "2024-06-15 16:43:32",
|
|
"updated_at": "2024-06-15 16:43:32",
|
|
"deleted_at": null
|
|
},
|
|
"away": {
|
|
...
|
|
}
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/ZqOverviewController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerZqoverviewScore_ranking",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/zqoverview/score_ranking"}]},{type:"GET",url:"/api/customer/zqoverview/zhishu",title:"\u8DB3\u7403\u5206\u6790-\u6307\u6570",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"match_id",isArray:!1,description:"<p>\u6BD4\u8D5Bid</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"ya":[ // \u4E9A\u6307\uFF0C\u6570\u7EC4\u603B\u957F\u5EA6\u5C31\u662F\u516C\u53F8\u6570
|
|
{
|
|
"company":{ // \u516C\u53F8\u4FE1\u606F
|
|
"id":3,
|
|
"company_id":3, // \u516C\u53F8id
|
|
"name":"\u6FB3\u95E8", // \u516C\u53F8\u540D
|
|
"country":"\u4E2D\u56FD\u6FB3\u95E8",
|
|
},
|
|
"items":[ // \u8FD9\u4E2A\u6570\u7EC4\u6709\u4E24\u9879\uFF0Ctype=0\u62161
|
|
{
|
|
"id":1,
|
|
"cdate":20230508,
|
|
"match_id":390979,
|
|
"company_id":3,
|
|
"type":0, // \u7C7B\u578B\uFF080: \u521D\u76D8, 1: \u5373\u65F6\u76D8\uFF09
|
|
"handicap":"-0.50", // \u8BA9\u7403
|
|
"home":"0.86", // \u4E3B\u961F\u8D54\u7387
|
|
"away":"0.94", // \u5BA2\u961F\u8D54\u7387
|
|
"change_time":"2023-05-02 23:02:14", // \u53D8\u76D8\u65F6\u95F4
|
|
"created_at":"2023-05-08 20:44:28",
|
|
"updated_at":"2023-05-08 20:44:28",
|
|
"deleted_at":null
|
|
},
|
|
]
|
|
},
|
|
],
|
|
"ou":[// \u6B27\u6307\uFF0C\u6570\u7EC4\u603B\u957F\u5EA6\u5C31\u662F\u516C\u53F8\u6570
|
|
{
|
|
"company":, // \u540C\u4E0A
|
|
"items":[ // \u8FD9\u4E2A\u6570\u7EC4\u6709\u4E24\u9879\uFF0Ctype=0\u62161
|
|
{
|
|
"id":1,
|
|
"cdate":20230508,
|
|
"match_id":390979,
|
|
"company_id":3,
|
|
"type":0, // \u7C7B\u578B\uFF080: \u521D\u76D8, 1: \u5373\u65F6\u76D8\uFF09
|
|
"win":"1.86", //\u4E3B\u80DC\u8D54\u7387
|
|
"draw":"3.55", //\u5E73\u5C40\u8D54\u7387
|
|
"loss":"3.35", //\u5BA2\u80DC\u8D54\u7387
|
|
"change_time":"2023-05-03 00:21:15", // \u53D8\u76D8\u65F6\u95F4
|
|
"created_at":"2023-05-08 20:44:28",
|
|
"updated_at":"2023-05-08 20:44:28",
|
|
"deleted_at":null
|
|
},
|
|
]
|
|
},
|
|
],
|
|
"daxiao":[ // \u5927\u5C0F\uFF0C\u6570\u7EC4\u603B\u957F\u5EA6\u5C31\u662F\u516C\u53F8\u6570
|
|
{
|
|
"company": // \u540C\u4E0A
|
|
"items":[ // \u8FD9\u4E2A\u6570\u7EC4\u6709\u4E24\u9879\uFF0Ctype=0\u62161
|
|
{
|
|
"id":1,
|
|
"cdate":20230508,
|
|
"match_id":390979,
|
|
"company_id":13,
|
|
"type":0, // \u7C7B\u578B\uFF080: \u521D\u76D8, 1: \u5373\u65F6\u76D8\uFF09
|
|
"handicap":"2.75", //\u76D8\u53E3
|
|
"over":"0.90", //\u5927\u7403\u8D54\u7387
|
|
"under":"1.00", //\u5C0F\u7403\u8D54\u7387
|
|
"change_time":"2023-05-02 00:11:25",
|
|
"created_at":"2023-05-08 20:44:28",
|
|
"updated_at":"2023-05-08 20:44:28",
|
|
"deleted_at":null
|
|
},
|
|
]
|
|
},
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/ZqOverviewController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"GetApiCustomerZqoverviewZhishu",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/zqoverview/zhishu"}]},{type:"GET|POST",url:"/api/customer/logout",title:"auth-\u9000\u51FA",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":[]
|
|
}`,type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"Get|postApiCustomerLogout",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/logout"}]},{type:"POST",url:"/api/customer/bjdc/cart",title:"bjdc-\u8D2D\u5165\u8F66\u4FE1\u606F",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"bets_num",isArray:!1,description:"<p>\u500D\u6570</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id": 1, // \u5F69\u79CD\u7C7B\u578Bid
|
|
"playgames": {
|
|
1: { // \u5F69\u7968\u8D54\u7387\u6570\u636Eid
|
|
"spf_odds": { // \u73A9\u6CD5\uFF0C\u5982\uFF1Aspf,bf,bqc\uFF08\u80DC\u5E73\u8D1F\uFF0C\u6BD4\u5206\uFF0C\u534A\u5168\u573A\uFF09\u7B49
|
|
"win": 2.3 // \u6295\u6CE8\u7684\u503C
|
|
},
|
|
"bf_odds": {
|
|
"win": 2.3
|
|
},
|
|
...
|
|
},
|
|
...
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"has_fadan": true,// \u662F\u5426\u652F\u6301\u53D1\u5355
|
|
"has_union": false, // \u662F\u5426\u652F\u6301\u5408\u4E70
|
|
"money": 12, // \u6295\u6CE8\u91D1\u989D
|
|
"prize_min": 100, // \u6700\u4F4E\u5956\u91D1
|
|
"prize_max": 200, // \u6700\u9AD8\u5956\u91D1
|
|
"close_time_str": "3214:323 32:32:32\u622A\u6B62\uFF0C\u8BF7\u5C3D\u5FEB\u63D0\u4EA4\u6295\u6CE8", // \u63D0\u793A\u4FE1\u606F
|
|
"pass_mode":
|
|
{
|
|
"multi": [], // \u591A\u9009
|
|
"single": [ // \u5355\u9009
|
|
{
|
|
"key": "2.1",
|
|
"title": "2\u4E321"
|
|
}
|
|
]
|
|
}
|
|
,
|
|
"odds": [ // \u8D2D\u4E70\u754C\u9762\u6240\u9700\u4FE1\u606F\uFF0C\u5B57\u6BB5\u53C2\u8003\u3010bjdc-\u6295\u6CE8\u5217\u8868\u3011
|
|
{
|
|
"id": 3,
|
|
"lottery_type_id": 1,
|
|
"odds_id": 1,
|
|
"match_id": 1,
|
|
"issue_num": "2022-01-01/\u5468\u4E00",
|
|
"play_num": 21,
|
|
"jc_competition_name": "adsf\u79BB\u5F00\u5BB6",
|
|
"jc_competition_name_full": "\u53D1\u4E09\u5206\u5927\u8D5B",
|
|
"jc_home_team_name": "\u53D1\u987A\u4E30",
|
|
"jc_home_team_name_full": "\u53D1\u9001",
|
|
"jc_away_team_name": "fda",
|
|
"jc_away_team_name_full": "fda",
|
|
"sale_state": "selling",
|
|
"is_reverse": 0,
|
|
"real_close_time": "1969-12-31 23:50:00",
|
|
"order_state": "selling",
|
|
"spf_odds": {
|
|
"win": 2.85,
|
|
"loss": 2.25
|
|
},
|
|
"rq_odds": {
|
|
"win": 2.85
|
|
},
|
|
"created_at": null,
|
|
"updated_at": null,
|
|
"deleted_at": null,
|
|
"real_close_str": "23:50\u622A\u6B62",
|
|
"issue_num_week": "\u5468\u4E00",
|
|
"issue_num_day": "2022-01-01"
|
|
},
|
|
...
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/BjdcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerBjdcCart",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/bjdc/cart"}]},{type:"POST",url:"/api/customer/bjdc/compute",title:"bjdc-\u8BA1\u7B97\u5956\u91D1\u548C\u6295\u6CE8\u91D1\u989D",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"bets_num",isArray:!1,description:"<p>\u500D\u6570</p>"},{group:"Parameter",type:"Array",optional:!1,field:"pass_mode_keys",isArray:!1,description:"<p>m\u4E32n\u7684key</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F</p>"},{group:"Parameter",type:"String",optional:!1,field:"play_type",isArray:!1,description:"<p>\u73A9\u6CD5</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id": 1, // \u5F69\u79CD\u7C7B\u578Bid
|
|
"playgames": {
|
|
1: { // \u5F69\u7968\u8D54\u7387\u6570\u636Eid
|
|
"spf_odds": { // \u73A9\u6CD5\uFF0C\u5982\uFF1Aspf,bf,bqc\uFF08\u80DC\u5E73\u8D1F\uFF0C\u6BD4\u5206\uFF0C\u534A\u5168\u573A\uFF09\u7B49
|
|
"win": 2.3 // \u6295\u6CE8\u7684\u503C
|
|
},
|
|
"bf_odds": {
|
|
"win": 2.3
|
|
},
|
|
...
|
|
},
|
|
...
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"money": 24, // \u6295\u6CE8\u91D1\u989D
|
|
"prize_min": 200, // \u6700\u4F4E\u4E2D\u5956\u91D1\u989D
|
|
"prize_max": 400 // \u6700\u9AD8\u4E2D\u5956\u91D1\u989D
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/BjdcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerBjdcCompute",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/bjdc/compute"}]},{type:"POST",url:"/api/customer/bjdc/order/create",title:"bjdc-\u521B\u5EFA\u8BA2\u5355/\u53D1\u5355/\u5408\u4E70",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"bets_num",isArray:!1,description:"<p>\u500D\u6570</p>"},{group:"Parameter",type:"String",optional:!1,field:"pass_mode_keys",isArray:!1,description:"<p>\u8FC7\u5173\u65B9\u5F0F</p>"},{group:"Parameter",type:"Int",optional:!1,field:"type",isArray:!1,description:"<p>1\u666E\u901A\u6295\u6CE8\uFF1B2\u53D1\u5355;3\u5408\u4E70\uFF1B4\u8DDF\u5355</p>"},{group:"Parameter",type:"String",optional:!0,field:"fadan_order_no",isArray:!1,description:"<p>\u8DDF\u5355\u7684\u8BA2\u5355no(\u53EA\u6709\u5728type=4\u7684\u65F6\u5019\u751F\u6548)</p>"},{group:"Parameter",type:"Int",optional:!0,field:"type_mode",isArray:!1,description:"<p>1\u622A\u6B62\u540E\u516C\u5F00\uFF0C2\u516C\u5F00;3\u8BA4\u8D2D\u53EF\u89C1</p>"},{group:"Parameter",type:"String",optional:!0,field:"type_desc",isArray:!1,description:"<p>\u53D1\u5355/\u5408\u4E70\u63CF\u8FF0\uFF0C\u53D1\u5355/\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_piece_total",isArray:!1,description:"<p>\u603B\u4EFD\u6570\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_piece_buy",isArray:!1,description:"<p>\u8D2D\u4E70\u4EFD\u6570\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_piece_keep",isArray:!1,description:"<p>\u4FDD\u5E95\u4EFD\u6570\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_keep",isArray:!1,description:"<p>\u662F\u5426\u5168\u989D\u4FDD\u5E95:1\u662F,0\u5426\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_brokerage",isArray:!1,description:"<p>\u4F63\u91D1\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":9,
|
|
"bets_num":1,
|
|
"pass_mode_keys":["2.1","1.1"],
|
|
"odds":{
|
|
"69": {
|
|
"bf_odds": {
|
|
"wx":51.39
|
|
},
|
|
"bqc_odds": {
|
|
"dd":51.39
|
|
}
|
|
},
|
|
"68": {
|
|
"bqc_odds": {
|
|
"dd":51.39
|
|
}
|
|
}
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"order_sn":"P2023033000000010", // \u8BA2\u5355\u53F7
|
|
"balance":"0.00", // \u4F59\u989D
|
|
"money":0, // \u8BA2\u5355\u603B\u91D1\u989D
|
|
"need_pay_money":0, // \u9700\u8981\u652F\u4ED8\u7684\u91D1\u989D
|
|
"username":"\u53D1\u8FBE", // \u7528\u6237\u540D
|
|
"lottery":"jc\u8DB3\u7403\u6DF7\u5408\u6295\u6CE8", // \u6295\u6CE8\u5F69\u7968\u4FE1\u606F
|
|
"pay_types":[ // \u652F\u4ED8\u65B9\u5F0F
|
|
{
|
|
"pay_type":"alipay",
|
|
"name":"\u652F\u4ED8\u5B9D"
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/BjdcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerBjdcOrderCreate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/bjdc/order/create"}]},{type:"POST",url:"/api/customer/bjdc_sfgg/cart",title:"bjdc_sfgg-\u8D2D\u5165\u8F66\u4FE1\u606F",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"bets_num",isArray:!1,description:"<p>\u500D\u6570</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id": 1, // \u5F69\u79CD\u7C7B\u578Bid
|
|
"playgames": {
|
|
1: { // \u5F69\u7968\u8D54\u7387\u6570\u636Eid
|
|
"spf_odds": { // \u73A9\u6CD5\uFF0C\u5982\uFF1Aspf,bf,bqc\uFF08\u80DC\u5E73\u8D1F\uFF0C\u6BD4\u5206\uFF0C\u534A\u5168\u573A\uFF09\u7B49
|
|
"win": 2.3 // \u6295\u6CE8\u7684\u503C
|
|
},
|
|
"bf_odds": {
|
|
"win": 2.3
|
|
},
|
|
...
|
|
},
|
|
...
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"has_fadan": true,// \u662F\u5426\u652F\u6301\u53D1\u5355
|
|
"has_union": false, // \u662F\u5426\u652F\u6301\u5408\u4E70
|
|
"money": 12, // \u6295\u6CE8\u91D1\u989D
|
|
"prize_min": 100, // \u6700\u4F4E\u5956\u91D1
|
|
"prize_max": 200, // \u6700\u9AD8\u5956\u91D1
|
|
"close_time_str": "3214:323 32:32:32\u622A\u6B62\uFF0C\u8BF7\u5C3D\u5FEB\u63D0\u4EA4\u6295\u6CE8", // \u63D0\u793A\u4FE1\u606F
|
|
"pass_mode":
|
|
{
|
|
"multi": [], // \u591A\u9009
|
|
"single": [ // \u5355\u9009
|
|
{
|
|
"key": "2.1",
|
|
"title": "2\u4E321"
|
|
}
|
|
]
|
|
}
|
|
,
|
|
"odds": [ // \u8D2D\u4E70\u754C\u9762\u6240\u9700\u4FE1\u606F\uFF0C\u5B57\u6BB5\u53C2\u8003\u3010bjdc_sfgg-\u6295\u6CE8\u5217\u8868\u3011
|
|
{
|
|
"id": 3,
|
|
"lottery_type_id": 1,
|
|
"odds_id": 1,
|
|
"match_id": 1,
|
|
"issue_num": "2022-01-01/\u5468\u4E00",
|
|
"play_num": 21,
|
|
"jc_competition_name": "adsf\u79BB\u5F00\u5BB6",
|
|
"jc_competition_name_full": "\u53D1\u4E09\u5206\u5927\u8D5B",
|
|
"jc_home_team_name": "\u53D1\u987A\u4E30",
|
|
"jc_home_team_name_full": "\u53D1\u9001",
|
|
"jc_away_team_name": "fda",
|
|
"jc_away_team_name_full": "fda",
|
|
"sale_state": "selling",
|
|
"is_reverse": 0,
|
|
"real_close_time": "1969-12-31 23:50:00",
|
|
"order_state": "selling",
|
|
"spf_odds": {
|
|
"win": 2.85,
|
|
"loss": 2.25
|
|
},
|
|
"rq_odds": {
|
|
"win": 2.85
|
|
},
|
|
"created_at": null,
|
|
"updated_at": null,
|
|
"deleted_at": null,
|
|
"real_close_str": "23:50\u622A\u6B62",
|
|
"issue_num_week": "\u5468\u4E00",
|
|
"issue_num_day": "2022-01-01"
|
|
},
|
|
...
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/BjdcSfggController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerBjdc_sfggCart",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/bjdc_sfgg/cart"}]},{type:"POST",url:"/api/customer/bjdc_sfgg/compute",title:"bjdc_sfgg-\u8BA1\u7B97\u5956\u91D1\u548C\u6295\u6CE8\u91D1\u989D",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"bets_num",isArray:!1,description:"<p>\u500D\u6570</p>"},{group:"Parameter",type:"Array",optional:!1,field:"pass_mode_keys",isArray:!1,description:"<p>m\u4E32n\u7684key</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F</p>"},{group:"Parameter",type:"String",optional:!1,field:"play_type",isArray:!1,description:"<p>\u73A9\u6CD5</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id": 1, // \u5F69\u79CD\u7C7B\u578Bid
|
|
"playgames": {
|
|
1: { // \u5F69\u7968\u8D54\u7387\u6570\u636Eid
|
|
"spf_odds": { // \u73A9\u6CD5\uFF0C\u5982\uFF1Aspf,bf,bqc\uFF08\u80DC\u5E73\u8D1F\uFF0C\u6BD4\u5206\uFF0C\u534A\u5168\u573A\uFF09\u7B49
|
|
"win": 2.3 // \u6295\u6CE8\u7684\u503C
|
|
},
|
|
"bf_odds": {
|
|
"win": 2.3
|
|
},
|
|
...
|
|
},
|
|
...
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"money": 24, // \u6295\u6CE8\u91D1\u989D
|
|
"prize_min": 200, // \u6700\u4F4E\u4E2D\u5956\u91D1\u989D
|
|
"prize_max": 400 // \u6700\u9AD8\u4E2D\u5956\u91D1\u989D
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/BjdcSfggController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerBjdc_sfggCompute",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/bjdc_sfgg/compute"}]},{type:"POST",url:"/api/customer/bjdc_sfgg/order/create",title:"bjdc_sfgg-\u521B\u5EFA\u8BA2\u5355/\u53D1\u5355/\u5408\u4E70",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"bets_num",isArray:!1,description:"<p>\u500D\u6570</p>"},{group:"Parameter",type:"String",optional:!1,field:"pass_mode_keys",isArray:!1,description:"<p>\u8FC7\u5173\u65B9\u5F0F</p>"},{group:"Parameter",type:"Int",optional:!1,field:"type",isArray:!1,description:"<p>1\u666E\u901A\u6295\u6CE8\uFF1B2\u53D1\u5355;3\u5408\u4E70\uFF1B4\u8DDF\u5355</p>"},{group:"Parameter",type:"String",optional:!0,field:"fadan_order_no",isArray:!1,description:"<p>\u8DDF\u5355\u7684\u8BA2\u5355no(\u53EA\u6709\u5728type=4\u7684\u65F6\u5019\u751F\u6548)</p>"},{group:"Parameter",type:"Int",optional:!0,field:"type_mode",isArray:!1,description:"<p>1\u622A\u6B62\u540E\u516C\u5F00\uFF0C2\u516C\u5F00;3\u8BA4\u8D2D\u53EF\u89C1</p>"},{group:"Parameter",type:"String",optional:!0,field:"type_desc",isArray:!1,description:"<p>\u53D1\u5355/\u5408\u4E70\u63CF\u8FF0\uFF0C\u53D1\u5355/\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_piece_total",isArray:!1,description:"<p>\u603B\u4EFD\u6570\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_piece_buy",isArray:!1,description:"<p>\u8D2D\u4E70\u4EFD\u6570\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_piece_keep",isArray:!1,description:"<p>\u4FDD\u5E95\u4EFD\u6570\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_keep",isArray:!1,description:"<p>\u662F\u5426\u5168\u989D\u4FDD\u5E95:1\u662F,0\u5426\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_brokerage",isArray:!1,description:"<p>\u4F63\u91D1\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":9,
|
|
"bets_num":1,
|
|
"pass_mode_keys":["2.1","1.1"],
|
|
"odds":{
|
|
"69": {
|
|
"bf_odds": {
|
|
"wx":51.39
|
|
},
|
|
"bqc_odds": {
|
|
"dd":51.39
|
|
}
|
|
},
|
|
"68": {
|
|
"bqc_odds": {
|
|
"dd":51.39
|
|
}
|
|
}
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"order_sn":"P2023033000000010", // \u8BA2\u5355\u53F7
|
|
"balance":"0.00", // \u4F59\u989D
|
|
"money":0, // \u8BA2\u5355\u603B\u91D1\u989D
|
|
"need_pay_money":0, // \u9700\u8981\u652F\u4ED8\u7684\u91D1\u989D
|
|
"username":"\u53D1\u8FBE", // \u7528\u6237\u540D
|
|
"lottery":"jc\u8DB3\u7403\u6DF7\u5408\u6295\u6CE8", // \u6295\u6CE8\u5F69\u7968\u4FE1\u606F
|
|
"pay_types":[ // \u652F\u4ED8\u65B9\u5F0F
|
|
{
|
|
"pay_type":"alipay",
|
|
"name":"\u652F\u4ED8\u5B9D"
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/BjdcSfggController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerBjdc_sfggOrderCreate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/bjdc_sfgg/order/create"}]},{type:"POST",url:"/api/customer/ctzq_bqc/order/create",title:"6\u573A\u534A\u5168\u573A-\u521B\u5EFA\u8BA2\u5355/\u5408\u4E70",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":4,
|
|
"issue_num":20008,
|
|
"bets_num":5,
|
|
"odds":{
|
|
"5":{ // odds id
|
|
"half_odds":[1,2], // \u4E3B\u961F\u6295\u6CE8
|
|
"whole_odds":[1] // \u5BA2\u961F\u6295\u6CE8
|
|
},
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"order_sn":"P2023033000000010", // \u8BA2\u5355\u53F7
|
|
"balance":"0.00", // \u4F59\u989D
|
|
"money":0, // \u8BA2\u5355\u603B\u91D1\u989D
|
|
"need_pay_money":0, // \u9700\u8981\u652F\u4ED8\u7684\u91D1\u989D
|
|
"username":"\u53D1\u8FBE", // \u7528\u6237\u540D
|
|
"lottery":"jc\u8DB3\u7403\u6DF7\u5408\u6295\u6CE8", // \u6295\u6CE8\u5F69\u7968\u4FE1\u606F
|
|
"pay_types":[ // \u652F\u4ED8\u65B9\u5F0F
|
|
{
|
|
"pay_type":"alipay",
|
|
"name":"\u652F\u4ED8\u5B9D"
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqBqcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCtzq_bqcOrderCreate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_bqc/order/create"}]},{type:"POST",url:"/api/customer/ctzq_bqc/valid",title:"6\u573A\u534A\u5168\u573A-\u6821\u9A8C\u4FE1\u606F",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":3, // \u5F69\u79CD\u7C7B\u578Bid
|
|
"issue_num":20007, // \u671F\u53F7
|
|
"odds":{
|
|
"1":{ // odds id
|
|
"half_odds":[1], // \u4E3B\u961F\u5F97\u5206
|
|
"whole_odds":[1] // \u5BA2\u961F\u5F97\u5206
|
|
},
|
|
....
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqBqcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCtzq_bqcValid",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_bqc/valid"}]},{type:"POST",url:"/api/customer/ctzq_jqc/cart",title:"4\u573A\u8FDB\u7403\u5F69-\u8D2D\u5165\u8F66\u4FE1\u606F/\u8BA1\u7B97\u91D1\u989D",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":4,
|
|
"issue_num":20008,
|
|
"bets_num":5,
|
|
"odds":{
|
|
"5":{ // odds id
|
|
"home_odds":[1,2], // \u4E3B\u961F\u6295\u6CE8
|
|
"away_odds":[1] // \u5BA2\u961F\u6295\u6CE8
|
|
},
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"has_fadan": true,// \u662F\u5426\u652F\u6301\u53D1\u5355
|
|
"has_union": false, // \u662F\u5426\u652F\u6301\u5408\u4E70
|
|
"money": 4, // \u603B\u6295\u6CE8\u91D1\u989D
|
|
"bets_num": 1, // \u6295\u6CE8\u500D\u6570
|
|
"zhu_num": 1, // \u6295\u6CE8\u6570
|
|
"odds": [{
|
|
"id": 1,
|
|
"ret_id": 1,
|
|
"type": "ctzq_jqc",
|
|
"issue_num": "20007",
|
|
"state": "selling",
|
|
"start_time": "2023-04-26 23:20:10",
|
|
"end_time": "2023-04-27 23:20:10",
|
|
"prize_time": "2023-04-27 23:20:10",
|
|
"result_info": "",
|
|
"sales": "0.0000",
|
|
"jackpot": "0.0000",
|
|
"first_prize_num": 0,
|
|
"first_prize_value": 0,
|
|
"created_at": null,
|
|
"updated_at": null,
|
|
"deleted_at": null,
|
|
"competition_name": "xxxx",
|
|
"match_time_date": "2023-04-26",
|
|
"match_time_hour": "23:20\u5F00\u8D5B",
|
|
"close_time": "2023-04-27 23:00:10",
|
|
"close_time_str": "2023-04-27 23:00:10\u622A\u6B62\uFF0C\u8BF7\u5C3D\u5FEB\u63D0\u4EA4\u6295\u6CE8", // \u622A\u6B62\u65F6\u95F4
|
|
"matches": [
|
|
{
|
|
"id": 1,
|
|
"ctzq_jqc_id": 1,
|
|
"no": 1,
|
|
"match_id": 2000,
|
|
"jc_home_team_name": "jc_home_team_name+0", // \u4E3B\u961F
|
|
"jc_home_team_name_full": "jc_home_team_name_full+0",
|
|
"jc_away_team_name": "jc_away_team_name+0", // \u5BA2\u961F
|
|
"jc_away_team_name_full": "jc_away_team_name_full+0",
|
|
"is_reverse": 0,
|
|
"result": -1,
|
|
"created_at": "2023-04-26T15:26:31.000000Z",
|
|
"updated_at": "2023-04-26T15:26:31.000000Z",
|
|
"deleted_at": null,
|
|
"home_odds_select": [ // \u4E3B\u961F\u6295\u6CE8\u5206\u6570
|
|
{
|
|
"score": "0", // \u5206\u6570
|
|
"select": false // \u672A\u9009\u62E9
|
|
},
|
|
{
|
|
"score": "1",
|
|
"select": true // \u5DF2\u9009\u62E9
|
|
},
|
|
{
|
|
"score": "2",
|
|
"select": true
|
|
},
|
|
{
|
|
"score": "3+",
|
|
"select": false
|
|
}
|
|
],
|
|
"away_odds_select": [ // \u5BA2\u961F\u6295\u6CE8\u5206\u6570
|
|
{
|
|
"score": "0",
|
|
"select": false
|
|
},
|
|
{
|
|
"score": "1",
|
|
"select": true
|
|
},
|
|
{
|
|
"score": "2",
|
|
"select": false
|
|
},
|
|
{
|
|
"score": "3+",
|
|
"select": false
|
|
}
|
|
]
|
|
},
|
|
...
|
|
]
|
|
}]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqJqcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCtzq_jqcCart",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_jqc/cart"}]},{type:"POST",url:"/api/customer/ctzq_jqc/compute",title:"6\u573A\u534A\u5168\u573A-\u8BA1\u7B97\u91D1\u989D",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":4,
|
|
"issue_num":20008,
|
|
"bets_num":5,
|
|
"odds":{
|
|
"5":{ // odds id
|
|
"half_odds":[1,2], // \u4E3B\u961F\u6295\u6CE8
|
|
"whole_odds":[1] // \u5BA2\u961F\u6295\u6CE8
|
|
},
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"money": 111,// \u4EF7\u683C
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqBqcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCtzq_jqcCompute",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_jqc/compute"}]},{type:"POST",url:"/api/customer/ctzq_jqc/compute",title:"4\u573A\u8FDB\u7403\u5F69-\u8BA1\u7B97\u91D1\u989D",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":4,
|
|
"issue_num":20008,
|
|
"bets_num":5,
|
|
"odds":{
|
|
"5":{ // odds id
|
|
"home_odds":[1,2], // \u4E3B\u961F\u6295\u6CE8
|
|
"away_odds":[1] // \u5BA2\u961F\u6295\u6CE8
|
|
},
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"money": 111,// \u4EF7\u683C
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqJqcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCtzq_jqcCompute",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_jqc/compute"}]},{type:"POST",url:"/api/customer/ctzq_jqc/order/create",title:"4\u573A\u8FDB\u7403\u5F69-\u521B\u5EFA\u8BA2\u5355/\u5408\u4E70",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":4,
|
|
"issue_num":20008,
|
|
"bets_num":5,
|
|
"odds":{
|
|
"5":{ // odds id
|
|
"home_odds":[1,2], // \u4E3B\u961F\u6295\u6CE8
|
|
"away_odds":[1] // \u5BA2\u961F\u6295\u6CE8
|
|
},
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"order_sn":"P2023033000000010", // \u8BA2\u5355\u53F7
|
|
"balance":"0.00", // \u4F59\u989D
|
|
"money":0, // \u8BA2\u5355\u603B\u91D1\u989D
|
|
"need_pay_money":0, // \u9700\u8981\u652F\u4ED8\u7684\u91D1\u989D
|
|
"username":"\u53D1\u8FBE", // \u7528\u6237\u540D
|
|
"lottery":"jc\u8DB3\u7403\u6DF7\u5408\u6295\u6CE8", // \u6295\u6CE8\u5F69\u7968\u4FE1\u606F
|
|
"pay_types":[ // \u652F\u4ED8\u65B9\u5F0F
|
|
{
|
|
"pay_type":"alipay",
|
|
"name":"\u652F\u4ED8\u5B9D"
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqJqcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCtzq_jqcOrderCreate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_jqc/order/create"}]},{type:"POST",url:"/api/customer/ctzq_jqc/valid",title:"4\u573A\u8FDB\u7403\u5F69-\u6821\u9A8C\u4FE1\u606F",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":3, // \u5F69\u79CD\u7C7B\u578Bid
|
|
"issue_num":20007, // \u671F\u53F7
|
|
"odds":{
|
|
"1":{ // odds id
|
|
"home_odds":[1], // \u4E3B\u961F\u5F97\u5206
|
|
"away_odds":[1] // \u5BA2\u961F\u5F97\u5206
|
|
},
|
|
....
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqJqcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCtzq_jqcValid",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_jqc/valid"}]},{type:"POST",url:"/api/customer/ctzq_sfc14/cart",title:"sfc14-\u8D2D\u5165\u8F66\u4FE1\u606F/\u8BA1\u7B97\u91D1\u989D",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":4,
|
|
"issue_num":20008,
|
|
"bets_num":5,
|
|
"odds":{
|
|
"5":{ // odds id
|
|
"home_odds":[1,2], // \u4E3B\u961F\u6295\u6CE8
|
|
"away_odds":[1] // \u5BA2\u961F\u6295\u6CE8
|
|
},
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"has_fadan": true,// \u662F\u5426\u652F\u6301\u53D1\u5355
|
|
"has_union": false, // \u662F\u5426\u652F\u6301\u5408\u4E70
|
|
"money": 4, // \u603B\u6295\u6CE8\u91D1\u989D
|
|
"bets_num": 1, // \u6295\u6CE8\u500D\u6570
|
|
"zhu_num": 1, // \u6295\u6CE8\u6570
|
|
"odds": [{
|
|
"id": 1,
|
|
"ret_id": 1,
|
|
"type": "ctzq_jqc",
|
|
"issue_num": "20007",
|
|
"state": "selling",
|
|
"start_time": "2023-04-26 23:20:10",
|
|
"end_time": "2023-04-27 23:20:10",
|
|
"prize_time": "2023-04-27 23:20:10",
|
|
"result_info": "",
|
|
"sales": "0.0000",
|
|
"jackpot": "0.0000",
|
|
"first_prize_num": 0,
|
|
"first_prize_value": 0,
|
|
"created_at": null,
|
|
"updated_at": null,
|
|
"deleted_at": null,
|
|
"competition_name": "xxxx",
|
|
"match_time_date": "2023-04-26",
|
|
"match_time_hour": "23:20\u5F00\u8D5B",
|
|
"close_time": "2023-04-27 23:00:10",
|
|
"close_time_str": "2023-04-27 23:00:10\u622A\u6B62\uFF0C\u8BF7\u5C3D\u5FEB\u63D0\u4EA4\u6295\u6CE8", // \u622A\u6B62\u65F6\u95F4
|
|
"matches": [
|
|
{
|
|
"id": 1,
|
|
"ctzq_jqc_id": 1,
|
|
"no": 1,
|
|
"match_id": 2000,
|
|
"jc_home_team_name": "jc_home_team_name+0", // \u4E3B\u961F
|
|
"jc_home_team_name_full": "jc_home_team_name_full+0",
|
|
"jc_away_team_name": "jc_away_team_name+0", // \u5BA2\u961F
|
|
"jc_away_team_name_full": "jc_away_team_name_full+0",
|
|
"is_reverse": 0,
|
|
"result": -1,
|
|
"created_at": "2023-04-26T15:26:31.000000Z",
|
|
"updated_at": "2023-04-26T15:26:31.000000Z",
|
|
"deleted_at": null,
|
|
"home_odds_select": [ // \u4E3B\u961F\u6295\u6CE8\u5206\u6570
|
|
{
|
|
"score": "0", // \u5206\u6570
|
|
"select": false // \u672A\u9009\u62E9
|
|
},
|
|
{
|
|
"score": "1",
|
|
"select": true // \u5DF2\u9009\u62E9
|
|
},
|
|
{
|
|
"score": "2",
|
|
"select": true
|
|
},
|
|
{
|
|
"score": "3+",
|
|
"select": false
|
|
}
|
|
],
|
|
"away_odds_select": [ // \u5BA2\u961F\u6295\u6CE8\u5206\u6570
|
|
{
|
|
"score": "0",
|
|
"select": false
|
|
},
|
|
{
|
|
"score": "1",
|
|
"select": true
|
|
},
|
|
{
|
|
"score": "2",
|
|
"select": false
|
|
},
|
|
{
|
|
"score": "3+",
|
|
"select": false
|
|
}
|
|
]
|
|
},
|
|
...
|
|
]
|
|
}]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqSfc14Controller.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCtzq_sfc14Cart",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_sfc14/cart"}]},{type:"POST",url:"/api/customer/ctzq_sfc14/compute",title:"sfc14-\u8BA1\u7B97\u91D1\u989D",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":4,
|
|
"issue_num":20008,
|
|
"bets_num":5,
|
|
"odds":{
|
|
"5":{ // odds id
|
|
"home_odds":[1,2], // \u4E3B\u961F\u6295\u6CE8
|
|
"away_odds":[1] // \u5BA2\u961F\u6295\u6CE8
|
|
},
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"money": 111,// \u4EF7\u683C
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqSfc14Controller.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCtzq_sfc14Compute",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_sfc14/compute"}]},{type:"POST",url:"/api/customer/ctzq_sfc14/order/create",title:"sfc14-\u521B\u5EFA\u8BA2\u5355/\u5408\u4E70",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":4,
|
|
"issue_num":20008,
|
|
"bets_num":5,
|
|
"odds":{
|
|
"5":{ // odds id
|
|
"home_odds":[1,2], // \u4E3B\u961F\u6295\u6CE8
|
|
"away_odds":[1] // \u5BA2\u961F\u6295\u6CE8
|
|
},
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"order_sn":"P2023033000000010", // \u8BA2\u5355\u53F7
|
|
"balance":"0.00", // \u4F59\u989D
|
|
"money":0, // \u8BA2\u5355\u603B\u91D1\u989D
|
|
"need_pay_money":0, // \u9700\u8981\u652F\u4ED8\u7684\u91D1\u989D
|
|
"username":"\u53D1\u8FBE", // \u7528\u6237\u540D
|
|
"lottery":"jc\u8DB3\u7403\u6DF7\u5408\u6295\u6CE8", // \u6295\u6CE8\u5F69\u7968\u4FE1\u606F
|
|
"pay_types":[ // \u652F\u4ED8\u65B9\u5F0F
|
|
{
|
|
"pay_type":"alipay",
|
|
"name":"\u652F\u4ED8\u5B9D"
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqSfc14Controller.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCtzq_sfc14OrderCreate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_sfc14/order/create"}]},{type:"POST",url:"/api/customer/ctzq_sfc14/valid",title:"sfc14-\u6821\u9A8C\u4FE1\u606F",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":11,
|
|
"bets_num":1,
|
|
"odds":{
|
|
"43":{"3":1,"1":1},
|
|
"44":{"3":1},
|
|
"45":{"3":1},
|
|
"46":{"3":1},
|
|
"47":{"3":1},
|
|
"48":{"3":1},
|
|
"49":{"3":1},
|
|
"50":{"3":1},
|
|
"51":{"3":1},
|
|
"52":{"3":1},
|
|
"53":{"3":1},
|
|
"54":{"3":1},
|
|
"55":{"1":1},
|
|
"56":{"0":1}
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqSfc14Controller.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCtzq_sfc14Valid",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_sfc14/valid"}]},{type:"POST",url:"/api/customer/ctzq_sfc9/cart",title:"sfc9-\u8D2D\u5165\u8F66\u4FE1\u606F/\u8BA1\u7B97\u91D1\u989D",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":4,
|
|
"issue_num":20008,
|
|
"bets_num":5,
|
|
"odds":{
|
|
"5":{ // odds id
|
|
"home_odds":[1,2], // \u4E3B\u961F\u6295\u6CE8
|
|
"away_odds":[1] // \u5BA2\u961F\u6295\u6CE8
|
|
},
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"has_fadan": true,// \u662F\u5426\u652F\u6301\u53D1\u5355
|
|
"has_union": false, // \u662F\u5426\u652F\u6301\u5408\u4E70
|
|
"money": 4, // \u603B\u6295\u6CE8\u91D1\u989D
|
|
"bets_num": 1, // \u6295\u6CE8\u500D\u6570
|
|
"zhu_num": 1, // \u6295\u6CE8\u6570
|
|
"odds": [{
|
|
"id": 1,
|
|
"ret_id": 1,
|
|
"type": "ctzq_jqc",
|
|
"issue_num": "20007",
|
|
"state": "selling",
|
|
"start_time": "2023-04-26 23:20:10",
|
|
"end_time": "2023-04-27 23:20:10",
|
|
"prize_time": "2023-04-27 23:20:10",
|
|
"result_info": "",
|
|
"sales": "0.0000",
|
|
"jackpot": "0.0000",
|
|
"first_prize_num": 0,
|
|
"first_prize_value": 0,
|
|
"created_at": null,
|
|
"updated_at": null,
|
|
"deleted_at": null,
|
|
"competition_name": "xxxx",
|
|
"match_time_date": "2023-04-26",
|
|
"match_time_hour": "23:20\u5F00\u8D5B",
|
|
"close_time": "2023-04-27 23:00:10",
|
|
"close_time_str": "2023-04-27 23:00:10\u622A\u6B62\uFF0C\u8BF7\u5C3D\u5FEB\u63D0\u4EA4\u6295\u6CE8", // \u622A\u6B62\u65F6\u95F4
|
|
"matches": [
|
|
{
|
|
"id": 1,
|
|
"ctzq_jqc_id": 1,
|
|
"no": 1,
|
|
"match_id": 2000,
|
|
"jc_home_team_name": "jc_home_team_name+0", // \u4E3B\u961F
|
|
"jc_home_team_name_full": "jc_home_team_name_full+0",
|
|
"jc_away_team_name": "jc_away_team_name+0", // \u5BA2\u961F
|
|
"jc_away_team_name_full": "jc_away_team_name_full+0",
|
|
"is_reverse": 0,
|
|
"result": -1,
|
|
"created_at": "2023-04-26T15:26:31.000000Z",
|
|
"updated_at": "2023-04-26T15:26:31.000000Z",
|
|
"deleted_at": null,
|
|
"home_odds_select": [ // \u4E3B\u961F\u6295\u6CE8\u5206\u6570
|
|
{
|
|
"score": "0", // \u5206\u6570
|
|
"select": false // \u672A\u9009\u62E9
|
|
},
|
|
{
|
|
"score": "1",
|
|
"select": true // \u5DF2\u9009\u62E9
|
|
},
|
|
{
|
|
"score": "2",
|
|
"select": true
|
|
},
|
|
{
|
|
"score": "3+",
|
|
"select": false
|
|
}
|
|
],
|
|
"away_odds_select": [ // \u5BA2\u961F\u6295\u6CE8\u5206\u6570
|
|
{
|
|
"score": "0",
|
|
"select": false
|
|
},
|
|
{
|
|
"score": "1",
|
|
"select": true
|
|
},
|
|
{
|
|
"score": "2",
|
|
"select": false
|
|
},
|
|
{
|
|
"score": "3+",
|
|
"select": false
|
|
}
|
|
]
|
|
},
|
|
...
|
|
]
|
|
}]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqSfc9Controller.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCtzq_sfc9Cart",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_sfc9/cart"}]},{type:"POST",url:"/api/customer/ctzq_sfc9/compute",title:"sfc9-\u8BA1\u7B97\u91D1\u989D",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":4,
|
|
"issue_num":20008,
|
|
"bets_num":5,
|
|
"odds":{
|
|
"5":{ // odds id
|
|
"home_odds":[1,2], // \u4E3B\u961F\u6295\u6CE8
|
|
"away_odds":[1] // \u5BA2\u961F\u6295\u6CE8
|
|
},
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"money": 111,// \u4EF7\u683C
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqSfc9Controller.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCtzq_sfc9Compute",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_sfc9/compute"}]},{type:"POST",url:"/api/customer/ctzq_sfc9/order/create",title:"sfc9-\u521B\u5EFA\u8BA2\u5355/\u5408\u4E70",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":4,
|
|
"issue_num":20008,
|
|
"bets_num":5,
|
|
"odds":{
|
|
"5":{ // odds id
|
|
"home_odds":[1,2], // \u4E3B\u961F\u6295\u6CE8
|
|
"away_odds":[1] // \u5BA2\u961F\u6295\u6CE8
|
|
},
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"order_sn":"P2023033000000010", // \u8BA2\u5355\u53F7
|
|
"balance":"0.00", // \u4F59\u989D
|
|
"money":0, // \u8BA2\u5355\u603B\u91D1\u989D
|
|
"need_pay_money":0, // \u9700\u8981\u652F\u4ED8\u7684\u91D1\u989D
|
|
"username":"\u53D1\u8FBE", // \u7528\u6237\u540D
|
|
"lottery":"jc\u8DB3\u7403\u6DF7\u5408\u6295\u6CE8", // \u6295\u6CE8\u5F69\u7968\u4FE1\u606F
|
|
"pay_types":[ // \u652F\u4ED8\u65B9\u5F0F
|
|
{
|
|
"pay_type":"alipay",
|
|
"name":"\u652F\u4ED8\u5B9D"
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqSfc9Controller.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCtzq_sfc9OrderCreate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_sfc9/order/create"}]},{type:"POST",url:"/api/customer/ctzq_sfc9/valid",title:"sfc9-\u6821\u9A8C\u4FE1\u606F",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u7968\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":11,
|
|
"bets_num":1,
|
|
"odds":{
|
|
"43":{"3":1,"1":1},
|
|
"44":{"3":1},
|
|
"45":{"3":1},
|
|
"46":{"3":1},
|
|
"47":{"3":1},
|
|
"48":{"3":1},
|
|
"49":{"3":1},
|
|
"50":{"3":1},
|
|
"51":{"3":1},
|
|
"52":{"3":1},
|
|
"53":{"3":1},
|
|
"54":{"3":1},
|
|
"55":{"1":1},
|
|
"56":{"0":1}
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CtzqSfc9Controller.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCtzq_sfc9Valid",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/ctzq_sfc9/valid"}]},{type:"POST",url:"/api/customer/current_win_viewed",title:"\u7279\u6548-\u67E5\u770B",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"}]}},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCurrent_win_viewed",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/current_win_viewed"}]},{type:"POST",url:"/api/customer/customer/bets_record",title:"\u6211\u7684-\u6295\u6CE8\u8BB0\u5F55",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"lottery_state",isArray:!1,description:"<p>1\u4E2D\uFF1B2\u4E0D\u4E2D\uFF1B3\u5F85\u5F00\u5956\uFF1B4\u5F85\u51FA\u7968\uFF1B5\u63A5\u5355\uFF1B10\u5DF2\u5F00\u5956</p>"},{group:"Parameter",type:"Int",optional:!0,field:"page",isArray:!1,description:"<p>\u9875\u6570</p>"},{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570\uFF0C\u9ED8\u8BA420</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"current_page": 1, // \u5F53\u524D\u9875\u6570
|
|
"data": [
|
|
{
|
|
"id": 1, // \u8BA2\u5355id
|
|
"play_type": "mixed",
|
|
"lottery_state": 3, // \u4E2D\u5956\u72B6\u6001\uFF1A1\u4E2D\uFF1B2\u4E0D\u4E2D\uFF1B3\u5F85\u5F00\u5956\uFF1B4\u5F85\u51FA\u7968
|
|
"lottery_prize": "0.00", // \u5956\u91D1
|
|
"lottery_id": 1,
|
|
"pay_at": "2023-04-05 02:34:35", // \u8D2D\u4E70\u65F6\u95F4
|
|
"play_type_name": "\u6DF7\u5408\u6295\u6CE8", // \u73A9\u6CD5
|
|
"buy_type_name": "\u81EA\u8D2D", // \u8D2D\u4E70\u7C7B\u578B
|
|
"lottery": { // \u5F69\u79CD\u4FE1\u606F
|
|
"id": 1,
|
|
"name": "\u7ADE\u5F69\u8DB3\u7403", // \u5F69\u79CD
|
|
"description": "\u51FA\u7968,\u6700\u4F4E\u6295\u6CE80\u5143,\u505C\u552E\u524D0\u5206\u949F\u622A\u6B62\u6295\u6CE8"
|
|
}
|
|
}
|
|
],
|
|
"per_page": 20,
|
|
"to": 1,
|
|
"total": 1
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCustomerBets_record",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/bets_record"}]},{type:"POST",url:"/api/customer/customer/change_nickname",title:"\u6211\u7684-\u4FEE\u6539\u6635\u79F0",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"nickname",isArray:!1,description:"<p>\u6635\u79F0</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCustomerChange_nickname",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/change_nickname"}]},{type:"POST",url:"/api/customer/customer/change_password",title:"\u6211\u7684-\u4FEE\u6539\u5BC6\u7801",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"password_old",isArray:!1,description:"<p>\u65E7\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"password",isArray:!1,description:"<p>\u65B0\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"password_confirmation",isArray:!1,description:"<p>\u65B0\u5BC6\u7801\u786E\u8BA4</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCustomerChange_password",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/change_password"}]},{type:"POST",url:"/api/customer/customer/change_pay_password",title:"\u6211\u7684-\u8BBE\u7F6E\u652F\u4ED8\u5BC6\u7801",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"password_old",isArray:!1,description:"<p>\u65E7\u5BC6\u7801,\u7B2C\u4E00\u6B21\u8BBE\u7F6E\u65F6\uFF0C\u53EF\u4EE5\u4E0D\u4F20</p>"},{group:"Parameter",type:"String",optional:!1,field:"password",isArray:!1,description:"<p>\u65B0\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"password_confirmation",isArray:!1,description:"<p>\u65B0\u5BC6\u7801\u786E\u8BA4</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCustomerChange_pay_password",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/change_pay_password"}]},{type:"POST",url:"/api/customer/customer/copy_orders",title:"\u6211\u7684-\u6211\u7684\u8DDF\u5355",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"page",isArray:!1,description:"<p>\u9875\u6570</p>"},{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570\uFF0C\u9ED8\u8BA420</p>"},{group:"Parameter",type:"Int",optional:!0,field:"customer_id",isArray:!1,description:"<p>\u5F69\u6C11id</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"current_page":1,// \u5F53\u524D\u9875
|
|
"total":1,// \u603B\u6761\u6570
|
|
"data":[{
|
|
"id":8,
|
|
"pid":0,
|
|
"order_sn":"P2023040100000033", // \u8BA2\u5355\u7F16\u53F7
|
|
"pass_mode":[
|
|
"2.1"
|
|
],
|
|
"play_type":"mixed",
|
|
"money":24, // \u8D2D\u4E70\u91D1\u989D
|
|
"pay_at":null, // \u652F\u4ED8\u65F6\u95F4
|
|
"lottery_state":3, //
|
|
"lottery_prize":"0.00", // \u5956\u91D1
|
|
"play_type_name":"\u6DF7\u5408\u6295\u6CE8", // \u73A9\u6CD5
|
|
"buy_type_name":"\u81EA\u8D2D",
|
|
"pass_mode_name":[ // \u4E32\u6CD5
|
|
"2\u4E321"
|
|
],
|
|
"p_order":{ //
|
|
"id":10,
|
|
"pid":8,
|
|
"customer_id":1,
|
|
"play_type_name":"",
|
|
"buy_type_name":"\u8DDF\u5355",
|
|
"pass_mode_name":[
|
|
|
|
],
|
|
"customer":{ // \u53D1\u5355\u4EBA
|
|
"id":1,
|
|
"name":"\u53D1\u8FBE",
|
|
"nickname":"",
|
|
"avatar":""
|
|
}
|
|
}
|
|
}]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCustomerCopy_orders",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/copy_orders"}]},{type:"POST",url:"/api/customer/customer/fadan_orders",title:"\u6211\u7684-\u6211\u7684\u8DDF\u5355(\u6211\u7684\u65B9\u6848)",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"page",isArray:!1,description:"<p>\u9875\u6570</p>"},{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570\uFF0C\u9ED8\u8BA420</p>"},{group:"Parameter",type:"Int",optional:!0,field:"customer_id",isArray:!1,description:"<p>\u5F69\u6C11id</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"current_page":1,// \u5F53\u524D\u9875
|
|
"total":1,// \u603B\u6761\u6570
|
|
"data":[
|
|
{"id":8,
|
|
"pid":0,
|
|
"order_sn":"P2023040100000033", // \u8BA2\u5355\u7F16\u53F7
|
|
"pass_mode":[
|
|
"2.1"
|
|
],
|
|
"play_type":"mixed",
|
|
"money":24, // \u8D2D\u4E70\u91D1\u989D
|
|
"pay_at":null, // \u652F\u4ED8\u65F6\u95F4
|
|
"lottery_state":3, //
|
|
"lottery_prize":"0.00", // \u5956\u91D1
|
|
"play_type_name":"\u6DF7\u5408\u6295\u6CE8", // \u73A9\u6CD5
|
|
"buy_type_name":"\u81EA\u8D2D",
|
|
"pass_mode_name":[ // \u4E32\u6CD5
|
|
"2\u4E321"
|
|
],
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCustomerFadan_orders",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/fadan_orders"}]},{type:"POST",url:"/api/customer/customer/fans",title:"\u6211\u7684-\u7C89\u4E1D\u5217\u8868",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"current_page":1,
|
|
"data":[
|
|
{
|
|
"id":1,
|
|
"customer_id":3,
|
|
"follower_id":1,
|
|
"created_at":"2023-04-06T06:54:56.000000Z",
|
|
"updated_at":"2023-04-06T07:07:13.000000Z",
|
|
"deleted_at":null,
|
|
"follower":{
|
|
"id":3,
|
|
"name":"\u54E6\u543C2", // \u540D\u79F0
|
|
"nickname":"", // \u6635\u79F0
|
|
"avatar":"", // \u5934\u50CF
|
|
"fans_num":1, // \u7C89\u4E1D
|
|
"follower_num":0, // \u5173\u6CE8
|
|
"profit_rate":"", // \u76C8\u5229\u7387
|
|
"seven_hit":"" // \u4E03\u65E5\u547D\u4E2D
|
|
}
|
|
}
|
|
],
|
|
"per_page":20, // \u6BCF\u9875\u6761\u6570
|
|
"total":2 // \u603B\u6761\u6570
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCustomerFans",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/fans"}]},{type:"POST",url:"/api/customer/customer/feedback",title:"\u6211\u7684-\u53CD\u9988",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"type",isArray:!1,description:"<p>\u53CD\u9988\u7C7B\u578B:1\u5145\u503C\u95EE\u9898\uFF1B2\u63D0\u73B0\u95EE\u9898\uFF1B3\u8BA2\u5355\u95EE\u9898\uFF1B4\u5E97\u94FA\u95EE\u9898\uFF1B5\u8D26\u6237\u95EE\u9898\uFF1B6\u5176\u4ED6\u95EE\u9898</p>"},{group:"Parameter",type:"String",optional:!1,field:"content",isArray:!1,description:"<p>\u5185\u5BB9</p>"},{group:"Parameter",type:"Array",optional:!0,field:"material_ids",isArray:!1,description:"<p>\u56FE\u7247</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCustomerFeedback",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/feedback"}]},{type:"POST",url:"/api/customer/customer/follow",title:"\u6211\u7684-\u5173\u6CE8\u7528\u6237",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"customer_id",isArray:!1,description:"<p>\u88AB\u5173\u6CE8\u4EBA\u7684id</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCustomerFollow",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/follow"}]},{type:"POST",url:"/api/customer/customer/followers",title:"\u6211\u7684-\u5173\u6CE8\u5217\u8868",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"current_page":1,
|
|
"data":[
|
|
{
|
|
"id":1,
|
|
"customer_id":3,
|
|
"follower_id":1,
|
|
"created_at":"2023-04-06T06:54:56.000000Z",
|
|
"updated_at":"2023-04-06T07:07:13.000000Z",
|
|
"deleted_at":null,
|
|
"customer":{
|
|
"id":3,
|
|
"name":"\u54E6\u543C2", // \u540D\u79F0
|
|
"nickname":"", // \u6635\u79F0
|
|
"avatar":"", // \u5934\u50CF
|
|
"fans_num":1, // \u7C89\u4E1D
|
|
"follower_num":0, // \u5173\u6CE8
|
|
"profit_rate":"", // \u76C8\u5229\u7387
|
|
"seven_hit":"" // \u4E03\u65E5\u547D\u4E2D
|
|
}
|
|
}
|
|
],
|
|
"per_page":20, // \u6BCF\u9875\u6761\u6570
|
|
"total":2 // \u603B\u6761\u6570
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCustomerFollowers",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/followers"}]},{type:"POST",url:"/api/customer/customer/info",title:"\u6211\u7684-\u7528\u6237\u4FE1\u606F",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"customer": { // \u7528\u6237\u4FE1\u606F
|
|
"id": 2,
|
|
"shop_id": 1,
|
|
"phone": "13511111111",
|
|
"name": "",
|
|
"nickname": "\u533F\u540D\u7528\u6237", // \u6240\u6709\u63A5\u53E3\u4E2D\uFF0C\u4F7F\u7528\u8BE5\u5B50\u5F39\u5C55\u793A\u7528\u6237\u540D\u79F0
|
|
"email": "",
|
|
"email_verified_at": null,
|
|
"balance": "0.00", // \u4F59\u989D
|
|
"prize_today": "0.00", // \u4ECA\u65E5\u4E2D\u5956
|
|
"prize_total": "0.00", // \u7D2F\u8BA1\u4E2D\u5956
|
|
"remark": "",
|
|
"has_pay_password": "", // \u662F\u5426\u6709\u652F\u4ED8\u5BC6\u7801
|
|
"real_phone": "", // \u5B9E\u540D\u624B\u673A\u53F7
|
|
"real_identity": "", // \u5B9E\u540D\u8EAB\u4EFD\u8BC1
|
|
"win_lead_num": 0, // \u5E26\u7EA2\u4EBA\u6570
|
|
"win_alway_num": 0, // \u8FDE\u80DC\u6B21\u6570
|
|
"star": 0, // \u662F\u5426\u4E3A\u661F\u6807\u5BA2\u6237,1\u662F
|
|
"agent": 0, // \u662F\u5426\u4E3A\u4EE3\u7406\u5BA2\u6237\uFF0C1\u662F
|
|
"avatar": "", // \u5934\u50CF
|
|
"seven_hit": "", // 7\u65E5\u547D\u4E2D
|
|
"profit_rate": "", // \u76C8\u5229\u7387
|
|
"fans_num": 0, // \u7C89\u4E1D\u6570
|
|
"follower_num": 0, // \u5173\u6CE8\u6570
|
|
"lottery_draft_num": 0, // \u5F85\u51FA\u7968\u6570
|
|
"lottery_wait_num": 0, // \u5F85\u5F00\u5956\u6570
|
|
"lottery_win_num": 0, // \u5DF2\u4E2D\u5956
|
|
"created_at": "2023-04-06T13:17:42.000000Z",
|
|
"updated_at": "2023-04-06T13:17:42.000000Z",
|
|
"deleted_at": null
|
|
},
|
|
"shop": { // \u5E97\u94FA\u4FE1\u606F
|
|
"id": 1,
|
|
"name": "\u5929\u4E0B\u7B2C\u4E00\u70B9", // \u5E97\u94FA\u540D\u79F0
|
|
"seller_name": "\u5929\u4E0B\u7B2C\u4E00\u70B9", // \u5E97\u4E3B\u540D
|
|
"seller_phone": "111", // \u5E97\u4E3B\u624B\u673A
|
|
"seller_wechat": "111", // \u5E97\u4E3B\u5FAE\u4FE1
|
|
"addr": "\u5929\u4E0B\u7B2C\u4E00\u70B9", // \u5E97\u94FA\u5730\u5740
|
|
"announcement": "\u5929\u4E0B\u7B2C\u4E00\u70B9", /// \u5E97\u94FA\u516C\u544A
|
|
"announcement_img_url": "\u5929\u4E0B\u7B2C\u4E00\u70B9", /// \u5E97\u94FA\u516C\u544A\u56FE\u7247\u5730\u5740
|
|
"created_at": null,
|
|
"updated_at": null,
|
|
"deleted_at": null
|
|
},
|
|
"shops": [ // \u5305\u542B\u5F53\u524D\u767B\u5F55\u8D26\u53F7\u5BF9\u5E94\u7684\u5E97\u94FA
|
|
{
|
|
"id": 2, // \u7528\u6237id
|
|
"phone": "13511111111", // \u7528\u6237\u7535\u8BDD
|
|
"shop_id": 1, // \u5E97\u94FAid
|
|
"shop": {
|
|
"id": 1,
|
|
"name": "\u5929\u4E0B\u7B2C\u4E00\u70B9" // \u5E97\u94FA\u540D\u79F0
|
|
}
|
|
}
|
|
],
|
|
"config": [
|
|
"fadan_brokage":6, // \u53D1\u5355\u4F63\u91D1\u63D0\u6210
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCustomerInfo",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/info"}]},{type:"POST",url:"/api/customer/customer/real_verify",title:"\u6211\u7684-\u5B9E\u540D\u8BA4\u8BC1",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"real_identity",isArray:!1,description:"<p>\u8EAB\u4EFD\u8BC1</p>"},{group:"Parameter",type:"String",optional:!1,field:"real_name",isArray:!1,description:"<p>\u771F\u5B9E\u59D3\u540D</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCustomerReal_verify",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/real_verify"}]},{type:"POST",url:"/api/customer/customer/standings",title:"\u7528\u6237\u6218\u7EE9",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"customer_id",isArray:!1,description:"<p>\u7528\u6237id(\u4E0D\u4F20\u9ED8\u8BA4\u5F53\u524D\u767B\u5F55\u7528\u6237)</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"customer": { // \u7528\u6237\u4FE1\u606F
|
|
"id": 2,
|
|
"shop_id": 1,
|
|
"phone": "13511111111",
|
|
"name": "",
|
|
"nickname": "\u533F\u540D\u7528\u6237", // \u6240\u6709\u63A5\u53E3\u4E2D\uFF0C\u4F7F\u7528\u8BE5\u5B50\u5F39\u5C55\u793A\u7528\u6237\u540D\u79F0
|
|
"email": "",
|
|
"email_verified_at": null,
|
|
"balance": "0.00", // \u4F59\u989D
|
|
"prize_today": "0.00", // \u4ECA\u65E5\u4E2D\u5956
|
|
"prize_total": "0.00", // \u7D2F\u8BA1\u4E2D\u5956
|
|
"remark": "",
|
|
"has_pay_password": "", // \u662F\u5426\u6709\u652F\u4ED8\u5BC6\u7801
|
|
"real_phone": "", // \u5B9E\u540D\u624B\u673A\u53F7
|
|
"real_identity": "", // \u5B9E\u540D\u8EAB\u4EFD\u8BC1
|
|
"win_lead_num": 0, // \u5E26\u7EA2\u4EBA\u6570
|
|
"win_alway_num": 0, // \u8FDE\u80DC\u6B21\u6570
|
|
"star": 0, // \u662F\u5426\u4E3A\u661F\u6807\u5BA2\u6237,1\u662F
|
|
"agent": 0, // \u662F\u5426\u4E3A\u4EE3\u7406\u5BA2\u6237\uFF0C1\u662F
|
|
"avatar": "", // \u5934\u50CF
|
|
"seven_hit": "", // 7\u65E5\u547D\u4E2D
|
|
"profit_rate": "", // \u76C8\u5229\u7387
|
|
"fans_num": 0, // \u7C89\u4E1D\u6570
|
|
"follower_num": 0, // \u5173\u6CE8\u6570
|
|
"lottery_draft_num": 0, // \u5F85\u51FA\u7968\u6570
|
|
"lottery_wait_num": 0, // \u5F85\u5F00\u5956\u6570
|
|
"lottery_win_num": 0, // \u5DF2\u4E2D\u5956
|
|
"followed": true, // true\u5DF2\u5173\u6CE8\uFF0Cfalse\u672A\u5173\u6CE8
|
|
"created_at": "2023-04-06T13:17:42.000000Z",
|
|
"updated_at": "2023-04-06T13:17:42.000000Z",
|
|
"deleted_at": null
|
|
},
|
|
"five" : [true,false] // true\u4E2D\u5956\uFF0Cfalse\u672A\u4E2D\u5956
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCustomerStandings",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/standings"}]},{type:"POST",url:"/api/customer/customer/unions",title:"\u6211\u7684-\u5408\u4E70\u5217\u8868",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"type",isArray:!1,description:"<p>1\u6211\u53D1\u8D77\u7684\uFF0C2\u6211\u53C2\u4E0E\u7684</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"current_page":1,
|
|
"data":[
|
|
{
|
|
"id":15,
|
|
"pid":8,
|
|
"order_sn":"P2023041900000010",
|
|
"money":2, // \u81EA\u8D2D\u91D1\u989D
|
|
"pay_state":"success",
|
|
"pay_at":"2023-04-19 14:44:51",
|
|
"odds_early_close_time":"2023-04-05 15:38:38", // \u622A\u6B62\u65F6\u95F4
|
|
"odds_late_close_time":"2023-04-06 15:38:38",
|
|
"lottery_state":5,
|
|
"type_desc":"",
|
|
"union_piece_buy":1, // \u8D2D\u4E70\u4EFD\u6570
|
|
"union_piece_total":12,
|
|
"union_schedule":8,
|
|
"union_order":{ // \u5408\u4E70\u4E3B\u5355\u4FE1\u606F
|
|
"id":8,
|
|
"order_sn":"xxxx", // \u8BA2\u5355id,\u8BE6\u60C5\u7528\u8FD9\u4E2A\u5B57\u6BB5
|
|
"money":24, // \u65B9\u6848\u91D1\u989D
|
|
"pay_state":'', // ;success: \u652F\u4ED8\u6210\u529F;unpay: \u5F85\u652F\u4ED8;error: \u652F\u4ED8\u5931\u8D25;unequal: \u652F\u4ED8\u5F02\u5E38\uFF0C\u652F\u4ED8\u91D1\u989D\u548C\u5B9E\u6536\u91D1\u989D\u4E0D\u76F8\u7B49;pending: \u652F\u4ED8\u5904\u7406\u4E2D
|
|
"lottery_state":5, // 1:\u4E2D; 2:\u4E0D\u4E2D; 3:\u5F85\u5F00\uFF0C\u5DF2\u51FA\u7968; 4:\u5F85\u51FA\u7968\uFF0C\u51FA\u7968\u4E2D; 5:\u5F85\u63A5\u5355\uFF0C\u672A\u51FA\u7968; 6:\u64A4\u9500\u8BA2\u5355
|
|
"union_brokerage":1, // \u4F63\u91D1\u6BD4\u4F8B
|
|
"union_piece_total":1, // \u603B\u4EFD\u6570
|
|
"union_piece_buy":1, // \u8BA4\u8D2D\u4EFD\u6570
|
|
"play_type_name":"",
|
|
"buy_type_name":"\u5408\u4E70",
|
|
"type_desc":"\u5408\u4E70", // \u5408\u4E70\u5BA3\u8A00
|
|
"pass_mode_name":[
|
|
|
|
]
|
|
},
|
|
"lottery_type":{
|
|
"id":1,
|
|
"name":"jc\u8DB3\u7403" // \u5F69\u79CD\u540D\u79F0
|
|
}
|
|
}
|
|
],
|
|
"from":1,
|
|
"last_page":1,
|
|
"to":1,
|
|
"total":1
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCustomerUnions",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/unions"}]},{type:"POST",url:"/api/customer/customer/upload",title:"\u6211\u7684-\u4E0A\u4F20\u5934\u50CF",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"file",isArray:!1,description:"<p>avatar // filename</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"path": "xxxxx", // \u5934\u50CF\u5730\u5740
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerCustomerUpload",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/upload"}]},{type:"POST",url:"/api/customer/dlt/cart",title:"dlt-cart",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"zhu_num":5,
|
|
"bets_num":2,
|
|
"expect_bets":0,
|
|
"money":10, // \u603B\u91D1\u989D
|
|
"prize_min":0,
|
|
"prize_max":0
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/DltController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerDltCart",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/dlt/cart"}]},{type:"POST",url:"/api/customer/dlt/compute",title:"dlt-compute",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"zhu_num":5,
|
|
"bets_num":2,
|
|
"expect_bets":0,
|
|
"money":10, // \u603B\u91D1\u989D
|
|
"prize_min":0,
|
|
"prize_max":0
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/DltController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerDltCompute",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/dlt/compute"}]},{type:"POST",url:"/api/customer/dlt/order/create",title:"dlt-order-create",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"zhu_num":5,
|
|
"bets_num":2,
|
|
"expect_bets":0,
|
|
"money":10, // \u603B\u91D1\u989D
|
|
"prize_min":0,
|
|
"prize_max":0
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/DltController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerDltOrderCreate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/dlt/order/create"}]},{type:"POST",url:"/api/customer/guan/cart",title:"\u51A0\u519Bcart",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E \u53C2\u8003compute\u7684odds</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"title": "\u51A0\u519B",
|
|
"money": 4,
|
|
"prize_min": 10.4,
|
|
"prize_max": 10.4,
|
|
"close_time_str": "1970-01-01 07:50:00\u622A\u6B62\uFF0C\u8BF7\u5C3D\u5FEB\u63D0\u4EA4\u6295\u6CE8",
|
|
"odds": [ // \u8FD9\u4E2A\u5730\u65B9\u5982\u679C\u683C\u5F0F\u4E0D\u5BF9\uFF0C\u7ED9\u6211\u8BF4
|
|
{
|
|
"id": 2,
|
|
"jczq_guan_id": 1,
|
|
"odds_id": 76,
|
|
"team_id": 305,
|
|
"team_name": "\u6CD5\u56FD",
|
|
"option_num": 2,
|
|
"odds": "1.76",
|
|
"season": "",
|
|
"sales_state": "stopSelling",
|
|
"show_state": "out",
|
|
"order_state": "stopSelling",
|
|
"created_at": "2024-06-05 11:10:14",
|
|
"updated_at": "2024-06-05 11:13:17",
|
|
"deleted_at": null
|
|
}
|
|
],
|
|
"has_fadan": false,
|
|
"has_union": true,
|
|
"prize_optimize": false
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/GuanController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerGuanCart",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/guan/cart"}]},{type:"POST",url:"/api/customer/guan/compute",title:"\u51A0\u519Bcompute",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E { "lottery_type_id":13, "bets_num":1, \u500D\u6570 "odds":{ id => \u8D54\u7387 "1":11, "2":22 } }</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"zhu_num":5,
|
|
"bets_num":2,
|
|
"expect_bets":0,
|
|
"money":10, // \u603B\u91D1\u989D
|
|
"prize_min":0,
|
|
"prize_max":0
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/GuanController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerGuanCompute",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/guan/compute"}]},{type:"POST",url:"/api/customer/guan/order/create",title:"\u51A0\u519B-order-create",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"zhu_num":5,
|
|
"bets_num":2,
|
|
"expect_bets":0,
|
|
"money":10, // \u603B\u91D1\u989D
|
|
"prize_min":0,
|
|
"prize_max":0
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/GuanController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerGuanOrderCreate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/guan/order/create"}]},{type:"POST",url:"/api/customer/guan_ya/cart",title:"\u51A0\u4E9A\u519Bcart",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E \u53C2\u8003compute\u7684odds</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"title": "\u51A0\u4E9A\u519B",
|
|
"money": 4,
|
|
"prize_min": 10.4,
|
|
"prize_max": 10.4,
|
|
"close_time_str": "1970-01-01 07:50:00\u622A\u6B62\uFF0C\u8BF7\u5C3D\u5FEB\u63D0\u4EA4\u6295\u6CE8",
|
|
"odds": [ // \u8FD9\u4E2A\u5730\u65B9\u5982\u679C\u683C\u5F0F\u4E0D\u5BF9\uFF0C\u7ED9\u6211\u8BF4
|
|
{
|
|
"id": 2,
|
|
"jczq_guanya_id": 1,
|
|
"odds_id": 76,
|
|
"team_id": 305,
|
|
"team_name": "\u6CD5\u56FD",
|
|
"option_num": 2,
|
|
"odds": "1.76",
|
|
"season": "",
|
|
"sales_state": "stopSelling",
|
|
"show_state": "out",
|
|
"order_state": "stopSelling",
|
|
"created_at": "2024-06-05 11:10:14",
|
|
"updated_at": "2024-06-05 11:13:17",
|
|
"deleted_at": null
|
|
}
|
|
],
|
|
"has_fadan": false,
|
|
"has_union": true,
|
|
"prize_optimize": false
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/GuanYaController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerGuan_yaCart",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/guan_ya/cart"}]},{type:"POST",url:"/api/customer/guan_ya/compute",title:"\u51A0\u4E9A\u519Bcompute",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E { "lottery_type_id":13, "bets_num":1, \u500D\u6570 "odds":{ id => \u8D54\u7387 "1":11, "2":22 } }</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"zhu_num":5,
|
|
"bets_num":2,
|
|
"expect_bets":0,
|
|
"money":10, // \u603B\u91D1\u989D
|
|
"prize_min":0,
|
|
"prize_max":0
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/GuanYaController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerGuan_yaCompute",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/guan_ya/compute"}]},{type:"POST",url:"/api/customer/guan_ya/order/create",title:"\u51A0\u4E9A\u519B-order-create",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"zhu_num":5,
|
|
"bets_num":2,
|
|
"expect_bets":0,
|
|
"money":10, // \u603B\u91D1\u989D
|
|
"prize_min":0,
|
|
"prize_max":0
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/GuanYaController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerGuan_yaOrderCreate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/guan_ya/order/create"}]},{type:"POST",url:"/api/customer/jclq/cart",title:"\u7ADE\u5F69\u84DD\u7403-\u8D2D\u7269\u8F66\u4FE1\u606F",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"bets_num",isArray:!1,description:"<p>\u500D\u6570</p>"},{group:"Parameter",type:"Array",optional:!1,field:"pass_mode_keys",isArray:!1,description:"<p>m\u4E32n\u7684key</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F</p>"},{group:"Parameter",type:"String",optional:!1,field:"play_type",isArray:!1,description:"<p>\u73A9\u6CD5</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id": 1, // \u5F69\u79CD\u7C7B\u578Bid
|
|
"playgames": {
|
|
1: { // \u5F69\u7968\u8D54\u7387\u6570\u636Eid
|
|
"rf_odds": { // \u73A9\u6CD5\uFF0C\u5982\uFF1Asf_odds,sf_odds,sfc_odds
|
|
"win": 2.3 // \u6295\u6CE8\u7684\u503C
|
|
},
|
|
"sf_odds": {
|
|
"win": 2.3
|
|
},
|
|
...
|
|
},
|
|
...
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"has_fadan": true,// \u662F\u5426\u652F\u6301\u53D1\u5355
|
|
"has_union": false, // \u662F\u5426\u652F\u6301\u5408\u4E70
|
|
"title": "",
|
|
"money": 8,
|
|
"prize_min": 9.18, // \u6700\u5C0F\u4E2D\u5956\u91D1\u989D
|
|
"prize_max": 48.28, // \u6700\u5927\u4E2D\u95F4\u91D1\u989D
|
|
"close_time_str": "1970-01-01 07:20:00\u622A\u6B62\uFF0C\u8BF7\u5C3D\u5FEB\u63D0\u4EA4", // \u622A\u6B62\u65F6\u95F4
|
|
"pass_mode": [ // m\u4E32n
|
|
{
|
|
"key": "2.1",
|
|
"title": "2\u4E321"
|
|
}
|
|
],
|
|
"odds": [
|
|
{
|
|
"id": 1,
|
|
"odds_id": 5131,
|
|
"match_id": 97880,
|
|
"issue_num": "2023-05-05/\u5468\u4E94",
|
|
"play_num": "302", // \u573A\u6B21
|
|
"jc_competition_name": "\u6B27\u7BEE\u8054", // \u8D5B\u4E8B
|
|
"jc_competition_name_full": "\u6B27\u6D32\u7BEE\u7403\u8054\u8D5B",
|
|
"jc_home_team_name": "\u8D39\u5185\u5DF4\u5207", // \u4E3B\u961F
|
|
"jc_home_team_name_full": "\u8D39\u5185\u5DF4\u5207",
|
|
"jc_away_team_name": "\u5965\u6797\u5339\u4E9A", // \u5BA2\u961F
|
|
"jc_away_team_name_full": "\u5965\u6797\u5339\u4E9A\u79D1\u65AF",
|
|
"sale_state": "selling",
|
|
"is_reverse": 0,
|
|
"close_time": "2023-05-05 22:00:00", // \u6BD4\u8D5B\u622A\u6B62\u65F6\u95F4
|
|
"order_state": "selling",
|
|
"sf_odds": { // \u4E0B\u6CE8\u4FE1\u606F
|
|
"win": 1.76,
|
|
"loss": 1.64
|
|
},
|
|
"created_at": "2023-05-05 20:35:37",
|
|
"updated_at": "2023-05-05 20:35:37",
|
|
"deleted_at": null,
|
|
"real_close_time": "1970-01-01 07:40:00", // \u4E0B\u6CE8\u622A\u6B62\u65F6\u95F4
|
|
"real_close_str": "07:40\u622A\u6B62", // \u622A\u6B62\u65F6\u95F4
|
|
"issue_num_week": "\u5468\u4E94", // \u661F\u671Fn
|
|
"issue_num_day": "2023-05-05" // \u65E5\u671F
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/JclqController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerJclqCart",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/jclq/cart"}]},{type:"POST",url:"/api/customer/jclq/compute",title:"\u7ADE\u5F69\u84DD\u7403-\u8BA1\u7B97\u5956\u91D1\u548C\u6295\u6CE8\u91D1\u989D",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"bets_num",isArray:!1,description:"<p>\u500D\u6570</p>"},{group:"Parameter",type:"Array",optional:!1,field:"pass_mode_keys",isArray:!1,description:"<p>m\u4E32n\u7684key</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F</p>"},{group:"Parameter",type:"String",optional:!1,field:"play_type",isArray:!1,description:"<p>\u73A9\u6CD5</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id": 1, // \u5F69\u79CD\u7C7B\u578Bid
|
|
"playgames": {
|
|
1: { // \u5F69\u7968\u8D54\u7387\u6570\u636Eid
|
|
"rf_odds": { // \u73A9\u6CD5\uFF0C\u5982\uFF1Asf_odds,sf_odds,sfc_odds
|
|
"win": 2.3 // \u6295\u6CE8\u7684\u503C
|
|
},
|
|
"sf_odds": {
|
|
"win": 2.3
|
|
},
|
|
...
|
|
},
|
|
...
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"money": 24, // \u6295\u6CE8\u91D1\u989D
|
|
"prize_min": 200, // \u6700\u4F4E\u4E2D\u5956\u91D1\u989D
|
|
"prize_max": 400 // \u6700\u9AD8\u4E2D\u5956\u91D1\u989D
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/JclqController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerJclqCompute",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/jclq/compute"}]},{type:"POST",url:"/api/customer/jclq/order/create",title:"\u7ADE\u5F69\u7BEE\u7403-\u521B\u5EFA\u8BA2\u5355/\u53D1\u5355/\u5408\u4E70",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"bets_num",isArray:!1,description:"<p>\u500D\u6570</p>"},{group:"Parameter",type:"String",optional:!1,field:"play_type",isArray:!1,description:"<p>\u73A9\u6CD5</p>"},{group:"Parameter",type:"String",optional:!1,field:"pass_mode_keys",isArray:!1,description:"<p>\u8FC7\u5173\u65B9\u5F0F</p>"},{group:"Parameter",type:"Int",optional:!1,field:"type",isArray:!1,description:"<p>1\u666E\u901A\u6295\u6CE8\uFF1B2\u53D1\u5355;3\u5408\u4E70\uFF1B4\u8DDF\u5355</p>"},{group:"Parameter",type:"String",optional:!0,field:"fadan_order_no",isArray:!1,description:"<p>\u8DDF\u5355\u7684\u8BA2\u5355no(\u53EA\u6709\u5728type=4\u7684\u65F6\u5019\u751F\u6548)</p>"},{group:"Parameter",type:"Int",optional:!0,field:"type_mode",isArray:!1,description:"<p>1\u622A\u6B62\u540E\u516C\u5F00\uFF0C2\u516C\u5F00;3\u8BA4\u8D2D\u53EF\u89C1</p>"},{group:"Parameter",type:"String",optional:!0,field:"type_desc",isArray:!1,description:"<p>\u53D1\u5355/\u5408\u4E70\u63CF\u8FF0\uFF0C\u53D1\u5355/\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_piece_total",isArray:!1,description:"<p>\u603B\u4EFD\u6570\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_piece_buy",isArray:!1,description:"<p>\u8D2D\u4E70\u4EFD\u6570\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_piece_keep",isArray:!1,description:"<p>\u4FDD\u5E95\u4EFD\u6570\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_keep",isArray:!1,description:"<p>\u662F\u5426\u5168\u989D\u4FDD\u5E95:1\u662F,0\u5426\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_brokerage",isArray:!1,description:"<p>\u4F63\u91D1\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":1, // \u5F69\u79CD
|
|
"bets_num":2, // \u500D\u6570
|
|
"play_type":"all", // \u73A9\u6CD5
|
|
"pass_mode_keys":["2.1"], // \u8FC7\u5173\u65B9\u5F0F
|
|
"odds":{ // \u8D54\u7387/\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F
|
|
"1":{ // \u5F69\u7968\u8D54\u7387\u6570\u636Eid
|
|
"spf_odds":{
|
|
"win":2.3,
|
|
"loss":3.1
|
|
},
|
|
"rq_odds":{
|
|
"win":1.2
|
|
}
|
|
},
|
|
...
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"order_sn":"P2023033000000010", // \u8BA2\u5355\u53F7
|
|
"balance":"0.00", // \u4F59\u989D
|
|
"money":0, // \u8BA2\u5355\u603B\u91D1\u989D
|
|
"need_pay_money":0, // \u9700\u8981\u652F\u4ED8\u7684\u91D1\u989D
|
|
"username":"\u53D1\u8FBE", // \u7528\u6237\u540D
|
|
"lottery":"jc\u8DB3\u7403\u6DF7\u5408\u6295\u6CE8", // \u6295\u6CE8\u5F69\u7968\u4FE1\u606F
|
|
"pay_types":[ // \u652F\u4ED8\u65B9\u5F0F
|
|
{
|
|
"pay_type":"alipay",
|
|
"name":"\u652F\u4ED8\u5B9D"
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/JclqController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerJclqOrderCreate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/jclq/order/create"}]},{type:"POST",url:"/api/customer/jclq/valid",title:"\u7ADE\u5F69\u7BEE\u7403-\u9A8C\u8BC1\u7EC4\u5408\u65B9\u6848\u662F\u5426\u53EF\u7528",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"String",optional:!1,field:"play_type",isArray:!1,description:"<p>\u73A9\u6CD5</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id": 1, // \u5F69\u79CD\u7C7B\u578Bid
|
|
"playgames": {
|
|
1: { // \u5F69\u7968\u8D54\u7387\u6570\u636Eid
|
|
"rf_odds": { // \u73A9\u6CD5\uFF0C\u5982\uFF1Asf_odds,sf_odds,sfc_odds
|
|
"win": 2.3 // \u6295\u6CE8\u7684\u503C
|
|
},
|
|
"sf_odds": {
|
|
"win": 2.3
|
|
},
|
|
...
|
|
},
|
|
...
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 410,
|
|
"message": "\u4E0D\u5141\u8BB8\u7EC4\u5408\u65B9\u6848", // \u9A8C\u8BC1\u7ED3\u679C\u4FE1\u606F\uFF08\u53EA\u8981code\u4E0D\u662F200\uFF0C\u5C31\u662F\u672A\u901A\u8FC7\u9A8C\u8BC1\uFF09
|
|
"data": null
|
|
}`,type:"json"}]},filename:"Customer/JclqController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerJclqValid",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/jclq/valid"}]},{type:"POST",url:"/api/customer/jczq/cart",title:"\u7ADE\u5F69\u8DB3\u7403-\u8D2D\u5165\u8F66\u4FE1\u606F",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"bets_num",isArray:!1,description:"<p>\u500D\u6570</p>"},{group:"Parameter",type:"String",optional:!1,field:"play_type",isArray:!1,description:"<p>\u73A9\u6CD5</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id": 1, // \u5F69\u79CD\u7C7B\u578Bid
|
|
"playgames": {
|
|
1: { // \u5F69\u7968\u8D54\u7387\u6570\u636Eid
|
|
"spf_odds": { // \u73A9\u6CD5\uFF0C\u5982\uFF1Aspf,bf,bqc\uFF08\u80DC\u5E73\u8D1F\uFF0C\u6BD4\u5206\uFF0C\u534A\u5168\u573A\uFF09\u7B49
|
|
"win": 2.3 // \u6295\u6CE8\u7684\u503C
|
|
},
|
|
"bf_odds": {
|
|
"win": 2.3
|
|
},
|
|
...
|
|
},
|
|
...
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"has_fadan": true,// \u662F\u5426\u652F\u6301\u53D1\u5355
|
|
"has_union": false, // \u662F\u5426\u652F\u6301\u5408\u4E70
|
|
"money": 12, // \u6295\u6CE8\u91D1\u989D
|
|
"prize_min": 100, // \u6700\u4F4E\u5956\u91D1
|
|
"prize_max": 200, // \u6700\u9AD8\u5956\u91D1
|
|
"close_time_str": "3214:323 32:32:32\u622A\u6B62\uFF0C\u8BF7\u5C3D\u5FEB\u63D0\u4EA4\u6295\u6CE8", // \u63D0\u793A\u4FE1\u606F
|
|
"pass_mode":
|
|
{
|
|
"multi": [], // \u591A\u9009
|
|
"single": [ // \u5355\u9009
|
|
{
|
|
"key": "2.1",
|
|
"title": "2\u4E321"
|
|
}
|
|
]
|
|
}
|
|
,
|
|
"odds": [ // \u8D2D\u4E70\u754C\u9762\u6240\u9700\u4FE1\u606F\uFF0C\u5B57\u6BB5\u53C2\u8003\u3010\u7ADE\u5F69\u8DB3\u7403-\u6295\u6CE8\u5217\u8868\u3011
|
|
{
|
|
"id": 3,
|
|
"lottery_type_id": 1,
|
|
"odds_id": 1,
|
|
"match_id": 1,
|
|
"issue_num": "2022-01-01/\u5468\u4E00",
|
|
"play_num": 21,
|
|
"jc_competition_name": "adsf\u79BB\u5F00\u5BB6",
|
|
"jc_competition_name_full": "\u53D1\u4E09\u5206\u5927\u8D5B",
|
|
"jc_home_team_name": "\u53D1\u987A\u4E30",
|
|
"jc_home_team_name_full": "\u53D1\u9001",
|
|
"jc_away_team_name": "fda",
|
|
"jc_away_team_name_full": "fda",
|
|
"sale_state": "selling",
|
|
"is_reverse": 0,
|
|
"real_close_time": "1969-12-31 23:50:00",
|
|
"order_state": "selling",
|
|
"spf_odds": {
|
|
"win": 2.85,
|
|
"loss": 2.25
|
|
},
|
|
"rq_odds": {
|
|
"win": 2.85
|
|
},
|
|
"created_at": null,
|
|
"updated_at": null,
|
|
"deleted_at": null,
|
|
"real_close_str": "23:50\u622A\u6B62",
|
|
"issue_num_week": "\u5468\u4E00",
|
|
"issue_num_day": "2022-01-01"
|
|
},
|
|
...
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/JczqController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerJczqCart",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/jczq/cart"}]},{type:"POST",url:"/api/customer/jczq/compute",title:"\u7ADE\u5F69\u8DB3\u7403-\u8BA1\u7B97\u5956\u91D1\u548C\u6295\u6CE8\u91D1\u989D",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"bets_num",isArray:!1,description:"<p>\u500D\u6570</p>"},{group:"Parameter",type:"Array",optional:!1,field:"pass_mode_keys",isArray:!1,description:"<p>m\u4E32n\u7684key</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F</p>"},{group:"Parameter",type:"String",optional:!1,field:"play_type",isArray:!1,description:"<p>\u73A9\u6CD5</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id": 1, // \u5F69\u79CD\u7C7B\u578Bid
|
|
"playgames": {
|
|
1: { // \u5F69\u7968\u8D54\u7387\u6570\u636Eid
|
|
"spf_odds": { // \u73A9\u6CD5\uFF0C\u5982\uFF1Aspf,bf,bqc\uFF08\u80DC\u5E73\u8D1F\uFF0C\u6BD4\u5206\uFF0C\u534A\u5168\u573A\uFF09\u7B49
|
|
"win": 2.3 // \u6295\u6CE8\u7684\u503C
|
|
},
|
|
"bf_odds": {
|
|
"win": 2.3
|
|
},
|
|
...
|
|
},
|
|
...
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"money": 24, // \u6295\u6CE8\u91D1\u989D
|
|
"prize_min": 200, // \u6700\u4F4E\u4E2D\u5956\u91D1\u989D
|
|
"prize_max": 400 // \u6700\u9AD8\u4E2D\u5956\u91D1\u989D
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/JczqController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerJczqCompute",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/jczq/compute"}]},{type:"POST",url:"/api/customer/jczq/order/create",title:"\u7ADE\u5F69\u8DB3\u7403-\u521B\u5EFA\u8BA2\u5355/\u53D1\u5355/\u5408\u4E70",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"bets_num",isArray:!1,description:"<p>\u500D\u6570</p>"},{group:"Parameter",type:"String",optional:!1,field:"play_type",isArray:!1,description:"<p>\u73A9\u6CD5</p>"},{group:"Parameter",type:"String",optional:!1,field:"pass_mode_keys",isArray:!1,description:"<p>\u8FC7\u5173\u65B9\u5F0F</p>"},{group:"Parameter",type:"Int",optional:!1,field:"type",isArray:!1,description:"<p>1\u666E\u901A\u6295\u6CE8\uFF1B2\u53D1\u5355;3\u5408\u4E70\uFF1B4\u8DDF\u5355</p>"},{group:"Parameter",type:"String",optional:!0,field:"fadan_order_no",isArray:!1,description:"<p>\u8DDF\u5355\u7684\u8BA2\u5355no(\u53EA\u6709\u5728type=4\u7684\u65F6\u5019\u751F\u6548)</p>"},{group:"Parameter",type:"Int",optional:!0,field:"type_mode",isArray:!1,description:"<p>1\u622A\u6B62\u540E\u516C\u5F00\uFF0C2\u516C\u5F00;3\u8BA4\u8D2D\u53EF\u89C1</p>"},{group:"Parameter",type:"String",optional:!0,field:"type_desc",isArray:!1,description:"<p>\u53D1\u5355/\u5408\u4E70\u63CF\u8FF0\uFF0C\u53D1\u5355/\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_piece_total",isArray:!1,description:"<p>\u603B\u4EFD\u6570\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_piece_buy",isArray:!1,description:"<p>\u8D2D\u4E70\u4EFD\u6570\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_piece_keep",isArray:!1,description:"<p>\u4FDD\u5E95\u4EFD\u6570\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_keep",isArray:!1,description:"<p>\u662F\u5426\u5168\u989D\u4FDD\u5E95:1\u662F,0\u5426\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Int",optional:!0,field:"union_brokerage",isArray:!1,description:"<p>\u4F63\u91D1\uFF0C\u5408\u4E70\u65F6\u5FC5\u586B</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id":1, // \u5F69\u79CD
|
|
"bets_num":2, // \u500D\u6570
|
|
"play_type":"all", // \u73A9\u6CD5
|
|
"pass_mode_keys":["2.1"], // \u8FC7\u5173\u65B9\u5F0F
|
|
"odds":{ // \u8D54\u7387/\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F
|
|
"1":{ // \u5F69\u7968\u8D54\u7387\u6570\u636Eid
|
|
"spf_odds":{
|
|
"win":2.3,
|
|
"loss":3.1
|
|
},
|
|
"rq_odds":{
|
|
"win":1.2
|
|
}
|
|
},
|
|
...
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"order_sn":"P2023033000000010", // \u8BA2\u5355\u53F7
|
|
"balance":"0.00", // \u4F59\u989D
|
|
"money":0, // \u8BA2\u5355\u603B\u91D1\u989D
|
|
"need_pay_money":0, // \u9700\u8981\u652F\u4ED8\u7684\u91D1\u989D
|
|
"username":"\u53D1\u8FBE", // \u7528\u6237\u540D
|
|
"lottery":"jc\u8DB3\u7403\u6DF7\u5408\u6295\u6CE8", // \u6295\u6CE8\u5F69\u7968\u4FE1\u606F
|
|
"pay_types":[ // \u652F\u4ED8\u65B9\u5F0F
|
|
{
|
|
"pay_type":"alipay",
|
|
"name":"\u652F\u4ED8\u5B9D"
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/JczqController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerJczqOrderCreate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/jczq/order/create"}]},{type:"POST",url:"/api/customer/jczq/order/optimize_prize",title:"\u7ADE\u5F69\u8DB3\u7403-\u5956\u91D1\u4F18\u5316",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"optimize_type",isArray:!1,description:"<p>1\u5E73\u5747\u4F18\u5316\uFF1B2\u640F\u70ED\uFF1B3\u640F\u51B7</p>"},{group:"Parameter",type:"Int",optional:!1,field:"money",isArray:!1,description:"<p>\u8D2D\u4E70\u94B1\u6570</p>"},{group:"Parameter",type:"Array",optional:!1,field:"pass_mode_keys",isArray:!1,description:"<p>\u8FC7\u5173\u65B9\u5F0F</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"bets_num":2, // \u500D\u6570
|
|
"pass_mode_keys":["2.1"], // \u8FC7\u5173\u65B9\u5F0F
|
|
"odds":{ // \u8D54\u7387/\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F
|
|
"1":{ // \u5F69\u7968\u8D54\u7387\u6570\u636Eid
|
|
"spf_odds":{
|
|
"win":2.3,
|
|
"loss":3.1
|
|
},
|
|
"rq_odds":{
|
|
"win":1.2
|
|
}
|
|
},
|
|
...
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
}`,type:"json"}]},filename:"Customer/JczqController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerJczqOrderOptimize_prize",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/jczq/order/optimize_prize"}]},{type:"POST",url:"/api/customer/jczq/valid",title:"\u7ADE\u5F69\u8DB3\u7403-\u9A8C\u8BC1\u7EC4\u5408\u65B9\u6848\u662F\u5426\u53EF\u7528",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"String",optional:!1,field:"play_type",isArray:!1,description:"<p>\u73A9\u6CD5</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u7EC4\u5408\u6295\u6CE8\u4FE1\u606F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"lottery_type_id": 1, // \u5F69\u79CD\u7C7B\u578Bid
|
|
"play_type": "bf_odds", // \u73A9\u6CD5
|
|
"odds": {
|
|
1: { // \u5F69\u7968\u8D54\u7387\u6570\u636Eid
|
|
"spf_odds": { // \u73A9\u6CD5\uFF0C\u5982\uFF1Aspf,bf,bqc\uFF08\u80DC\u5E73\u8D1F\uFF0C\u6BD4\u5206\uFF0C\u534A\u5168\u573A\uFF09\u7B49
|
|
"win": 2.3 // \u6295\u6CE8\u7684\u503C
|
|
},
|
|
"bf_odds": {
|
|
"win": 2.3
|
|
},
|
|
...
|
|
},
|
|
...
|
|
}
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 410,
|
|
"message": "\u4E0D\u5141\u8BB8\u7EC4\u5408\u65B9\u6848", // \u9A8C\u8BC1\u7ED3\u679C\u4FE1\u606F\uFF08\u53EA\u8981code\u4E0D\u662F200\uFF0C\u5C31\u662F\u672A\u901A\u8FC7\u9A8C\u8BC1\uFF09
|
|
"data": null
|
|
}`,type:"json"}]},filename:"Customer/JczqController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerJczqValid",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/jczq/valid"}]},{type:"POST",url:"/api/customer/login",title:"auth-\u767B\u5F55",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"phone",isArray:!1,description:"<p>\u624B\u673A\u53F7\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"password",isArray:!1,description:"<p>\u5BC6\u7801</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"access_token": "eyJ0eXA5z7uNNgL76GgVGFFMOuINwHJnG73s", // token
|
|
"token_type": "bearer",
|
|
"expires_in": 36000 // \u6709\u6548\u65F6\u957F(\u79D2)
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerLogin",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/login"}]},{type:"POST",url:"/api/customer/match/jczq",title:"\u6BD4\u5206-\u7ADE\u5F69\u8DB3\u7403",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"date",isArray:!1,description:"<p>\u65E5\u671F</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"dates": [{ // \u7528\u6237\u4FE1\u606F
|
|
"date": 2,
|
|
"date_str": 1,
|
|
"week_str": "13511111111"
|
|
}],
|
|
"result" :[{ // \u6BD4\u8D5B\u4FE1\u606F
|
|
}],
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/MatchController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerMatchJczq",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/match/jczq"}]},{type:"POST",url:"/api/customer/match/lq",title:"\u6BD4\u5206-\u7ADE\u5F69\u7BEE\u7403",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"date",isArray:!1,description:"<p>\u65E5\u671F</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"dates": [{ // \u7528\u6237\u4FE1\u606F
|
|
"date": 2,
|
|
"date_str": 1,
|
|
"week_str": "13511111111"
|
|
}],
|
|
"result" :[{ // \u6BD4\u8D5B\u4FE1\u606F
|
|
}],
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/MatchController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerMatchLq",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/match/lq"}]},{type:"POST",url:"/api/customer/order/bills",title:"\u6211\u7684-\u4EA4\u6613\u660E\u7EC6",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"lottery_state",isArray:!1,description:"<p>1\u4E2D\uFF1B2\u4E0D\u4E2D\uFF1B3\u5F85\u5F00\u5956\uFF1B4\u5F85\u51FA\u7968\uFF1B5\u63A5\u5355\uFF1B10\u5DF2\u5F00\u5956</p>"},{group:"Parameter",type:"Int",optional:!0,field:"page",isArray:!1,description:"<p>\u9875\u6570</p>"},{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570\uFF0C\u9ED8\u8BA420</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"bill_types": [ // \u4EA4\u6613\u660E\u7EC6\u7C7B\u578B
|
|
{
|
|
"name": "\u5168\u90E8",
|
|
"bill_type": 0
|
|
},
|
|
{
|
|
"name": "\u5145\u503C",
|
|
"bill_type": 1
|
|
},
|
|
{
|
|
"name": "\u6295\u6CE8",
|
|
"bill_type": 2
|
|
},
|
|
{
|
|
"name": "\u53CD\u5956",
|
|
"bill_type": 3
|
|
},
|
|
{
|
|
"name": "\u63D0\u6B3E",
|
|
"bill_type": 4
|
|
},
|
|
{
|
|
"name": "\u5176\u4ED6",
|
|
"bill_type": -1
|
|
}
|
|
],
|
|
"bills": {
|
|
"current_page": 1,
|
|
"data": [
|
|
{
|
|
"id": 11,
|
|
"type": 2, //
|
|
"customer_id": 1,
|
|
"customer_balance": "9856.00", // \u7528\u6237\u4F59\u989D
|
|
"ie": "-", // - \u51CF\u5C11\uFF0C+\u589E\u52A0
|
|
"money": "120.00", // \u91D1\u989D
|
|
"recharge_id": 0,
|
|
"order_id": null,
|
|
"title": "\u5145\u503C", // \u6807\u9898
|
|
"seller_id": 0,
|
|
"created_at": "2023-04-09T07:36:12.000000Z", // \u65F6\u95F4
|
|
"updated_at": "2023-04-09T07:36:12.000000Z",
|
|
"deleted_at": null
|
|
},
|
|
],
|
|
"prev_page_url": null,
|
|
"to": 10,
|
|
"total": 10 // \u603B\u6761\u6570
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerOrderBills",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/order/bills"}]},{type:"POST",url:"/api/customer/order/copies",title:"\u8DDF\u5355-\u5927\u5385\u5217\u8868",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"filter",isArray:!1,description:"<p>hit_rate:\u547D\u4E2D\u7387;hot: \u8DDF\u5355\u4EBA\u6C14;money: \u81EA\u8D2D\u91D1\u989D;follow: \u6211\u7684\u5173\u6CE8</p>"},{group:"Parameter",type:"String",optional:!0,field:"nickname",isArray:!1,description:"<p>\u5F69\u6C11\u6635\u79F0</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"current_page": 1,
|
|
"data": [
|
|
{
|
|
"nickname": "", // \u7528\u6237\u6635\u79F0
|
|
"name": "\u53D1\u8FBE", // \u7528\u6237\u540D\u79F0
|
|
"win_alway_num": 0, // \u8FDE\u80DC\u6B21\u6570
|
|
"avatar": "", // \u7528\u6237\u5934\u50CF
|
|
"id": 1,
|
|
"customer_id": 1,
|
|
"lottery_id": 1,
|
|
"money": 24, // \u81EA\u8D2D\u91D1\u989D
|
|
"pid": 0,
|
|
"odds_early_close_time": "2023-04-05 15:48:38", // \u7ED3\u675F\u65F6\u95F4
|
|
"play_type": "mixed",
|
|
"pass_mode": [ // \u73A9\u6CD5
|
|
"2.1"
|
|
],
|
|
"copy_num": 0,
|
|
"play_type_name": "\u6DF7\u5408\u6295\u6CE8", // \u73A9\u6CD5\u540D\u79F0
|
|
"buy_type_name": "\u81EA\u8D2D", // \u8D2D\u4E70\u7C7B\u578B
|
|
"pass_mode_name": [
|
|
"2\u4E321"
|
|
],
|
|
"lottery": {
|
|
"id": 1,
|
|
"name": "\u7ADE\u5F69\u8DB3\u7403", // \u5F69\u79CD\u540D\u79F0
|
|
"description": "\u51FA\u7968,\u6700\u4F4E\u6295\u6CE80\u5143,\u505C\u552E\u524D0\u5206\u949F\u622A\u6B62\u6295\u6CE8"
|
|
}
|
|
},
|
|
],
|
|
"from": 1,
|
|
"per_page": 20,
|
|
"to": 2,
|
|
"total": 2
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/OrderController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerOrderCopies",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/order/copies"}]},{type:"POST",url:"/api/customer/order/copy",title:"\u8DDF\u5355\u521B\u5EFA",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"},{group:"Parameter",type:"Float",optional:!1,field:"money",isArray:!1,description:"<p>\u91D1\u989D</p>"},{group:"Parameter",type:"Int",optional:!1,field:"bets_num",isArray:!1,description:"<p>\u500D\u6570</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"id":1, // \u8BA2\u5355id
|
|
"money":2, // \u91D1\u989D
|
|
"bets_num":2,
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"order_sn":"P2023033000000010", // \u8BA2\u5355\u53F7
|
|
"balance":"0.00", // \u4F59\u989D
|
|
"money":0, // \u8BA2\u5355\u91D1\u989D
|
|
"username":"\u53D1\u8FBE", // \u7528\u6237\u540D
|
|
"lottery":"jc\u8DB3\u7403\u6DF7\u5408\u6295\u6CE8", // \u6295\u6CE8\u5F69\u7968\u4FE1\u606F
|
|
"pay_types":[ // \u652F\u4ED8\u65B9\u5F0F
|
|
{
|
|
"pay_type":"alipay",
|
|
"name":"\u652F\u4ED8\u5B9D"
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/OrderController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerOrderCopy",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/order/copy"}]},{type:"POST",url:"/api/customer/order/create_union",title:"\u5408\u4E70-\u521B\u5EFA\u5408\u4E70\u8BA2\u5355",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"},{group:"Parameter",type:"Int",optional:!1,field:"buy_piece",isArray:!1,description:"<p>\u8D2D\u4E70\u4EFD\u6570</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"order_sn":"P2023041900000001",
|
|
"balance":"9840.00", // \u4F59\u989D
|
|
"money":10, // \u6295\u6CE8\u91D1\u989D
|
|
"username":"\u53D1\u8FBE", // \u6635\u79F0
|
|
"lottery":"jc\u8DB3\u7403\u6DF7\u5408\u6295\u6CE8",
|
|
"pay_types":[
|
|
{
|
|
"pay_type":"alipay",
|
|
"name":"\u652F\u4ED8\u5B9D"
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/OrderController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerOrderCreate_union",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/order/create_union"}]},{type:"POST",url:"/api/customer/order/union_show",title:"\u5408\u4E70-\u8BE6\u60C5",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"customer":{
|
|
"id":1,
|
|
"name":"\u53D1\u8FBE", // \u771F\u662F\u59D3\u540D
|
|
"nickname":"\u5927\u8C61", // \u7528\u6237\u6635\u79F0
|
|
"email":"fdsa",
|
|
"email_verified_at":null,
|
|
"remark":"",
|
|
"win_alway_num":0,
|
|
"win_lead_num":0,
|
|
"star":0,
|
|
"agent":1,
|
|
"avatar":"/avatar/TM1f852RwuK2Dh6b5xcfT8q3xPOdY2I3nKMl1G5P.png", // \u5934\u50CF
|
|
"seven_hit":"",
|
|
"profit_rate":"",
|
|
"fans_num":0, // \u7C89\u4E1D\u6570
|
|
"follower_num":0,
|
|
"pay_time":0,
|
|
"pay_money":"0.00",
|
|
"client_type":0,
|
|
"level_name":"\u50A8\u5907\u7EC4\u957F",
|
|
},
|
|
"order":{
|
|
"id":6,
|
|
"pid":0,
|
|
"order_sn":"P2023041900000001", // \u8BA2\u5355\u7F16\u53F7
|
|
"customer_id":1,
|
|
"lottery_id":1,
|
|
"shop_id":1,
|
|
"lottery_type_id":1,
|
|
"type":3,
|
|
"copy_num":0,
|
|
"bets_num":2,
|
|
"piao_num":2, // \u7968\u6570
|
|
"money":24,
|
|
"prize_min":"11.04",
|
|
"prize_max":"142.56",
|
|
"pass_mode":[
|
|
"2.1"
|
|
],
|
|
"play_type":"mixed",
|
|
"pay_type":"",
|
|
"pay_state":"success",
|
|
"pay_at":"2023-04-19 12:53:15",
|
|
"odds_early_close_time":"2023-04-05 15:38:38", // \u622A\u6B62\u65F6\u95F4
|
|
"created_at":"2023-04-06 15:38:38", // \u53D1\u5355\u65F6\u95F4
|
|
"lottery_qupiao":0,
|
|
"lottery_state":5,
|
|
"lottery_prize":"0.00",
|
|
"lottery_send_prize":0,
|
|
"lottery_tax_prize":"0.00",
|
|
"type_mode":3, // 1\u622A\u6B62\u540E\u516C\u5F00\uFF1B2\u516C\u5F00;3\u8BA4\u8D2D\u53EF\u89C1
|
|
"type_desc":"\u8FD9\u662F\u4E2A\u5408\u4E70", // \u5408\u4E70\u5BA3\u8A00
|
|
"union_pay_success":0,
|
|
"union_brokerage":1, //
|
|
"union_keep":1, // \u662F\u5426\u5168\u989D\u4FDD\u5E95
|
|
"union_piece_keep":2, // \u4FDD\u5E95\u4EFD\u6570
|
|
"union_piece_self":6, // \u81EA\u8D2D\u4EFD\u6570
|
|
"union_piece_buy":6, // \u5DF2\u8D2D\u4EFD\u6570
|
|
"union_piece_total":12, // \u603B\u4EFD\u6570
|
|
"union_schedule":50, // \u5408\u4E70\u8FDB\u5EA61-100
|
|
|
|
"sellings":[ // \u53C2\u8003\u8BA2\u5355\u8BE6\u60C5
|
|
|
|
],
|
|
"chang_num":2,
|
|
"pass_mode_names":[
|
|
"2\u4E321"
|
|
],
|
|
"play_name":"\u7ADE\u5F69\u8DB3\u7403",
|
|
"play_type_name":"\u6DF7\u5408\u6295\u6CE8",
|
|
"buy_type_name":"\u81EA\u8D2D",
|
|
"pass_mode_name":[
|
|
"2\u4E321"
|
|
],
|
|
},
|
|
"users":[
|
|
{
|
|
"id":1,
|
|
"order_id":6,
|
|
"customer_id":1,
|
|
"union_piece_total":12, // \u603B\u4EFD\u989D
|
|
"union_piece_buy":6, // \u8D2D\u4E70\u4EFD\u989D
|
|
"money":"16.00", // \u51FA\u8D44
|
|
"created_at":"2023-04-19T12:53:15.000000Z",
|
|
"updated_at":"2023-04-19T12:53:15.000000Z",
|
|
"deleted_at":null,
|
|
"customer":{ // \u5F69\u53CB\u4FE1\u606F
|
|
"id":1,
|
|
"avatar":"/avatar/TM1f852RwuK2Dh6b5xcfT8q3xPOdY2I3nKMl1G5P.png",
|
|
"nickname":"\u5927\u8C61",
|
|
"name":"\u53D1\u8FBE",
|
|
"level_score":0,
|
|
"level_name":"\u50A8\u5907\u7EC4\u957F",
|
|
"level_score_group":"5000",
|
|
"lottery_state_name":"",
|
|
"client_type_name":"\u672A\u77E5"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/OrderController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerOrderUnion_show",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/order/union_show"}]},{type:"POST",url:"/api/customer/order/union_show",title:"\u5408\u4E70-\u5269\u4F59\u4EFD\u6570",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"order_sn":"P2023041900000001", // \u8BA2\u5355\u53F7
|
|
"remain_piece":6, // \u5269\u4F59\u4EFD\u6570
|
|
"union_piece_money":2 // \u6BCF\u4EFD\u91D1\u989D
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/OrderController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerOrderUnion_show",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/order/union_show"}]},{type:"POST",url:"/api/customer/order/unions",title:"\u5408\u4E70-\u5217\u8868",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"String",optional:!1,field:"sort_filter",isArray:!1,description:"<p>schedule\u8FDB\u5EA6,new\u6700\u65B0,seven\u4E03\u65E5\u547D\u4E2D,follow\u6211\u7684\u5173\u6CE8</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"current_page":1,
|
|
"data":[
|
|
{
|
|
"customer":{
|
|
"id":1,
|
|
"nickname":"\u5927\u8C61", // \u5408\u4E70\u53D1\u8D77\u4EBA
|
|
"avatar":"/avatar/TM1f852RwuK2Dh6b5xcfT8q3xPOdY2I3nKMl1G5P.png", // \u5934\u50CF
|
|
"name":"\u53D1\u8FBE",
|
|
"level_score":0,
|
|
"level_name":"\u50A8\u5907\u7EC4\u957F",
|
|
"level_score_group":"5000",
|
|
"lottery_state_name":"",
|
|
"client_type_name":"\u672A\u77E5"
|
|
},
|
|
"lottery":{
|
|
"id":1,
|
|
"name":"\u7ADE\u5F69\u8DB3\u7403", // \u5F69\u79CD
|
|
},
|
|
"id":2,
|
|
"order_sn":"P2023041800000002",
|
|
"money":24, // \u65B9\u6848\u91D1\u989D
|
|
"odds_early_close_time":"2023-04-05 15:38:38", // \u622A\u6B62\u65F6\u95F4
|
|
"odds_late_close_time":"2023-04-06 15:38:38",
|
|
"type_mode":3,
|
|
"type_desc":"\u8FD9\u662F\u4E2A\u5408\u4E70", // \u5408\u4E70\u5BA3\u8A00
|
|
"union_pay_success":0,
|
|
"union_brokerage":1, // \u4F63\u91D1\u6BD4\u4F8B
|
|
"union_keep":1, // \u5168\u989D\u4FDD\u5E95\uFF1A1\u662F\uFF1B0\u5426
|
|
"union_piece_keep":6, // \u4FDD\u5E95\u4EFD\u6570
|
|
"union_piece_self":0, // \u53D1\u8D77\u4EBA\u8D2D\u4E70\u4EFD\u6570
|
|
"union_piece_buy":6, // \u5DF2\u8D2D\u4E70\u4EFD\u6570
|
|
"union_piece_total":12, // \u603B\u4EFD\u6570
|
|
|
|
}
|
|
],
|
|
"from":1,
|
|
"per_page":20,
|
|
"to":4,
|
|
"total":4 // \u603B\u6761\u6570
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/OrderController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerOrderUnions",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/order/unions"}]},{type:"POST",url:"/api/customer/pls/cart",title:"pls-cart",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E</p>"}]},examples:[{title:"\u8BF7\u6C42\u6570\u636Edemo",content:`{
|
|
"lottery_type_id":6,
|
|
"odds":[
|
|
{
|
|
"play_type":"danshi", // danshi | fushi
|
|
"play_odd":[[0,1,2,3],[1,6,7],[2],[3],[4]], // \u9009\u62E9\u7684
|
|
"bets_num":1 // \u500D\u6570
|
|
},
|
|
|
|
]
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"zhu_num":5,
|
|
"bets_num":2,
|
|
"expect_bets":0,
|
|
"money":10, // \u603B\u91D1\u989D
|
|
"prize_min":0,
|
|
"prize_max":0
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/PlsController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerPlsCart",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/pls/cart"}]},{type:"POST",url:"/api/customer/pls/compute",title:"pls-compute",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E</p>"}]},examples:[{title:"\u8BF7\u6C42\u6570\u636Edemo",content:`{
|
|
"lottery_type_id":6,
|
|
"odds":[
|
|
{
|
|
"play_type":"danshi", // danshi | fushi
|
|
"play_odd":[[0,1,2,3],[1,6,7],[2],[3],[4]], // \u9009\u62E9\u7684
|
|
"bets_num":1 // \u500D\u6570
|
|
},
|
|
|
|
]
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"zhu_num":5,
|
|
"bets_num":2,
|
|
"expect_bets":0,
|
|
"money":10, // \u603B\u91D1\u989D
|
|
"prize_min":0,
|
|
"prize_max":0
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/PlsController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerPlsCompute",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/pls/compute"}]},{type:"POST",url:"/api/customer/pls/order/create",title:"pls-order-create",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E</p>"}]},examples:[{title:"\u8BF7\u6C42\u6570\u636Edemo",content:`{
|
|
"lottery_type_id":6,
|
|
"odds":[
|
|
{
|
|
"play_type":"danshi", // danshi | fushi
|
|
"play_odd":[[0,1,2,3],[1,6,7],[2],[3],[4]], // \u9009\u62E9\u7684
|
|
"bets_num":1 // \u500D\u6570
|
|
},
|
|
|
|
]
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"zhu_num":5,
|
|
"bets_num":2,
|
|
"expect_bets":0,
|
|
"money":10, // \u603B\u91D1\u989D
|
|
"prize_min":0,
|
|
"prize_max":0
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/PlsController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerPlsOrderCreate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/pls/order/create"}]},{type:"POST",url:"/api/customer/plw/cart",title:"plw-cart",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E</p>"}]},examples:[{title:"\u8BF7\u6C42\u6570\u636Edemo",content:`{
|
|
"lottery_type_id":6,
|
|
"odds":[
|
|
{
|
|
"play_type":"danshi", // danshi | fushi
|
|
"play_odd":[[0,1,2,3],[1,6,7],[2],[3],[4]], // \u9009\u62E9\u7684
|
|
"bets_num":1 // \u500D\u6570
|
|
},
|
|
|
|
]
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"zhu_num":5,
|
|
"bets_num":2,
|
|
"expect_bets":0,
|
|
"money":10, // \u603B\u91D1\u989D
|
|
"prize_min":0,
|
|
"prize_max":0
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/PlwController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerPlwCart",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/plw/cart"}]},{type:"POST",url:"/api/customer/plw/compute",title:"plw-compute",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E</p>"}]},examples:[{title:"\u8BF7\u6C42\u6570\u636Edemo",content:`{
|
|
"lottery_type_id":6,
|
|
"odds":[
|
|
{
|
|
"play_type":"danshi", // danshi | fushi
|
|
"play_odd":[[0,1,2,3],[1,6,7],[2],[3],[4]], // \u9009\u62E9\u7684
|
|
"bets_num":1 // \u500D\u6570
|
|
},
|
|
|
|
]
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"zhu_num":5,
|
|
"bets_num":2,
|
|
"expect_bets":0,
|
|
"money":10, // \u603B\u91D1\u989D
|
|
"prize_min":0,
|
|
"prize_max":0
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/PlwController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerPlwCompute",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/plw/compute"}]},{type:"POST",url:"/api/customer/plw/order/create",title:"plw-order-create",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E</p>"}]},examples:[{title:"\u8BF7\u6C42\u6570\u636Edemo",content:`{
|
|
"lottery_type_id":6,
|
|
"odds":[
|
|
{
|
|
"play_type":"danshi", // danshi | fushi
|
|
"play_odd":[[0,1,2,3],[1,6,7],[2],[3],[4]], // \u9009\u62E9\u7684
|
|
"bets_num":1 // \u500D\u6570
|
|
},
|
|
|
|
]
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"zhu_num":5,
|
|
"bets_num":2,
|
|
"expect_bets":0,
|
|
"money":10, // \u603B\u91D1\u989D
|
|
"prize_min":0,
|
|
"prize_max":0
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/PlwController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerPlwOrderCreate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/plw/order/create"}]},{type:"POST",url:"/api/customer/qxc/cart",title:"qxc-cart",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"zhu_num":5,
|
|
"bets_num":2,
|
|
"expect_bets":0,
|
|
"money":10, // \u603B\u91D1\u989D
|
|
"prize_min":0,
|
|
"prize_max":0
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/QxcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerQxcCart",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/qxc/cart"}]},{type:"POST",url:"/api/customer/qxc/compute",title:"qxc-compute",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Array",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E</p>"}]},examples:[{title:"\u8BF7\u6C42\u6570\u636Edemo",content:`{
|
|
"lottery_type_id":6,
|
|
"odds":[
|
|
{
|
|
"play_odd":[[0,1,2,3],[1,6,7],[2],[3],[4], [5],[6]], // \u9009\u62E9\u7684
|
|
"bets_num":1 // \u500D\u6570
|
|
},
|
|
|
|
]
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"zhu_num":5,
|
|
"bets_num":2,
|
|
"expect_bets":0,
|
|
"money":10, // \u603B\u91D1\u989D
|
|
"prize_min":0,
|
|
"prize_max":0
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/QxcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerQxcCompute",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/qxc/compute"}]},{type:"POST",url:"/api/customer/qxc/order/create",title:"qxc-order-create",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u7C7B\u578BID</p>"},{group:"Parameter",type:"Object",optional:!1,field:"odds",isArray:!1,description:"<p>\u6570\u636E</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"zhu_num":5,
|
|
"bets_num":2,
|
|
"expect_bets":0,
|
|
"money":10, // \u603B\u91D1\u989D
|
|
"prize_min":0,
|
|
"prize_max":0
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/QxcController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerQxcOrderCreate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/qxc/order/create"}]},{type:"POST",url:"/api/customer/refresh_token",title:"auth-\u5237\u65B0token",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"access_token": "eyJ0eXA5z7uNNgL76GgVGFFMOuINwHJnG73s", // token
|
|
"token_type": "bearer",
|
|
"expires_in": 36000 // \u6709\u6548\u65F6\u957F(\u79D2)
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerRefresh_token",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/refresh_token"}]},{type:"POST",url:"/api/customer/register",title:"auth-\u6CE8\u518C",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"phone",isArray:!1,description:"<p>\u624B\u673A\u53F7\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"password",isArray:!1,description:"<p>\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"password_confirmation",isArray:!1,description:"<p>\u5BC6\u7801\u786E\u8BA4</p>"},{group:"Parameter",type:"String",optional:!0,field:"shopsn",isArray:!1,description:"<p>\u5E97\u94FA\u7F16\u53F7</p>"},{group:"Parameter",type:"Int",optional:!0,field:"agtcid",isArray:!1,description:"<p>\u4EE3\u7406id</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "\u6CE8\u518C\u6210\u529F\uFF0C\u8BF7\u767B\u5F55...",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerRegister",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/register"}]},{type:"POST",url:"/api/customer/switch_account",title:"auth-\u5207\u6362\u8D26\u53F7(\u66F4\u6362\u5E97\u94FA)",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"shop_id",isArray:!1,description:"<p>\u5E97\u94FAid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"customer_id",isArray:!1,description:"<p>\u7528\u6237id</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"access_token": "eyJ0eXA5z7uNNgL76GgVGFFMOuINwHJnG73s", // token
|
|
"token_type": "bearer",
|
|
"expires_in": 36000 // \u6709\u6548\u65F6\u957F(\u79D2)
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/IndexController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerSwitch_account",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/switch_account"}]},{type:"POST",url:"/api/customer/upload",title:"\u4E0A\u4F20\u6587\u4EF6",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"File",optional:!1,field:"file",isArray:!1,description:"<p>\u6587\u4EF6\u7684name</p>"},{group:"Parameter",type:"Int",optional:!1,field:"type",isArray:!1,description:"<p>3:\u53CD\u9988;</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"id": 2, // id
|
|
"file_url": "http://localhost/uploads/lottery/aEZKWqAm7qXR896PIE1cNtHbGaTYCbuDsfijFHuT.jpg" // \u5730\u5740
|
|
}
|
|
}`,type:"json"}]},filename:"Customer/UploadController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerUpload",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/upload"}]},{type:"POST",url:"/api/customer/wallet/pay_order",title:"\u652F\u4ED8-\u8BA2\u5355\u652F\u4ED8",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Float",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"order_sn":"xxxxx",
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{ // \u4E8C\u7EF4\u7801
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Customer/WalletController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerWalletPay_order",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/wallet/pay_order"}]},{type:"POST",url:"/api/customer/wallet/recharge",title:"\u652F\u4ED8-\u5145\u503C(\u83B7\u53D6\u5145\u503C\u5355\u53F7)",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Float",optional:!1,field:"pay_money",isArray:!1,description:"<p>\u652F\u4ED8\u91D1\u989D</p>"},{group:"Parameter",type:"String",optional:!1,field:"pay_type",isArray:!1,description:"<p>\u652F\u4ED8\u65B9\u5F0F</p>"},{group:"Parameter",type:"String",optional:!0,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u53F7</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"order_sn":"xxxx",
|
|
"pay_type":"alipay",
|
|
"pay_money":2.0,
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": [
|
|
"code" => "10000"
|
|
"msg" => "Success"
|
|
"out_trade_no" => "P2012321321432431322"
|
|
"qr_code" => "https://qr.alipay.com/bax03864rcibb2pkssnb3082" // \u4E8C\u7EF4\u7801\u94FE\u63A5
|
|
]
|
|
}`,type:"json"}]},filename:"Customer/WalletController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerWalletRecharge",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/wallet/recharge"}]},{type:"POST",url:"/api/customer/wallet/recharge_query",title:"\u652F\u4ED8-\u67E5\u8BE2\u5145\u503C\u7ED3\u679C",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"recharge_sn",isArray:!1,description:"<p>\u5145\u503C\u8BA2\u5355\u7F16\u53F7</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"pay_type":"alipay",
|
|
"pay_money":2.0,
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": "xxxxxx" // \u6B64\u5904\u5E94\u8BE5\u662F\u4E2Aform
|
|
}`,type:"json"}]},filename:"Customer/WalletController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerWalletRecharge_query",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/wallet/recharge_query"}]},{type:"POST",url:"/api/customer/wallet/redirect_pay",title:"\u652F\u4ED8-\u8DF3\u8F6C\u5230\u7B2C\u4E09\u65B9\u652F\u4ED8",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"recharge_sn",isArray:!1,description:"<p>\u5145\u503C\u8BA2\u5355\u7F16\u53F7</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"pay_type":"alipay",
|
|
"pay_money":2.0,
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": "xxxxxx" // \u6B64\u5904\u5E94\u8BE5\u662F\u4E2Aform
|
|
}`,type:"json"}]},filename:"Customer/WalletController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerWalletRedirect_pay",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/wallet/redirect_pay"}]},{type:"POST",url:"/api/customer/wallet/withdraw_money",title:"\u6211\u7684-\u63D0\u73B0",version:"0.1.0",group:"\u5BA2\u6237\u7AEF",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"type",isArray:!1,description:"<p>1\u652F\u4ED8\u5B9D\uFF1B2\u94F6\u884C\u5361</p>"},{group:"Parameter",type:"Float",optional:!1,field:"money",isArray:!1,description:"<p>\u63D0\u73B0\u91D1\u989D</p>"},{group:"Parameter",type:"String",optional:!1,field:"ali_account",isArray:!1,description:"<p>\u652F\u4ED8\u5B9D\u8D26\u53F7</p>"},{group:"Parameter",type:"String",optional:!1,field:"bank_no",isArray:!1,description:"<p>\u94F6\u884C\u5361\u53F7</p>"},{group:"Parameter",type:"String",optional:!1,field:"bank_area",isArray:!1,description:"<p>\u94F6\u884C\u5361\u6240\u5728\u5730</p>"},{group:"Parameter",type:"String",optional:!1,field:"bank_master",isArray:!1,description:"<p>\u5F00\u6237\u884C</p>"},{group:"Parameter",type:"String",optional:!1,field:"password_pay",isArray:!1,description:"<p>\u652F\u4ED8\u5BC6\u7801</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Customer/WalletController.php",groupTitle:"\u5BA2\u6237\u7AEF",name:"PostApiCustomerWalletWithdraw_money",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/wallet/withdraw_money"}]},{type:"GET",url:"/api/customer/customer/agent_order",title:"\u6211\u7684\u9080\u8BF7-\u8BA2\u5355\u5217\u8868",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u6708\u7B2C\u4E00\u5929)</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C \u53C2\u8003\u8BA2\u5355\u5217\u8868\u6570\u636E",content:`{
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiCustomerCustomerAgent_order",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/agent_order"}]},{type:"GET",url:"/api/customer/customer/agent_order_v2",title:"\u6211\u7684\u9080\u8BF7-\u8BA2\u5355\u5217\u8868\u6539\u4E3A\u6309\u4EBA\u7EDF\u8BA1",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u6708\u7B2C\u4E00\u5929)</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C \u53C2\u8003\u8BA2\u5355\u5217\u8868\u6570\u636E",content:`{
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiCustomerCustomerAgent_order_v2",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/agent_order_v2"}]},{type:"GET",url:"/api/customer/customer/agent_regist",title:"\u6211\u7684\u9080\u8BF7-\u9080\u8BF7\u8BB0\u5F55",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u6708\u7B2C\u4E00\u5929)</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C \u53C2\u8003\u7528\u6237\u5217\u8868\u6570\u636E",content:`{
|
|
}`,type:"json"}]},filename:"Customer/CustomerController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiCustomerCustomerAgent_regist",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/customer/agent_regist"}]},{type:"GET",url:"/api/customer/wallet/withdraw_list",title:"\u7528\u6237\u63D0\u73B0-\u5217\u8868",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"state",isArray:!1,description:"<p>\u63D0\u73B0\u72B6\u6001\uFF1A1\u5F85\u5904\u7406\uFF1B2\u5DF2\u63D0\u73B0\uFF1B3\u63D0\u73B0\u5931\u8D25</p>"},{group:"Parameter",type:"Int",optional:!0,field:"customer_id",isArray:!1,description:"<p>\u5F69\u6C11id</p>"},{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"current_page": 1,
|
|
"data": [
|
|
{
|
|
"id": 1,
|
|
"shop_id": 1,
|
|
"customer_id": 1,
|
|
"freeze_id": 1,
|
|
"money": 10, // \u63D0\u73B0\u91D1\u989D
|
|
"type": 1, // 1\u652F\u4ED8\u5B9D;2\u94F6\u884C\u5361
|
|
"ali_account": "ssssss", // \u963F\u91CC\u8D26\u53F7
|
|
"bank_no": "", // \u94F6\u884C\u5361\u53F7
|
|
"bank_area": "",
|
|
"bank_master": "",
|
|
"bank_branch": "",
|
|
"state": 1, // 1\u5F85\u5904\u7406\uFF0C2\u6210\u529F\uFF1B3\u5931\u8D25
|
|
"seller_id": 0,
|
|
"seller_remark": "", // \u5904\u7406\u5907\u6CE8
|
|
"remark_at": null,
|
|
"created_at": "2023-04-25T13:03:39.000000Z",
|
|
"updated_at": "2023-04-25T13:03:39.000000Z",
|
|
"deleted_at": null,
|
|
"customer": {
|
|
"id": 1,
|
|
"name": "\u53D1\u8FBE", // \u771F\u662F\u59D3\u540D
|
|
"nickname": "\u5927\u8C61", // \u6635\u79F0
|
|
"avatar": "/avatar/TM1f852RwuK2Dh6b5xcfT8q3xPOdY2I3nKMl1G5P.png", //\u5934\u50CF
|
|
"level_name": "\u50A8\u5907\u7EC4\u957F", //
|
|
"level_score_group": "5000",
|
|
"lottery_state_name": "",
|
|
"client_type_name": "\u672A\u77E5"
|
|
}
|
|
}
|
|
],
|
|
"from": 1,
|
|
"per_page": 20,
|
|
|
|
"total": 1
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/CustomerController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiCustomerWalletWithdraw_list",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/wallet/withdraw_list"}]},{type:"GET",url:"/api/seller/agent/shop_flow",title:"\u4EE3\u7406-\u5E97\u94FA\u6D41\u6C34",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB\u65F6\u95F4\uFF0C\u9ED8\u8BA4\u5F53\u5929</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u7ED3\u675F\u65F6\u95F4\uFF0C\u9ED8\u8BA4\u5F53\u5929</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": [
|
|
{
|
|
"agent_seller_id": 1000,
|
|
"real_name": "\u6D4B\u8BD5",
|
|
"name": "\u7B2C\u4E8C\u5BB6",
|
|
"shop_sn": "S100002",
|
|
"shop_id": 2001,
|
|
"c": "512.0000"
|
|
}
|
|
]
|
|
}`,type:"json"}]},filename:"Seller/AgentController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerAgentShop_flow",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/agent/shop_flow"}]},{type:"GET",url:"/api/seller/app/version_info",title:"App-\u4E0B\u8F7D\u4FE1\u606F",version:"0.1.0",group:"\u5E97\u4E3B",filename:"Seller/AppController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerAppVersion_info",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/app/version_info"}]},{type:"GET",url:"/api/seller/cooperate/bills",title:"\u5408\u4F5C-\u5408\u4F5C\u4F59\u989D\u660E\u7EC6",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"shop_cooperate_id",isArray:!1,description:"<p>\u5408\u4F5C\u5E97\u94FAid</p>"},{group:"Parameter",type:"String",optional:!0,field:"type",isArray:!1,description:"<p>1\u52A0\u6B3E\uFF1B2\u6263\u6B3E\uFF1B3\u51FA\u7968</p>"},{group:"Parameter",type:"String",optional:!0,field:"ie",isArray:!1,description:"<p>-\uFF1A\u652F\u51FA;+\uFF1A\u6536\u5165</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB\u65E5\u671F(2001-01-01),\u9ED8\u8BA4\u672C\u6708\u7B2C\u4E00\u5929</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u7ED3\u675F\u65E5\u671F(2001-01-01)\uFF0C\u9ED8\u8BA4\u5F53\u524D</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": [] // \u8C03\u7528\u81EA\u67E5
|
|
}`,type:"json"}]},filename:"Seller/CooperateController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerCooperateBills",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/cooperate/bills"}]},{type:"GET",url:"/api/seller/cooperate/entrust_list",title:"\u5408\u4F5C-\u7533\u8BF7\u5217\u8868",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"keyword",isArray:!1,description:"<p>\u5E97\u94FA\u540D\u79F0/\u624B\u673A\u53F7</p>"},{group:"Parameter",type:"String",optional:!0,field:"audit_state",isArray:!1,description:"<p>\u5BA1\u6838\u72B6\u6001\uFF1A1\u6210\u529F\uFF0C2\u5931\u8D25\uFF0C3\u7533\u8BF7\u4E2D</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"total_balance": "0.0000", // \u4F59\u989D
|
|
"list": {
|
|
"current_page": 1,
|
|
"data": [
|
|
{
|
|
"id": 1000, // \u5408\u4F5C\u5E97\u94FAid(shop_cooperate_id)
|
|
"balance": "0.0000",
|
|
"shop_seller_id": 1000,
|
|
"shop_id": 2000,
|
|
"cooperate_id": 2001,
|
|
"cooperate_seller_id": 0,
|
|
"apply_message": "",
|
|
"audit_state": 1, // \u5BA1\u6838\u72B6\u6001\uFF1A1\u6210\u529F\uFF0C2\u5931\u8D25\uFF0C3\u7533\u8BF7\u4E2D
|
|
"audit_message": "",
|
|
"created_at": "2023-07-05 21:04:01",
|
|
"updated_at": "2023-07-05 21:04:56",
|
|
"deleted_at": null,
|
|
"cooperate": { // \u5408\u4F5C\u5E97\u94FA\u4FE1\u606F
|
|
"id": 2000,
|
|
"shop_sn": "S100001",
|
|
"name": "\u7B2C\u4E00\u5BB6", // \u5E97\u94FA\u540D\u79F0
|
|
},
|
|
"shop_cooperate_lottery": [] //
|
|
}
|
|
],
|
|
"per_page": 20,
|
|
"total": 1
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/CooperateController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerCooperateEntrust_list",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/cooperate/entrust_list"}]},{type:"GET",url:"/api/seller/cooperate/entrust_lottery_list",title:"\u5408\u4F5C-\u7533\u8BF7\u7684\u5E97\u94FA\u5F69\u79CD\u5217\u8868",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"shop_cooperate_id",isArray:!1,description:"<p>\u5408\u4F5C\u5E97\u94FA\u6570\u636Eid</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": [
|
|
"shop":{},
|
|
"list":[{
|
|
"id": 1000, // shop_cooperate_lottery_id
|
|
"opened": 0, // \u662F\u5426\u5F00\u542F
|
|
"audit_state": 3, // \u5BA1\u6838\u72B6\u6001\uFF1A1\u6210\u529F\uFF0C2\u5931\u8D25\uFF0C3\u7533\u8BF7\u4E2D
|
|
"shop_cooperate_id": 1000,
|
|
"shop_id": 2000,
|
|
"cooperate_id": 2001,
|
|
"lottery_type_id": 1,
|
|
"early_minute": 10, // \u63D0\u524D\u622A\u6B62\u6295\u6CE8(\u5206\u949F)
|
|
"order_method": 1, // \u63A5\u5355\u6A21\u5F0F\uFF1A1\u81EA\u52A8\uFF0C2\u624B\u52A8
|
|
"money_line": "0.0000", // \u91D1\u989D\u5206\u5272\u7EBF
|
|
"brokerage": "0.00", // \u4F63\u91D1
|
|
"apply_message": "", // \u7533\u8BF7\u4FE1\u606F
|
|
"audit_message": "", // \u5BA1\u6838\u4FE1\u606F
|
|
"created_at": "2023-07-05 21:11:40",
|
|
"updated_at": "2023-07-05 21:11:40",
|
|
"deleted_at": null,
|
|
"lottery_type": { // \u5F69\u79CD\u4FE1\u606F
|
|
"id": 1,
|
|
"type": "jczq",
|
|
"status": 1,
|
|
"name": "\u7ADE\u5F69\u8DB3\u7403",
|
|
"icon": "jczq",
|
|
"info": "13\u573A\u8D5B\u4E8B\u53EF\u6295",
|
|
"created_at": null,
|
|
"updated_at": "2023-06-24 23:00:03",
|
|
"deleted_at": null
|
|
}
|
|
}
|
|
]
|
|
* ]
|
|
}`,type:"json"}]},filename:"Seller/CooperateController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerCooperateEntrust_lottery_list",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/cooperate/entrust_lottery_list"}]},{type:"GET",url:"/api/seller/cooperate/entrusted_list",title:"\u5408\u4F5C-\u5BA1\u6838\u5217\u8868",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"keyword",isArray:!1,description:"<p>\u5E97\u94FA\u540D\u79F0/\u624B\u673A\u53F7</p>"},{group:"Parameter",type:"String",optional:!0,field:"audit_state",isArray:!1,description:"<p>\u5BA1\u6838\u72B6\u6001\uFF1A1\u6210\u529F\uFF0C2\u5931\u8D25\uFF0C3\u7533\u8BF7\u4E2D</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"total_balance": "0.0000", // \u4F59\u989D
|
|
"list": {
|
|
"current_page": 1,
|
|
"data": [
|
|
{
|
|
"id": 1000, // \u5408\u4F5C\u5E97\u94FAid(shop_cooperate_id)
|
|
"balance": "0.0000",
|
|
"shop_seller_id": 1000,
|
|
"shop_id": 2000,
|
|
"cooperate_id": 2001,
|
|
"cooperate_seller_id": 0,
|
|
"apply_message": "",
|
|
"audit_state": 1, // \u5BA1\u6838\u72B6\u6001\uFF1A1\u6210\u529F\uFF0C2\u5931\u8D25\uFF0C3\u7533\u8BF7\u4E2D
|
|
"audit_message": "",
|
|
"created_at": "2023-07-05 21:04:01",
|
|
"updated_at": "2023-07-05 21:04:56",
|
|
"deleted_at": null,
|
|
"shop": { // \u5408\u4F5C\u5E97\u94FA\u4FE1\u606F
|
|
"id": 2000,
|
|
"shop_sn": "S100001",
|
|
"name": "\u7B2C\u4E00\u5BB6", // \u5E97\u94FA\u540D\u79F0
|
|
},
|
|
"shop_cooperate_lottery": [] //
|
|
}
|
|
],
|
|
"per_page": 20,
|
|
"total": 1
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/CooperateController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerCooperateEntrusted_list",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/cooperate/entrusted_list"}]},{type:"GET",url:"/api/seller/cooperate/entrusted_lottery_list",title:"\u5408\u4F5C-\u5BA1\u6838\u7684\u5E97\u94FA\u5F69\u79CD\u5217\u8868",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": [
|
|
"shop":{},
|
|
"list":[{
|
|
"id": 1000, // shop_cooperate_lottery_id
|
|
"opened": 0, // \u662F\u5426\u5F00\u542F
|
|
"audit_state": 3, // \u5BA1\u6838\u72B6\u6001\uFF1A1\u6210\u529F\uFF0C2\u5931\u8D25\uFF0C3\u7533\u8BF7\u4E2D
|
|
"shop_cooperate_id": 1000,
|
|
"shop_id": 2000,
|
|
"cooperate_id": 2001,
|
|
"lottery_type_id": 1,
|
|
"early_minute": 10, // \u63D0\u524D\u622A\u6B62\u6295\u6CE8(\u5206\u949F)
|
|
"order_method": 1, // \u63A5\u5355\u6A21\u5F0F\uFF1A1\u81EA\u52A8\uFF0C2\u624B\u52A8
|
|
"money_line": "0.0000", // \u91D1\u989D\u5206\u5272\u7EBF
|
|
"brokerage": "0.00", // \u4F63\u91D1
|
|
"apply_message": "", // \u7533\u8BF7\u4FE1\u606F
|
|
"audit_message": "", // \u5BA1\u6838\u4FE1\u606F
|
|
"created_at": "2023-07-05 21:11:40",
|
|
"updated_at": "2023-07-05 21:11:40",
|
|
"deleted_at": null,
|
|
"lottery_type": { // \u5F69\u79CD\u4FE1\u606F
|
|
"id": 1,
|
|
"type": "jczq",
|
|
"status": 1,
|
|
"name": "\u7ADE\u5F69\u8DB3\u7403",
|
|
"icon": "jczq",
|
|
"info": "13\u573A\u8D5B\u4E8B\u53EF\u6295",
|
|
"created_at": null,
|
|
"updated_at": "2023-06-24 23:00:03",
|
|
"deleted_at": null
|
|
}
|
|
}
|
|
]
|
|
* ]
|
|
}`,type:"json"}]},filename:"Seller/CooperateController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerCooperateEntrusted_lottery_list",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/cooperate/entrusted_lottery_list"}]},{type:"GET",url:"/api/seller/cooperate/lotteries",title:"\u5408\u4F5C-\u5F69\u79CD\u5217\u8868",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"shop_cooperate_id",isArray:!1,description:"<p>\u5408\u4F5C\u5E97\u94FAid</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": [] // \u8C03\u7528\u81EA\u67E5
|
|
}`,type:"json"}]},filename:"Seller/CooperateController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerCooperateLotteries",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/cooperate/lotteries"}]},{type:"GET",url:"/api/seller/customer/list",title:"\u7528\u6237\u7BA1\u7406-\u7528\u6237\u5217\u8868",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"type",isArray:!1,description:"<p>2\u4E0B\u5355\u548C\u661F\u6807\u7528\u6237\uFF1B\u5176\u4ED6\u5168\u90E8\u7528\u6237</p>"},{group:"Parameter",type:"Int",optional:!0,field:"agent",isArray:!1,description:"<p>1\u4EE3\u7406\u7528\u6237\uFF1B\u5176\u4ED6\u4E0D\u751F\u6548</p>"},{group:"Parameter",type:"String",optional:!0,field:"sort",isArray:!1,description:"<p>\u5012\u5E8F\uFF1Aregister\u6CE8\u518C\u65F6\u95F4\uFF08\u9ED8\u8BA4\uFF09\uFF1Bbalance\u4F59\u989D\uFF1B(\u5168\u90E8\u7528\u6237\u751F\u6548)</p>"},{group:"Parameter",type:"String",optional:!0,field:"keyword",isArray:!1,description:"<p>\u6635\u79F0/\u624B\u673A\u53F7/\u771F\u662F\u59D3\u540D\u641C\u7D22</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"data": [
|
|
{
|
|
"id": 2, // ID
|
|
"shop_id": 1,
|
|
"phone": "13511111111" , // \u624B\u673A\u53F7
|
|
"name": "",
|
|
"nickname": "", // \u6635\u79F0
|
|
"password_pay": "",
|
|
"balance": "10000.00", // \u4F59\u989D
|
|
"remark": "", // \u5E97\u4E3B\u5907\u6CE8\u540D\u79F0
|
|
"win_alway_num": 0,
|
|
"win_lead_num": 0,
|
|
"star": 1, // 1\u661F\u6807\u7528\u6237\uFF1B0\u975E\u661F\u6807\u7528\u6237
|
|
"agent": 0,
|
|
"avatar": "",
|
|
"seven_hit": "",
|
|
"profit_rate": "",
|
|
"fans_num": 0,
|
|
"follower_num": 0,
|
|
"pay_time": 1, // \u4E0B\u5355\u65F6\u95F4
|
|
"pay_money": "0.00", // \u4E0B\u5355\u91D1\u989D
|
|
"lottery_state": 0,
|
|
"lottery_state_name": "" // \u8BA2\u5355\u72B6\u6001
|
|
"deleted_at": null,
|
|
"level_name": "\u50A8\u5907\u7EC4\u957F",
|
|
"level_score_group": "5000"
|
|
}
|
|
],
|
|
"per_page": 20,
|
|
"to": 1,
|
|
"total": 1
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/CustomerController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerCustomerList",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/customer/list"}]},{type:"GET",url:"/api/seller/customer/list",title:"\u7528\u6237\u7BA1\u7406-\u7528\u6237\u8BE6\u60C5",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"customer_id",isArray:!1,description:"<p>\u5F69\u6C11id</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"id": 2, // ID
|
|
"shop_id": 1,
|
|
"phone": "13511111111" , // \u624B\u673A\u53F7
|
|
"name": "",
|
|
"nickname": "", // \u6635\u79F0
|
|
"password_pay": "",
|
|
"balance": "10000.00", // \u4F59\u989D
|
|
"remark": "", // \u5E97\u4E3B\u5907\u6CE8\u540D\u79F0
|
|
"win_alway_num": 0,
|
|
"win_lead_num": 0,
|
|
"star": 1, // 1\u661F\u6807\u7528\u6237\uFF1B0\u975E\u661F\u6807\u7528\u6237
|
|
"agent": 0,
|
|
"avatar": "",
|
|
"seven_hit": "",
|
|
"profit_rate": "",
|
|
"fans_num": 0,
|
|
"follower_num": 0,
|
|
"pay_time": 1, // \u4E0B\u5355\u65F6\u95F4
|
|
"pay_money": "0.00", // \u4E0B\u5355\u91D1\u989D
|
|
"lottery_state": 0,
|
|
"lottery_state_name": "" // \u8BA2\u5355\u72B6\u6001
|
|
"deleted_at": null,
|
|
"level_name": "\u50A8\u5907\u7EC4\u957F",
|
|
"level_score_group": "5000"
|
|
"client_type_name": \u6CE8\u518C\u6765\u6E90
|
|
"agentor": { // \u5F53\u524D\u7528\u6237\u7684\u4EE3\u7406
|
|
"id": 4,
|
|
"avatar": "",
|
|
"nickname": "",
|
|
"remark": "",
|
|
"name": "",
|
|
"created_at": "2023-04-10T12:23:12.000000Z",
|
|
"level_name": "\u50A8\u5907\u7EC4\u957F",
|
|
"level_score_group": "5000",
|
|
"lottery_state_name": ""
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/CustomerController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerCustomerList",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/customer/list"}]},{type:"GET",url:"/api/seller/lottery",title:"\u5F69\u79CD\u5217\u8868(\u8BA2\u5355\u7BA1\u7406\u641C\u7D22\u7528)",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": [
|
|
{
|
|
"id": 0, // id
|
|
"type": "", // \u5F69\u79CD\u7C7B\u578B
|
|
"name": "\u5168\u90E8" // \u5F69\u79CD\u540D\u79F0
|
|
},
|
|
{
|
|
"id": 1,
|
|
"type": "jczq",
|
|
"name": "\u7ADE\u5F69\u8DB3\u7403"
|
|
},
|
|
]
|
|
}`,type:"json"}]},filename:"Seller/LotteryController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerLottery",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/lottery"}]},{type:"GET",url:"/api/seller/lottery",title:"\u5F69\u79CD\u7BA1\u7406",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`[
|
|
{
|
|
"id": 1, // id
|
|
"opened": 1, // \u5F69\u79CD\u5F00\u5173\uFF1A1\u5F00\u542F\uFF0C0\u5173\u95ED
|
|
"description": "\u51FA\u7968,\u6700\u4F4E\u6295\u6CE810\u5143,\u505C\u552E\u524D10\u5206\u949F\u622A\u6B62\u6295\u6CE8", // \u63CF\u8FF0
|
|
"lottery_type": {
|
|
"id": 1,
|
|
"type": "jczq",
|
|
"name": "jc\u8DB3\u7403", // \u5F69\u540D\u79F0
|
|
},
|
|
...
|
|
]`,type:"json"}]},filename:"Seller/LotteryController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerLottery",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/lottery"}]},{type:"GET",url:"/api/seller/lottery/config",title:"\u5F69\u79CD\u914D\u7F6E-\u5C55\u793A",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CDid</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": [
|
|
{
|
|
"type": "switch", // switch\u5F00\u5173\uFF0Cinput\u5F39\u6846input\u8868\u5355
|
|
"field": "opened", // \u914D\u7F6E\u5B57\u6BB5
|
|
"field_val": 1, // \u914D\u7F6E\u5B57\u6BB5\u7684\u503C
|
|
"name": "\u5F69\u79CD\u5F00\u5173", // \u6807\u9898
|
|
"desc": "\u5173\u95ED\u540E\uFF0C\u7528\u6237\u65E0\u6CD5\u770B\u5230\u6B64\u5F69\u79CD\uFF0C\u8BF7\u8C28\u614E\u64CD\u4F5C\uFF01" // \u63CF\u8FF0
|
|
},
|
|
...
|
|
]
|
|
}`,type:"json"}]},filename:"Seller/LotteryController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerLotteryConfig",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/lottery/config"}]},{type:"GET",url:"/api/seller/lottery/config_list",title:"\u5F69\u79CD\u914D\u7F6E-\u5217\u8868",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":[
|
|
{
|
|
"lottery_type":{
|
|
"id":2, // \u5F69\u79CDid
|
|
"type":"jclq",
|
|
"status":1,
|
|
"name":"jc\u7BEE\u7403", // \u5F69\u79CD\u540D\u79F0
|
|
"icon":"",
|
|
"info":"\u8C22\u8C22\u8C22\u8C22\u8C22\u5BFB\u5BFB",
|
|
"created_at":null,
|
|
"updated_at":null,
|
|
"deleted_at":null
|
|
},
|
|
"description":"\u51FA\u7968,\u6700\u4F4E\u6295\u6CE810\u5143,\u505C\u552E\u524D20\u5206\u949F\u622A\u6B62\u6295\u6CE8" // \u63CF\u8FF0
|
|
},
|
|
]
|
|
}`,type:"json"}]},filename:"Seller/LotteryController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerLotteryConfig_list",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/lottery/config_list"}]},{type:"GET",url:"/api/seller/order/list",title:"\u8BA2\u5355\u7BA1\u7406-\u8BA2\u5355\u5217\u8868",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"filter",isArray:!1,description:"<p>\u8FC7\u6EE4\u6761\u4EF6,\u5BF9\u5E94tabs\u4E2D\u7684filter</p>"},{group:"Parameter",type:"String",optional:!1,field:"sort",isArray:!1,description:"<p>close_time\u622A\u6B62\u65F6\u95F4\uFF0Cmoney\u91D1\u989D\u6392\u5E8F\uFF0Cpay_at\u4E0B\u5355\u65F6\u95F4</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"orders": [
|
|
{
|
|
"id": 2,
|
|
"pid": 0,
|
|
"order_sn": "P2023040900000002",
|
|
"money": 24,
|
|
"pay_state": "success",
|
|
"pay_at": "2023-04-09 03:41:06",
|
|
"odds_early_close_time": "2023-04-15 15:38:38",
|
|
"odds_late_close_time": "2023-04-16 15:38:38",
|
|
"lottery_state": 5,
|
|
"lottery_prize": "0.00",
|
|
"lottery_tax_prize": "0.00",
|
|
"type_mode": 1,
|
|
"type_desc": "\u6D6A\u8D39\u5927\u5BB6\u53D1\u7684\u5566",
|
|
"play_type_name": "\u6DF7\u5408\u6295\u6CE8",
|
|
"buy_type_name": "\u81EA\u8D2D",
|
|
"lottery": {
|
|
"id": 1,
|
|
"name": "\u7ADE\u5F69\u8DB3\u7403",
|
|
"description": "\u51FA\u7968,\u6700\u4F4E\u6295\u6CE80\u5143,\u505C\u552E\u524D0\u5206\u949F\u622A\u6B62\u6295\u6CE8"
|
|
},
|
|
"customer": {
|
|
"id": 1,
|
|
"nickname": "\u5927\u8C61",
|
|
"phone": "13511111111",
|
|
"level_name": "\u50A8\u5907\u7EC4\u957F",
|
|
"level_score_group": "5000"
|
|
}
|
|
},
|
|
],
|
|
"tabs": [
|
|
{
|
|
"name": "\u672A\u63A5\u5355",
|
|
"count": 2,
|
|
"filter": "pending"
|
|
},
|
|
{
|
|
"name": "\u672A\u51FA\u7968",
|
|
"count": 0,
|
|
"filter": "draft"
|
|
},
|
|
{
|
|
"name": "\u5408\u4E70",
|
|
"count": 0,
|
|
"filter": "union"
|
|
},
|
|
{ // \u8FD9\u4E00\u90E8\u5206\u6682\u65F6\u4E0D\u652F\u6301
|
|
"name": "\u5408\u4F5C",
|
|
"feat_cp_count": 2,
|
|
"feat_pdwc_count": 2,
|
|
"child": [
|
|
{
|
|
"name": "\u5408\u4F5C\u51FA\u7968",
|
|
"count": 2,
|
|
"filter": "feat_cp"
|
|
},
|
|
{
|
|
"name": "\u5408\u4F5C\u6D3E\u5355\u672A\u51FA",
|
|
"count": 2,
|
|
"filter": "feat_pdwc"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/OrderController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerOrderList",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/order/list"}]},{type:"GET",url:"/api/seller/order/search",title:"\u4E2A\u4EBA\u4E2D\u5FC3-\u8BA2\u5355\u67E5\u8BE2",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"filter",isArray:!1,description:"<p>\u8FC7\u6EE4\u6761\u4EF6,\u5BF9\u5E94tabs\u4E2D\u7684filter</p>"},{group:"Parameter",type:"String",optional:!1,field:"filter_child",isArray:!1,description:"<p>\u8FC7\u6EE4\u6761\u4EF6,\u5BF9\u5E94search_filter\u4E2D\u7684filter_child\u7684filter</p>"},{group:"Parameter",type:"Int",optional:!0,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"Int",optional:!0,field:"lottery_state_id",isArray:!1,description:"<p>\u8BA2\u5355\u72B6\u6001id,\u5BF9\u5E94search_filter\u4E2D\u7684lottery_states\u7684id</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB\u65E5\u671F,2001-01-01</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u7ED3\u675F\u65E5\u671F,2001-01-01</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"orders": [
|
|
{
|
|
"id": 2,
|
|
"pid": 0,
|
|
"order_sn": "P2023040900000002",
|
|
"money": 24,
|
|
"pay_state": "success",
|
|
"pay_at": "2023-04-09 03:41:06",
|
|
"odds_early_close_time": "2023-04-15 15:38:38",
|
|
"odds_late_close_time": "2023-04-16 15:38:38",
|
|
"lottery_state": 5,
|
|
"lottery_prize": "0.00",
|
|
"lottery_tax_prize": "0.00",
|
|
"type_mode": 1,
|
|
"type_desc": "\u6D6A\u8D39\u5927\u5BB6\u53D1\u7684\u5566",
|
|
"play_type_name": "\u6DF7\u5408\u6295\u6CE8",
|
|
"buy_type_name": "\u81EA\u8D2D",
|
|
"lottery": {
|
|
"id": 1,
|
|
"name": "\u7ADE\u5F69\u8DB3\u7403",
|
|
"description": "\u51FA\u7968,\u6700\u4F4E\u6295\u6CE80\u5143,\u505C\u552E\u524D0\u5206\u949F\u622A\u6B62\u6295\u6CE8"
|
|
},
|
|
"customer": {
|
|
"id": 1,
|
|
"nickname": "\u5927\u8C61",
|
|
"phone": "13511111111",
|
|
"level_name": "\u50A8\u5907\u7EC4\u957F",
|
|
"level_score_group": "5000"
|
|
}
|
|
},
|
|
],
|
|
"tabs": [
|
|
{
|
|
"name": "\u672A\u63A5\u5355",
|
|
"count": 2,
|
|
"filter": "pending"
|
|
},
|
|
{
|
|
"name": "\u672A\u51FA\u7968",
|
|
"count": 0,
|
|
"filter": "draft"
|
|
},
|
|
{
|
|
"name": "\u5408\u4E70",
|
|
"count": 0,
|
|
"filter": "union"
|
|
},
|
|
{
|
|
"name": "\u5408\u4F5C",
|
|
"feat_cp_count": 2,
|
|
"feat_pdwc_count": 2,
|
|
"child": [
|
|
{
|
|
"name": "\u5408\u4F5C\u51FA\u7968",
|
|
"count": 2,
|
|
"filter": "feat_cp"
|
|
},
|
|
{
|
|
"name": "\u5408\u4F5C\u6D3E\u5355\u672A\u51FA",
|
|
"count": 2,
|
|
"filter": "feat_pdwc"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/OrderController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerOrderSearch",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/order/search"}]},{type:"GET",url:"/api/seller/order/search_filter",title:"\u4E2A\u4EBA\u4E2D\u5FC3-\u8BA2\u5355\u67E5\u8BE2\u641C\u7D22\u6761\u4EF6",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"lottery_types": [ // \u5F69\u79CD\u7C7B\u578B
|
|
{
|
|
"id": 0,
|
|
"type": "",
|
|
"name": "\u5168\u90E8"
|
|
},
|
|
{
|
|
"id": 1,
|
|
"type": "jczq",
|
|
"name": "jc\u8DB3\u7403"
|
|
},
|
|
],
|
|
"lottery_states": [ // \u8BA2\u5355\u72B6\u6001
|
|
{
|
|
"id": 0,
|
|
"name": "\u5168\u90E8"
|
|
},
|
|
{
|
|
"id": 5,
|
|
"name": "\u672A\u51FA\u7968"
|
|
}
|
|
],
|
|
"filter": [ // tab\u9009\u9879
|
|
{
|
|
"name": "\u5E97\u5185\u8BA2\u5355",
|
|
"filter": "feat_instore"
|
|
},
|
|
{
|
|
"name": "\u5408\u4F5C\u8BA2\u5355(\u51FA\u7968)",
|
|
"filter": "feat_cp"
|
|
},
|
|
{
|
|
"name": "\u5408\u4F5C\u8BA2\u5355(\u6D3E\u5355)",
|
|
"filter": "feat_pd"
|
|
}
|
|
],
|
|
"filter_child": [ // \u51FA\u7968\uFF0C\u5408\u4E70
|
|
{
|
|
"name": "\u51FA\u7968",
|
|
"filter": "cp"
|
|
},
|
|
{
|
|
"name": "\u5408\u4E70",
|
|
"filter": "union"
|
|
}
|
|
]
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/OrderController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerOrderSearch_filter",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/order/search_filter"}]},{type:"GET",url:"/api/seller/order/send_list",title:"\u6D3E\u5956-\u6D3E\u5956\u8BB0\u5F55",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"current_page":1,
|
|
"data":[
|
|
{
|
|
"id":8,
|
|
"type":1, // 1\u666E\u901A\u4E0B\u6CE8\uFF1B2\u53D1\u5355\uFF1B3\u5408\u4E70
|
|
"order_sn":"P2023041900000003",
|
|
"lottery_prize":"184.80", // \u603B\u5956\u91D1
|
|
"lottery_send_prize":0, // \u6D3E\u5956\u91D1\u989D
|
|
"lottery_tax_prize":"0.00", // \u7A0E\u540E\u5956\u91D1
|
|
"union_lottery_prize":"184.80", // \u5408\u4E70\u603B\u5956\u91D1
|
|
"union_lottery_send_prize":0, // \u5408\u4E70\u6D3E\u5956\u91D1\u989D
|
|
"union_lottery_tax_prize":"0.00", // \u5408\u4E70\u7A0E\u540E\u5956\u91D1
|
|
"draft_at":null, // \u51FA\u7968\u65F6\u95F4
|
|
"deleted_at":null,
|
|
"play_type_name":"\u6DF7\u5408\u6295\u6CE8", // \u5F69\u79CD\u73A9\u6CD5
|
|
"buy_type_name":"\u5408\u4E70",
|
|
"pass_mode_name":[
|
|
"2\u4E321"
|
|
],
|
|
"lottery_type":{
|
|
"id":1,
|
|
"name":"jc\u8DB3\u7403" // \u5F69\u79CD\u7C7B\u578B\u540D\u79F0
|
|
}
|
|
}
|
|
],
|
|
"from":1,
|
|
"last_page":1,
|
|
"per_page":20,
|
|
"to":1,
|
|
"total":1
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/OrderController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerOrderSend_list",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/order/send_list"}]},{type:"GET",url:"/api/seller/order/show",title:"\u8BA2\u5355\u7BA1\u7406-\u8BA2\u5355\u8BE6\u60C5(\u7ADE\u5F69\u8DB3\u7403)",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"id": 2,
|
|
"pid": 0,
|
|
"order_sn": "P2023040900000002",
|
|
"customer_id": 1,
|
|
"lottery_id": 1,
|
|
"shop_id": 0,
|
|
"lottery_type_id": 0,
|
|
"type": 1,
|
|
"copy_num": 0, // \u8DDF\u5355\u6570
|
|
"bets_num": 2, // \u500D\u6570
|
|
"piao_num": 0, //
|
|
"money": 24, // \u8D2D\u4E70\u91D1\u989D
|
|
"prize_min": "11.04", // \u6700\u4F4E\u5956\u91D1
|
|
"prize_max": "142.56", // \u6700\u9AD8\u5956\u91D1
|
|
"pass_mode": [
|
|
"2.1"
|
|
],
|
|
"play_type": "mixed",
|
|
"pay_type": "",
|
|
"pay_state": "success",
|
|
"pay_at": "2023-04-09 03:41:06",
|
|
"odds_early_close_time": "2023-04-05 15:38:38",
|
|
"odds_late_close_time": "2023-04-06 15:38:38",
|
|
"lottery_state": 5,
|
|
"lottery_prize": "0.00", // \u4E2D\u5956\u91D1\u989D
|
|
"lottery_tax_prize": "0.00", // \u4E2D\u5956\u91D1\u989D
|
|
"type_mode": 1,
|
|
"type_desc": "\u6D6A\u8D39\u5927\u5BB6\u53D1\u7684\u5566",
|
|
"created_at": "2023-04-09T03:32:51.000000Z",
|
|
"updated_at": "2023-04-09T03:41:06.000000Z",
|
|
"deleted_at": null,
|
|
"sellings": [ // \u672A\u63A5\u5355\u65F6\uFF0C\u4E3A\u7A7A\u6570\u7EC4
|
|
{
|
|
"issue_num": "2022-01-01/\u5468\u4E00",
|
|
"play_num": 21,
|
|
"jc_competition_name": "adsf\u79BB\u5F00\u5BB6",
|
|
"jc_competition_name_full": "\u53D1\u4E09\u5206\u5927\u8D5B",
|
|
"jc_home_team_name": "\u53D1\u987A\u4E30",
|
|
"jc_home_team_name_full": "\u53D1\u9001",
|
|
"jc_away_team_name": "fda",
|
|
"jc_away_team_name_full": "fda",
|
|
"id": 3,
|
|
"order_id": 2,
|
|
"jczq_odds_id": 3,
|
|
"odds_id": 1,
|
|
"match_id": 1,
|
|
"odds_result": 0,
|
|
"issue_num_week": "\u5468\u4E00",
|
|
"issue_num_day": "2022-01-01",
|
|
"vs_b": "\u53D1\u987A\u4E30",
|
|
"vs_m": "vs",
|
|
"vs_a": "fda",
|
|
"play_items": [ // \u6BCF\u79CD\u73A9\u6CD5\u548C\u5BF9\u5E94\u7684\u6295\u6CE8\u9879
|
|
{
|
|
"win_result": "",
|
|
"play_name": "\u80DC\u5E73\u8D1F", // \u73A9\u6CD5
|
|
"play_items": [
|
|
[
|
|
"\u80DC(2.85)" // \u6295\u6CE8\u9879
|
|
],
|
|
[
|
|
"\u8D1F(2.25)"
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"win_result": "",
|
|
"play_name": "\u8BA9\u7403\u80DC\u5E73\u8D1F-1",
|
|
"play_items": [
|
|
[
|
|
"\u80DC(2.85)"
|
|
]
|
|
]
|
|
}
|
|
]
|
|
},
|
|
|
|
],
|
|
"chang_num": 2,
|
|
"pass_mode_names": [ // \u4E32\u5173
|
|
"2x1"
|
|
],
|
|
"play_name": "\u7ADE\u5F69\u8DB3\u7403", // \u5F69\u79CD
|
|
"play_type_name": "\u6DF7\u5408\u6295\u6CE8", // \u73A9\u6CD5
|
|
"buy_type_name": "\u81EA\u8D2D",
|
|
"pass_mode_name": [
|
|
"2\u4E321"
|
|
],
|
|
"materials": []
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/OrderController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerOrderShow",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/order/show"}]},{type:"GET",url:"/api/seller/order/union_users",title:"\u8BA2\u5355\u7BA1\u7406-\u8BA2\u5355\u8BE6\u60C5-\u5408\u4E70\u8BA4\u8D2D\u4EBA\u6570",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"}]}},filename:"Seller/OrderController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerOrderUnion_users",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/order/union_users"}]},{type:"GET",url:"/api/seller/order/win_list",title:"\u6D3E\u5956-\u6D3E\u5956\u7BA1\u7406",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"current_page":1,
|
|
"data":[
|
|
{
|
|
"id":8,
|
|
"type":1, // 1\u666E\u901A\u4E0B\u6CE8\uFF1B2\u53D1\u5355\uFF1B3\u5408\u4E70\uFF1B4\u8DDF\u5355
|
|
"order_sn":"P2023041900000003",
|
|
"lottery_prize":"184.80", // \u603B\u5956\u91D1
|
|
"lottery_send_prize":0, // \u5B9E\u9645\u6D3E\u5956\u91D1\u989D
|
|
"lottery_estimate_send_prize":0, // \u9884\u4F30\u6D3E\u5956\u91D1\u989D
|
|
"gendan_brokerage":0, // \u8DDF\u5355\u4F63\u91D1
|
|
"lottery_tax_prize":"0.00", // \u7A0E\u540E\u5956\u91D1
|
|
"union_lottery_prize":"184.80", // \u5408\u4E70\u603B\u5956\u91D1
|
|
"union_lottery_send_prize":0, // \u5408\u4E70\u6D3E\u5956\u91D1\u989D
|
|
"union_lottery_tax_prize":"0.00", // \u5408\u4E70\u7A0E\u540E\u5956\u91D1
|
|
"draft_at":null, // \u51FA\u7968\u65F6\u95F4
|
|
"deleted_at":null,
|
|
"play_type_name":"\u6DF7\u5408\u6295\u6CE8", // \u5F69\u79CD\u73A9\u6CD5
|
|
"buy_type_name":"\u5408\u4E70",
|
|
"pass_mode_name":[
|
|
"2\u4E321"
|
|
],
|
|
"lottery_type":{
|
|
"id":1,
|
|
"name":"jc\u8DB3\u7403" // \u5F69\u79CD\u7C7B\u578B\u540D\u79F0
|
|
}
|
|
}
|
|
],
|
|
"from":1,
|
|
"last_page":1,
|
|
"per_page":20,
|
|
"to":1,
|
|
"total":1
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/OrderController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerOrderWin_list",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/order/win_list"}]},{type:"GET",url:"/api/seller/seller/info",title:"\u6211\u7684-\u5E97\u4E3B\u4FE1\u606F",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"seller": { // \u767B\u5F55\u5E97\u4E3B/\u5E97\u5458\u4FE1\u606F
|
|
"id": 1,
|
|
"shop_id": 1,
|
|
"level": 1,
|
|
"phone": "",
|
|
"name": "\u8D85\u7EA7\u5927\u5927",
|
|
"nickname": null,
|
|
"email": "fefdsa",
|
|
"balance": "89.44", // \u5E97\u4E3B\u4F59\u989D
|
|
"avatar": "da",
|
|
"email_verified_at": null,
|
|
"created_at": null,
|
|
"updated_at": "2023-04-22T14:24:55.000000Z",
|
|
"deleted_at": null
|
|
},
|
|
"shop": { // \u5E97\u94FA\u4FE1\u606F
|
|
"id": 1,
|
|
"name": "\u5929\u4E0B\u7B2C\u4E00\u70B9",
|
|
"seller_name": "\u5929\u4E0B\u7B2C\u4E00\u70B9",
|
|
"seller_phone": "111",
|
|
"seller_wechat": "111",
|
|
"addr": "\u5929\u4E0B\u7B2C\u4E00\u70B9",
|
|
"announcement": "\u5929\u4E0B\u7B2C\u4E00\u70B9",
|
|
"created_at": null,
|
|
"updated_at": null,
|
|
"deleted_at": null
|
|
},
|
|
"orders": {
|
|
"draft_num": 0, // \u5F85\u51FA\u7968\u6570
|
|
"win_num": 0, // \u5F85\u6D3E\u5956\u6570
|
|
"withdraw_num": 0 // \u63D0\u73B0\u6570
|
|
},
|
|
"customers": {
|
|
"balance": "21550.92" // \u6258\u7BA1\u4F59\u989D
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/SellerController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerSellerInfo",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/info"}]},{type:"GET",url:"/api/seller/seller/report/chupiao",title:"\u6570\u636E\u7EDF\u8BA1-\u51FA\u7968",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB\u65F6\u95F4 \u9ED8\u8BA4\u5F53\u5929</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u7ED3\u675F\u65F6\u95F4</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"list":[
|
|
{
|
|
"money":"8.0000", // \u91D1\u989D
|
|
"count":2, // \u8BA2\u5355\u6570
|
|
"lottery_type_id":2,
|
|
"lottery_type":{ // \u5F69\u79CD
|
|
"id":2,
|
|
"type":"jclq",
|
|
"status":1,
|
|
"name":"\u7ADE\u5F69\u7BEE\u7403",
|
|
"icon":"",
|
|
"info":"1\u573A\u8D5B\u4E8B\u53EF\u6295",
|
|
"created_at":null,
|
|
"updated_at":"2023-07-26 21:33:23",
|
|
"deleted_at":null
|
|
},
|
|
"play_type_name":"",
|
|
"buy_type_name":"",
|
|
"pass_mode_name":[
|
|
|
|
],
|
|
"lottery_estimate_send_prize":null,
|
|
"gendan_brokerage":null,
|
|
"order_closed":false,
|
|
"lottery_is_wined":false,
|
|
"money_show":8,
|
|
"union_state_show":"",
|
|
"close_time_str":""
|
|
}
|
|
],
|
|
"total_money":8 // \u91D1\u989D\u603B\u6570
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/ReportController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerSellerReportChupiao",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/report/chupiao"}]},{type:"GET",url:"/api/seller/seller/report/dashboard",title:"\u6570\u636E\u7EDF\u8BA1",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"seller_id",isArray:!1,description:"<p>\u5458\u5DE5id(\u7528\u5458\u5DE5\u5217\u8868\u63A5\u53E3)</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"seller":{ // \u5355\u4E2A\u5458\u5DE5
|
|
"seller_id":1,
|
|
"shop_id":1,
|
|
"cdate":"20230520", // \u65E5\u671F
|
|
"chupiao_money":0, // \u51FA\u7968
|
|
"send_prize":0, // \u6D3E\u5956
|
|
"incr_money":0, // \u624B\u5DE5\u52A0\u6B3E
|
|
"reduce_money":0, // \u624B\u5DE5\u6263\u6B3E
|
|
"updated_at":"2023-05-20 09:54:43",
|
|
"created_at":"2023-05-20 09:54:43",
|
|
"id":4
|
|
}
|
|
"current":{ // \u5F53\u524D\u67E5\u8BE2\u65E5
|
|
"id":9,
|
|
"cdate":"20230520", // \u65E5\u671F
|
|
"shop_id":1,
|
|
"register_num":0, // \u6CE8\u518C\u7528\u6237\u6570
|
|
"buyer_num":0, // \u8D2D\u5F69\u7528\u6237\u6570
|
|
"shop_banlance":"1099.88", // \u5E97\u94FA\u4F59\u989D
|
|
"customers_balance":"13792.24", // \u6258\u7BA1\u4F59\u989D
|
|
"send_prize":0, // \u6D3E\u5956
|
|
"chupiao_money":0, // \u51FA\u7968
|
|
"chupiao_fee_money":0, // \u51FA\u7968\u670D\u52A1\u8D39
|
|
"reduce_money":0, // \u624B\u5DE5\u6263\u6B3E
|
|
"incr_money":0, // \u624B\u5DE5\u52A0\u6B3E
|
|
"created_at":"2023-05-20 09:50:36",
|
|
"updated_at":"2023-05-20 09:52:00",
|
|
"deleted_at":null,
|
|
"cdate_str":"05\u670820\u65E5" // \u65E5\u671F
|
|
},
|
|
"last":{ // \u67E5\u8BE2\u65E5\u524D\u4E00\u5929
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/ReportController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerSellerReportDashboard",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/report/dashboard"}]},{type:"GET",url:"/api/seller/seller/report/order_list",title:"\u6570\u636E\u7EDF\u8BA1-\u6D3E\u5956/\u51FA\u7968\u8BA2\u5355\u5217\u8868",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"type",isArray:!1,description:"<p>chupiao|paijiang</p>"},{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CD\u7C7B\u578Bid</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB\u65F6\u95F4 \u9ED8\u8BA4\u5F53\u5929</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u7ED3\u675F\u65F6\u95F4</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C\uFF0C\u53C2\u8003\u8BA2\u5355\u5217\u8868",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{}
|
|
}`,type:"json"}]},filename:"Seller/ReportController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerSellerReportOrder_list",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/report/order_list"}]},{type:"GET",url:"/api/seller/seller/report/paijiang",title:"\u6570\u636E\u7EDF\u8BA1-\u6D3E\u5956",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB\u65F6\u95F4 \u9ED8\u8BA4\u5F53\u5929</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u7ED3\u675F\u65F6\u95F4</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"list":[
|
|
{
|
|
"money":"8.0000", // \u91D1\u989D
|
|
"count":2, // \u8BA2\u5355\u6570
|
|
"lottery_type_id":2,
|
|
"lottery_type":{ // \u5F69\u79CD
|
|
"id":2,
|
|
"type":"jclq",
|
|
"status":1,
|
|
"name":"\u7ADE\u5F69\u7BEE\u7403",
|
|
"icon":"",
|
|
"info":"1\u573A\u8D5B\u4E8B\u53EF\u6295",
|
|
"created_at":null,
|
|
"updated_at":"2023-07-26 21:33:23",
|
|
"deleted_at":null
|
|
},
|
|
"play_type_name":"",
|
|
"buy_type_name":"",
|
|
"pass_mode_name":[
|
|
|
|
],
|
|
"lottery_estimate_send_prize":null,
|
|
"gendan_brokerage":null,
|
|
"order_closed":false,
|
|
"lottery_is_wined":false,
|
|
"money_show":8,
|
|
"union_state_show":"",
|
|
"close_time_str":""
|
|
}
|
|
],
|
|
"total_money":8 // \u91D1\u989D\u603B\u6570
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/ReportController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerSellerReportPaijiang",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/report/paijiang"}]},{type:"GET",url:"/api/seller/seller/report/win_list",title:"\u6570\u636E\u7EDF\u8BA1-\u4E2D\u5956\u5217\u8868",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB\u65F6\u95F4 \u9ED8\u8BA4\u5F53\u5929</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u7ED3\u675F\u65F6\u95F4</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"list":[
|
|
{
|
|
"money":"8.0000", // \u91D1\u989D
|
|
"count":2, // \u8BA2\u5355\u6570
|
|
"lottery_type_id":2,
|
|
"lottery_type":{ // \u5F69\u79CD
|
|
"id":2,
|
|
"type":"jclq",
|
|
"status":1,
|
|
"name":"\u7ADE\u5F69\u7BEE\u7403",
|
|
"icon":"",
|
|
"info":"1\u573A\u8D5B\u4E8B\u53EF\u6295",
|
|
"created_at":null,
|
|
"updated_at":"2023-07-26 21:33:23",
|
|
"deleted_at":null
|
|
},
|
|
"play_type_name":"",
|
|
"buy_type_name":"",
|
|
"pass_mode_name":[
|
|
|
|
],
|
|
"lottery_estimate_send_prize":null,
|
|
"gendan_brokerage":null,
|
|
"order_closed":false,
|
|
"lottery_is_wined":false,
|
|
"money_show":8,
|
|
"union_state_show":"",
|
|
"close_time_str":""
|
|
}
|
|
],
|
|
"total_money":8 // \u91D1\u989D\u603B\u6570
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/ReportController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerSellerReportWin_list",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/report/win_list"}]},{type:"GET",url:"/api/seller/shop/pay_channel",title:"\u6536\u6B3E\u7BA1\u7406-\u67E5\u770B\u6536\u6B3E\u8BA4\u8BC1",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"pay_type",isArray:!1,description:"<p>\u652F\u4ED8\u65B9\u5F0F</p>"},{group:"Parameter",type:"String",optional:!1,field:"pay_channel",isArray:!1,description:"<p>\u652F\u4ED8\u6E20\u9053</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C\u53C2\u8003\u63D0\u4EA4\u7684\u53C2\u6570",content:"{}",type:"json"}]},filename:"Seller/ShopController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerShopPay_channel",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/shop/pay_channel"}]},{type:"GET",url:"/api/seller/shop/pay_channel_list",title:"\u6536\u6B3E\u7BA1\u7406-\u5217\u8868",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":[
|
|
{
|
|
"title":"\u652F\u4ED8\u5B9D", // \u6807\u9898
|
|
"pay_type":"alipay", // \u652F\u4ED8\u65B9\u5F0F
|
|
"pay_channels":[
|
|
{
|
|
"pay_channel":1, // \u652F\u4ED8\u6E20\u9053
|
|
"title":"\u6E20\u90531", // \u540D\u79F0
|
|
"description":"\u5B9E\u65F6\u5230\u8D26\uFF0C\u8D39\u73870.60%", // \u63CF\u8FF0
|
|
"opened":0, // \u662F\u5426\u5F00\u542F
|
|
"state":0 // \u72B6\u6001:0\u672A\u5F00\u901A\uFF0C1\u5DF2\u5F00\u901A\uFF0C2\u5DF2\u63D0\u4EA4\uFF0C3\u7533\u8BF7\u5931\u8D25
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}`,type:"json"}]},filename:"Seller/ShopController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerShopPay_channel_list",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/shop/pay_channel_list"}]},{type:"GET",url:"/api/seller/wallet/bills",title:"\u5E97\u94FA\u4F59\u989D-\u8D26\u6237\u660E\u7EC6/\u5145\u503C\u8BB0\u5F55",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"type",isArray:!1,description:"<p>6\u5145\u503C\u8BB0\u5F55</p>"},{group:"Parameter",type:"String",optional:!0,field:"ie",isArray:!1,description:"<p>-\uFF1A\u652F\u51FA;+\uFF1A\u6536\u5165</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB\u65E5\u671F(2001-01-01),\u9ED8\u8BA4\u672C\u6708\u7B2C\u4E00\u5929</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u7ED3\u675F\u65E5\u671F(2001-01-01)\uFF0C\u9ED8\u8BA4\u5F53\u524D</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"current_page": 1,
|
|
"data": [
|
|
{
|
|
"id": 19,
|
|
"type": 5,
|
|
"seller_id": 1,
|
|
"shop_id": 1,
|
|
"begin_balance": "1.04",
|
|
"begin_balance_withdraw": "0.00",
|
|
"begin_balance_cash": "1.04",
|
|
"seller_balance": "0.00",
|
|
"ie": "-", // -\u652F\u51FA +\u6536\u5165
|
|
"money": "1.00", // \u91D1\u989D
|
|
"end_balance": "0.04", // \u4F59\u989D
|
|
"end_balance_withdraw": "0.00",
|
|
"end_balance_cash": "0.04",
|
|
"title": "\u76F8\u6263\u4F60", // \u540D\u79F0
|
|
"created_at": "2023-04-24T14:16:01.000000Z", // \u65F6\u95F4
|
|
"updated_at": "2023-04-24T14:16:01.000000Z",
|
|
"deleted_at": null
|
|
},
|
|
|
|
],
|
|
"total": 5
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/WalletController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerWalletBills",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/wallet/bills"}]},{type:"GET",url:"/api/seller/wallet/pay_types",title:"\u652F\u4ED8-\u652F\u4ED8\u65B9\u5F0F",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": [
|
|
{
|
|
"pay_type": "alipay", // \u652F\u4ED8\u65B9\u5F0F
|
|
"name": "\u652F\u4ED8\u5B9D" // \u652F\u4ED8\u65B9\u5F0F\u540D\u79F0
|
|
}
|
|
]
|
|
}`,type:"json"}]},filename:"Seller/WalletController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerWalletPay_types",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/wallet/pay_types"}]},{type:"GET",url:"/api/seller/wallet/recharge_query",title:"\u652F\u4ED8-\u67E5\u8BE2\u5145\u503C\u7ED3\u679C",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"recharge_sn",isArray:!1,description:"<p>\u5145\u503C\u8BA2\u5355\u7F16\u53F7</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": "xxxxxx" // \u6B64\u5904\u5E94\u8BE5\u662F\u4E2Aform
|
|
}`,type:"json"}]},filename:"Seller/WalletController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerWalletRecharge_query",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/wallet/recharge_query"}]},{type:"GET",url:"/api/seller/wallet/withdraw_list",title:"\u6211\u7684-\u63D0\u73B0\u8BB0\u5F55",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"current_page": 1,
|
|
"data": [
|
|
{
|
|
"id": 1,
|
|
"shop_id": 1,
|
|
"seller_id": 1,
|
|
"freeze_id": 1,
|
|
"money": 10, // \u63D0\u73B0\u91D1\u989D
|
|
"type": 2, // 1\u652F\u4ED8\u5B9D\uFF1B2\u94F6\u884C\u5361
|
|
"ali_account": "",
|
|
"bank_no": "3143243243124312",
|
|
"bank_area": "3143243243124312",
|
|
"bank_master": "3143243243124312",
|
|
"bank_branch": "3143243243124312",
|
|
"state": 1, // 1\u4EE3\u7406\u5904\uFF1B2\u6210\u529F\uFF1B3\u5931\u8D25
|
|
"admin_id": 0,
|
|
"admin_remark": "", // \u5904\u7406\u7ED3\u679C
|
|
"remark_at": null,
|
|
"created_at": "2023-04-25T13:27:45.000000Z",
|
|
"updated_at": "2023-04-25T13:27:45.000000Z",
|
|
"deleted_at": null
|
|
}
|
|
],
|
|
"per_page": 20,
|
|
"total": 1
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/WalletController.php",groupTitle:"\u5E97\u4E3B",name:"GetApiSellerWalletWithdraw_list",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/wallet/withdraw_list"}]},{type:"GET|POST",url:"/api/seller/logout",title:"auth-\u9000\u51FA",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":[]
|
|
}`,type:"json"}]},filename:"Seller/IndexController.php",groupTitle:"\u5E97\u4E3B",name:"Get|postApiSellerLogout",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/logout"}]},{type:"POST",url:"/api/customer/seller/feedback",title:"\u6211\u7684-\u53CD\u9988",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"content",isArray:!1,description:"<p>\u5185\u5BB9</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/SellerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiCustomerSellerFeedback",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/customer/seller/feedback"}]},{type:"POST",url:"/api/seller/area/area",title:"\u5730\u533A-\u53BF/\u533A",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"parent_id",isArray:!1,description:"<p>\u5E02\u7EA7id</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":[
|
|
{
|
|
"id":1,
|
|
"name":"\u5317\u4EAC",
|
|
"parent_id":"0",
|
|
"type":"province"
|
|
},
|
|
]
|
|
}`,type:"json"}]},filename:"Seller/AreaController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerAreaArea",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/area/area"}]},{type:"POST",url:"/api/seller/area/city",title:"\u5730\u533A-\u5E02",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"parent_id",isArray:!1,description:"<p>\u7701\u7EA7id</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":[
|
|
{
|
|
"id":1,
|
|
"name":"\u5317\u4EAC",
|
|
"parent_id":"0",
|
|
"type":"province"
|
|
},
|
|
]
|
|
}`,type:"json"}]},filename:"Seller/AreaController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerAreaCity",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/area/city"}]},{type:"POST",url:"/api/seller/area/province",title:"\u5730\u533A-\u7701",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":[
|
|
{
|
|
"id":1,
|
|
"name":"\u5317\u4EAC",
|
|
"parent_id":"0",
|
|
"type":"province"
|
|
},
|
|
]
|
|
}`,type:"json"}]},filename:"Seller/AreaController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerAreaProvince",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/area/province"}]},{type:"POST",url:"/api/seller/area/tree",title:"\u5730\u533A-\u7701\u5E02\u53BF",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":[
|
|
{
|
|
"id":1,
|
|
"name":"\u5317\u4EAC",
|
|
"parent_id":"0",
|
|
"type":"province"
|
|
},
|
|
]
|
|
}`,type:"json"}]},filename:"Seller/AreaController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerAreaTree",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/area/tree"}]},{type:"POST",url:"/api/seller/cooperate/apply",title:"\u5408\u4F5C-\u7533\u8BF7\u5408\u4F5C",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"shop_sn",isArray:!1,description:"<p>\u5E97\u94FA\u7F16\u53F7</p>"},{group:"Parameter",type:"String",optional:!1,field:"shop_name",isArray:!1,description:"<p>\u5E97\u94FA\u7F16\u53F7</p>"},{group:"Parameter",type:"String",optional:!0,field:"apply_message",isArray:!1,description:"<p>\u7533\u8BF7\u4FE1\u606F</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/CooperateController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCooperateApply",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/cooperate/apply"}]},{type:"POST",url:"/api/seller/cooperate/audit",title:"\u5408\u4F5C-\u5BA1\u6838\u7533\u8BF7\u5408\u4F5C",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"shop_cooperate_id",isArray:!1,description:"<p>\u5408\u4F5C\u6570\u636Eid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"audit_state",isArray:!1,description:"<p>\u5BA1\u6838\u72B6\u6001\uFF1A1\u901A\u8FC7\uFF1B2\u5931\u8D25</p>"},{group:"Parameter",type:"String",optional:!0,field:"audit_message",isArray:!1,description:"<p>\u5BA1\u6838\u4FE1\u606F</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/CooperateController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCooperateAudit",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/cooperate/audit"}]},{type:"POST",url:"/api/seller/cooperate/balance_incr",title:"\u5408\u4F5C-\u52A0\u6B3E",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Float",optional:!1,field:"money",isArray:!1,description:"<p>\u91D1\u989D</p>"},{group:"Parameter",type:"Int",optional:!1,field:"shop_id",isArray:!1,description:"<p>\u7533\u8BF7\u5408\u4F5C\u7684\u5E97\u94FAid</p>"},{group:"Parameter",type:"String",optional:!1,field:"password_pay",isArray:!1,description:"<p>\u652F\u4ED8\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"remark",isArray:!1,description:"<p>\u5907\u6CE8</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/CooperateController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCooperateBalance_incr",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/cooperate/balance_incr"}]},{type:"POST",url:"/api/seller/cooperate/balance_reduce",title:"\u5408\u4F5C-\u6263\u6B3E",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Float",optional:!1,field:"money",isArray:!1,description:"<p>\u91D1\u989D</p>"},{group:"Parameter",type:"Int",optional:!1,field:"shop_id",isArray:!1,description:"<p>\u7533\u8BF7\u5408\u4F5C\u7684\u5E97\u94FAid</p>"},{group:"Parameter",type:"String",optional:!1,field:"password_pay",isArray:!1,description:"<p>\u652F\u4ED8\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"remark",isArray:!1,description:"<p>\u5907\u6CE8</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/CooperateController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCooperateBalance_reduce",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/cooperate/balance_reduce"}]},{type:"POST",url:"/api/seller/cooperate/lottery_apply",title:"\u5408\u4F5C-\u7533\u8BF7\u5F69\u79CD",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"shop_cooperate_id",isArray:!1,description:"<p>\u5408\u4F5C\u5E97\u94FAid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CDid</p>"},{group:"Parameter",type:"String",optional:!0,field:"money_min",isArray:!1,description:"<p>\u6700\u5C0F\u91D1\u989D</p>"},{group:"Parameter",type:"String",optional:!0,field:"money_max",isArray:!1,description:"<p>\u6700\u5927\u91D1\u989D</p>"},{group:"Parameter",type:"String",optional:!0,field:"brokerage",isArray:!1,description:"<p>\u4F63\u91D10-7</p>"},{group:"Parameter",type:"String",optional:!0,field:"apply_message",isArray:!1,description:"<p>\u7533\u8BF7\u4FE1\u606F</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/CooperateController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCooperateLottery_apply",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/cooperate/lottery_apply"}]},{type:"POST",url:"/api/seller/cooperate/lottery_audit",title:"\u5408\u4F5C-\u5BA1\u6838\u5E97\u94FA\u5F69\u79CD",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"shop_cooperate_lottery_id",isArray:!1,description:"<p>\u5408\u4F5C\u5E97\u94FA\u5F69\u79CDid</p>"},{group:"Parameter",type:"Int",optional:!1,field:"audit_state",isArray:!1,description:"<p>\u5BA1\u6838\u72B6\u6001\uFF1A1\u6210\u529F\uFF0C2\u5931\u8D25</p>"},{group:"Parameter",type:"String",optional:!0,field:"audit_message",isArray:!1,description:"<p>\u5BA1\u6838\u4FE1\u606F</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/CooperateController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCooperateLottery_audit",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/cooperate/lottery_audit"}]},{type:"POST",url:"/api/seller/cooperate/lottery_unbind",title:"\u5408\u4F5C-\u89E3\u9664\u5F69\u79CD\u914D\u7F6E",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"shop_cooperate_id",isArray:!1,description:"<p>\u5408\u4F5C\u5E97\u94FAid</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/CooperateController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCooperateLottery_unbind",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/cooperate/lottery_unbind"}]},{type:"POST",url:"/api/seller/cooperate/lottery_update",title:"\u5408\u4F5C-\u66F4\u65B0\u5F69\u79CD\u914D\u7F6E",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"shop_cooperate_id",isArray:!1,description:"<p>\u5408\u4F5C\u5E97\u94FAid</p>"},{group:"Parameter",type:"String",optional:!0,field:"money_min",isArray:!1,description:"<p>\u6700\u5C0F\u91D1\u989D</p>"},{group:"Parameter",type:"String",optional:!0,field:"money_max",isArray:!1,description:"<p>\u6700\u5927\u91D1\u989D</p>"},{group:"Parameter",type:"String",optional:!0,field:"opened",isArray:!1,description:"<p>1\u5F00\u542F\uFF0C0\u5173\u95ED</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/CooperateController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCooperateLottery_update",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/cooperate/lottery_update"}]},{type:"POST",url:"/api/seller/customer/balance_audit",title:"\u7528\u6237\u63D0\u73B0-\u5BA1\u6838\u63D0\u73B0",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"id",isArray:!1,description:"<p>\u63D0\u73B0\u5217\u8868id</p>"},{group:"Parameter",type:"Int",optional:!1,field:"state",isArray:!1,description:"<p>2\u6210\u529F\uFF1B3\u5931\u8D25</p>"},{group:"Parameter",type:"String",optional:!1,field:"remark",isArray:!1,description:"<p>\u5BA1\u6838\u5907\u6CE8</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/CustomerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCustomerBalance_audit",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/customer/balance_audit"}]},{type:"POST",url:"/api/seller/customer/balance_incr",title:"\u7528\u6237\u7BA1\u7406-\u52A0\u6B3E",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"customer_id",isArray:!1,description:"<p>\u5F69\u6C11id</p>"},{group:"Parameter",type:"Float",optional:!1,field:"money",isArray:!1,description:"<p>\u91D1\u989D</p>"},{group:"Parameter",type:"String",optional:!1,field:"remark",isArray:!1,description:"<p>\u5907\u6CE8</p>"},{group:"Parameter",type:"Int",optional:!1,field:"password_pay",isArray:!1,description:"<p>\u652F\u4ED8\u5BC6\u7801</p>"},{group:"Parameter",type:"Int",optional:!1,field:"password_pay_confirmation",isArray:!1,description:"<p>\u786E\u8BA4\u652F\u4ED8\u5BC6\u7801</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/CustomerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCustomerBalance_incr",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/customer/balance_incr"}]},{type:"POST",url:"/api/seller/customer/balance_reduce",title:"\u7528\u6237\u7BA1\u7406-\u6263\u6B3E",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"customer_id",isArray:!1,description:"<p>\u5F69\u6C11id</p>"},{group:"Parameter",type:"Float",optional:!1,field:"money",isArray:!1,description:"<p>\u91D1\u989D</p>"},{group:"Parameter",type:"String",optional:!1,field:"remark",isArray:!1,description:"<p>\u5907\u6CE8</p>"},{group:"Parameter",type:"Int",optional:!1,field:"password_pay",isArray:!1,description:"<p>\u652F\u4ED8\u5BC6\u7801</p>"},{group:"Parameter",type:"Int",optional:!1,field:"password_pay_confirmation",isArray:!1,description:"<p>\u786E\u8BA4\u652F\u4ED8\u5BC6\u7801</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/CustomerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCustomerBalance_reduce",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/customer/balance_reduce"}]},{type:"POST",url:"/api/seller/customer/bills",title:"\u7528\u6237\u7BA1\u7406-\u8D26\u6237\u660E\u7EC6",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"customer_id",isArray:!1,description:"<p>\u5F69\u6C11id</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB\u65E5\u671F(2001-01-01),\u9ED8\u8BA4\u672C\u6708\u7B2C\u4E00\u5929</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u7ED3\u675F\u65E5\u671F(2001-01-01)\uFF0C\u9ED8\u8BA4\u5F53\u524D</p>"},{group:"Parameter",type:"Int",optional:!0,field:"bill_type",isArray:!1,description:"<p>bill_types\u4E2D\u7684bill_type\u503C</p>"},{group:"Parameter",type:"Int",optional:!0,field:"page",isArray:!1,description:"<p>\u9875\u6570</p>"},{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570\uFF0C\u9ED8\u8BA420</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"bill_types": [ // \u4EA4\u6613\u660E\u7EC6\u7C7B\u578B
|
|
{
|
|
"name": "\u5168\u90E8",
|
|
"bill_type": 0
|
|
},
|
|
{
|
|
"name": "\u5145\u503C",
|
|
"bill_type": 1
|
|
},
|
|
{
|
|
"name": "\u6295\u6CE8",
|
|
"bill_type": 2
|
|
},
|
|
{
|
|
"name": "\u6D3E\u5956",
|
|
"bill_type": 3
|
|
},
|
|
{
|
|
"name": "\u63D0\u6B3E",
|
|
"bill_type": 4
|
|
}
|
|
],
|
|
"money": "31003.00", // \u5982\u679C\u9009\u62E9\u4E86\u660E\u7EC6\u7C7B\u578B\uFF0C\u5219money\u4EE3\u8868\u5BF9\u5E94\u7C7B\u578B\u7684\u91D1\u989D\u603B\u548C
|
|
"bills": {
|
|
"current_page": 1,
|
|
"data": [
|
|
{
|
|
"id": 11,
|
|
"type": 2, //
|
|
"customer_id": 1,
|
|
"customer_balance": "9856.00", // \u7528\u6237\u4F59\u989D
|
|
"ie": "-", // - \u51CF\u5C11\uFF0C+\u589E\u52A0
|
|
"money": "120.00", // \u91D1\u989D
|
|
"recharge_id": 0,
|
|
"order_id": null,
|
|
"title": "\u5145\u503C", // \u6807\u9898
|
|
"seller_id": 0,
|
|
"created_at": "2023-04-09T07:36:12.000000Z", // \u65F6\u95F4
|
|
"updated_at": "2023-04-09T07:36:12.000000Z",
|
|
"deleted_at": null
|
|
},
|
|
],
|
|
"prev_page_url": null,
|
|
"to": 10,
|
|
"total": 10 // \u603B\u6761\u6570
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/CustomerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCustomerBills",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/customer/bills"}]},{type:"POST",url:"/api/seller/customer/recharge",title:"\u7ED9\u7528\u6237\u5145\u503C",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"customer_id",isArray:!1,description:"<p>\u5F69\u6C11id</p>"},{group:"Parameter",type:"Float",optional:!1,field:"money",isArray:!1,description:"<p>\u5145\u503C\u91D1\u989D</p>"},{group:"Parameter",type:"Int",optional:!1,field:"password_pay",isArray:!1,description:"<p>\u652F\u4ED8\u5BC6\u7801</p>"},{group:"Parameter",type:"Int",optional:!1,field:"password_pay_confirmation",isArray:!1,description:"<p>\u786E\u8BA4\u652F\u4ED8\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!0,field:"remark",isArray:!1,description:"<p>\u5907\u6CE8</p>"},{group:"Parameter",type:"String",optional:!0,field:"remark_img_path",isArray:!1,description:"<p>\u56FE\u7247\u5907\u6CE8</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/CustomerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCustomerRecharge",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/customer/recharge"}]},{type:"POST",url:"/api/seller/customer/reset_password",title:"\u7528\u6237\u7BA1\u7406-\u91CD\u7F6E\u5BC6\u7801",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/CustomerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCustomerReset_password",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/customer/reset_password"}]},{type:"POST",url:"/api/seller/customer/reset_pay_password",title:"\u7528\u6237\u7BA1\u7406-\u91CD\u7F6E\u652F\u4ED8\u5BC6\u7801",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/CustomerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCustomerReset_pay_password",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/customer/reset_pay_password"}]},{type:"POST",url:"/api/seller/customer/update",title:"\u7528\u6237\u7BA1\u7406-\u4FEE\u6539\u7528\u6237\u4FE1\u606F",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"customer_id",isArray:!1,description:"<p>\u5F69\u6C11ID</p>"},{group:"Parameter",type:"Int",optional:!0,field:"star",isArray:!1,description:"<p>1\u6807\u8BB0\uFF1B0\u53D6\u6D88\u6807\u8BB0</p>"},{group:"Parameter",type:"String",optional:!0,field:"remark",isArray:!1,description:"<p>\u7528\u6237\u5907\u6CE8</p>"},{group:"Parameter",type:"Int",optional:!0,field:"agent",isArray:!1,description:"<p>1\u4EE3\u7406\u7528\u6237\uFF1B0\u975E\u4EE3\u7406\u7528\u6237</p>"},{group:"Parameter",type:"Int",optional:!0,field:"agent_brokerage",isArray:!1,description:"<p>\u4EE3\u7406\u4F63\u91D1(\u8BBE\u7F6Eagent\u65F6\uFF0C\u5FC5\u586B1-100)</p>"},{group:"Parameter",type:"Int",optional:!0,field:"agent_id",isArray:!1,description:"<p>\u8BBE\u7F6E\u5F53\u524D\u7528\u6237\u7684\u4E0A\u7EA7\u4EE3\u7406</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/CustomerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCustomerUpdate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/customer/update"}]},{type:"POST",url:"/api/seller/customer/withdraw_show",title:"\u7528\u6237\u63D0\u73B0-\u63D0\u73B0\u8BE6\u60C5",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"id",isArray:!1,description:"<p>\u63D0\u73B0\u5217\u8868id</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"id": 1,
|
|
"shop_id": 1,
|
|
"customer_id": 1,
|
|
"freeze_id": 1,
|
|
"money": 10, // \u63D0\u73B0\u91D1\u989D
|
|
"type": 1, // 1\u652F\u4ED8\u5B9D;2\u94F6\u884C\u5361
|
|
"ali_account": "ssssss", // \u963F\u91CC\u8D26\u53F7
|
|
"bank_no": "", // \u94F6\u884C\u5361\u53F7
|
|
"bank_area": "",
|
|
"bank_master": "",
|
|
"bank_branch": "",
|
|
"state": 1, // 1\u5F85\u5904\u7406\uFF0C2\u6210\u529F\uFF1B3\u5931\u8D25
|
|
"seller_id": 0,
|
|
"seller_remark": "", // \u5904\u7406\u5907\u6CE8
|
|
"remark_at": null,
|
|
"created_at": "2023-04-25T13:03:39.000000Z",
|
|
"updated_at": "2023-04-25T13:03:39.000000Z",
|
|
"deleted_at": null,
|
|
"customer": {
|
|
"id": 1,
|
|
"name": "\u53D1\u8FBE", // \u771F\u662F\u59D3\u540D
|
|
"nickname": "\u5927\u8C61", // \u6635\u79F0
|
|
"avatar": "/avatar/TM1f852RwuK2Dh6b5xcfT8q3xPOdY2I3nKMl1G5P.png", //\u5934\u50CF
|
|
"level_name": "\u50A8\u5907\u7EC4\u957F", //
|
|
"level_score_group": "5000",
|
|
"lottery_state_name": "",
|
|
"client_type_name": "\u672A\u77E5"
|
|
}
|
|
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/CustomerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerCustomerWithdraw_show",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/customer/withdraw_show"}]},{type:"POST",url:"/api/seller/login",title:"auth-\u767B\u5F55",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"phone",isArray:!1,description:"<p>\u624B\u673A\u53F7\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"password",isArray:!1,description:"<p>\u5BC6\u7801</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"access_token": "eyJ0eXA5z7uNNgL76GgVGFFMOuINwHJnG73s", // token
|
|
"token_type": "bearer",
|
|
"expires_in": 36000 // \u6709\u6548\u65F6\u957F(\u79D2)
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/IndexController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerLogin",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/login"}]},{type:"POST",url:"/api/seller/lottery/config",title:"\u5F69\u79CD\u914D\u7F6E-\u4FDD\u5B58",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"lottery_type_id",isArray:!1,description:"<p>\u5F69\u79CDid</p>"},{group:"Parameter",type:"String",optional:!1,field:"field",isArray:!1,description:"<p>\u5B57\u6BB5\u540D</p>"},{group:"Parameter",type:"String|Int",optional:!1,field:"field_val",isArray:!1,description:"<p>\u5B57\u6BB5\u7684\u503C</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/LotteryController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerLotteryConfig",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/lottery/config"}]},{type:"POST",url:"/api/seller/material/upload",title:"\u4E0A\u4F20\u7968\u636E",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"File",optional:!1,field:"lottery",isArray:!1,description:"<p>\u6587\u4EF6\u7684name</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"id": 2, // id
|
|
"file_url": "http://localhost/uploads/lottery/aEZKWqAm7qXR896PIE1cNtHbGaTYCbuDsfijFHuT.jpg" // \u5730\u5740
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/MaterialController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerMaterialUpload",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/material/upload"}]},{type:"POST",url:"/api/seller/material/upload_other",title:"\u4E0A\u4F20\u5176\u4ED6\u529F\u80FD\u4F7F\u7528\u7684\u6587\u4EF6",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"File",optional:!1,field:"file",isArray:!1,description:"<p>\u6587\u4EF6\u7684name</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"id": 2, // id
|
|
"file_url": "http://localhost/uploads/lottery/aEZKWqAm7qXR896PIE1cNtHbGaTYCbuDsfijFHuT.jpg" // \u5730\u5740
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/MaterialController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerMaterialUpload_other",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/material/upload_other"}]},{type:"POST",url:"/api/seller/order/draw",title:"\u8BA2\u5355-\u51FA\u7968",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"},{group:"Parameter",type:"Array",optional:!1,field:"material_ids",isArray:!1,description:"<p>\u4E0A\u4F20\u56FE\u7247\u540E\u7684\u56FE\u7247id</p>"},{group:"Parameter",type:"Object",optional:!1,field:"oddses",isArray:!1,description:"<p>\u8D54\u7387</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"pay_type":"alipay",
|
|
"pay_money":2.0,
|
|
"oddses": {}, // \u8BA2\u5355\u4E2Doddses\u7684\u6570\u636E
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/OrderController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerOrderDraw",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/order/draw"}]},{type:"POST",url:"/api/seller/order/piao_show",title:"\u8BA2\u5355-\u62C6\u7968\u660E\u7EC6",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"piaos":[ // \u7BEE\u7403\u548C\u8DB3\u7403\uFF1A \u7968\u7684\u6570\u636E
|
|
{
|
|
"header":[ // header
|
|
{
|
|
"prop":"index",
|
|
"title":"\u5E8F\u53F7"
|
|
},
|
|
],
|
|
"data":{ // \u7968\u4FE1\u606F
|
|
"index":1,
|
|
"type":[
|
|
"2\u4E321"
|
|
],
|
|
"play_name":[
|
|
"97880 (\u4E3B\u80DC \u5BA2\u80DC)",
|
|
"97835 (\u4E3B\u80DC)"
|
|
],
|
|
"nums":"4\u500D/1\u5F20"
|
|
},
|
|
"summary":"" // \u7968\u7684\u7B80\u4ECB
|
|
}
|
|
],
|
|
"money":16, // \u603B\u91D1\u989D
|
|
"piao_num":1, // \u603B\u7968\u6570
|
|
"prize_max":"49.60" // \u6700\u5927\u4E2D\u5956\u6570
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/OrderController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerOrderPiao_show",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/order/piao_show"}]},{type:"POST",url:"/api/seller/order/receive",title:"\u8BA2\u5355-\u63A5\u5355",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/OrderController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerOrderReceive",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/order/receive"}]},{type:"POST",url:"/api/seller/order/revoke",title:"\u8BA2\u5355-\u64A4\u5355",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/OrderController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerOrderRevoke",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/order/revoke"}]},{type:"POST",url:"/api/seller/order/send_prize",title:"\u6D3E\u5956-\u6D3E\u5956",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"},{group:"Parameter",type:"Float",optional:!1,field:"prize",isArray:!1,description:"<p>\u6D3E\u5956\u91D1\u989D</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/OrderController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerOrderSend_prize",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/order/send_prize"}]},{type:"POST",url:"/api/seller/order/take_ticket",title:"\u53D6\u7968",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/OrderController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerOrderTake_ticket",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/order/take_ticket"}]},{type:"POST",url:"/api/seller/order/throw_cooperate",title:"\u8BA2\u5355-\u5408\u4F5C\u7529\u5355",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/OrderController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerOrderThrow_cooperate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/order/throw_cooperate"}]},{type:"POST",url:"/api/seller/order/upload_piao",title:"\u8BA2\u5355-\u4E0A\u4F20\u7968\u636E",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"order_sn",isArray:!1,description:"<p>\u8BA2\u5355\u7F16\u53F7</p>"},{group:"Parameter",type:"Array",optional:!1,field:"material_ids",isArray:!1,description:"<p>\u4E0A\u4F20\u56FE\u7247\u540E\u7684\u56FE\u7247id</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"pay_type":"alipay",
|
|
"pay_money":2.0,
|
|
"oddses": {}, // \u8BA2\u5355\u4E2Doddses\u7684\u6570\u636E
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/OrderController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerOrderUpload_piao",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/order/upload_piao"}]},{type:"POST",url:"/api/seller/refresh_token",title:"auth-\u5237\u65B0token",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"access_token": "eyJ0eXA5z7uNNgL76GgVGFFMOuINwHJnG73s", // token
|
|
"token_type": "bearer",
|
|
"expires_in": 36000 // \u6709\u6548\u65F6\u957F(\u79D2)
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/IndexController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerRefresh_token",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/refresh_token"}]},{type:"POST",url:"/api/seller/register",title:"auth-\u6CE8\u518C",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"phone",isArray:!1,description:"<p>\u624B\u673A\u53F7\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"password",isArray:!1,description:"<p>\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"password_confirmation",isArray:!1,description:"<p>\u5BC6\u7801\u786E\u8BA4</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "\u6CE8\u518C\u6210\u529F\uFF0C\u8BF7\u767B\u5F55...",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/IndexController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerRegister",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/register"}]},{type:"POST",url:"/api/seller/report/shop_coop_brokerage",title:"\u7EDF\u8BA1-\u5408\u4F5C\u6536\u5165\u8BE6\u60C5",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"list":{
|
|
"current_page":1,
|
|
"data":[
|
|
{
|
|
"id":8,
|
|
"shop_cooperate_id":3,
|
|
"type":3,
|
|
"seller_id":1000,
|
|
"seller_shop_id":2000,
|
|
"shop_id":2019,
|
|
"order_id":11,
|
|
"lottery_type_id":0,
|
|
"cooperate_brokerage":"0.4000", // \u5408\u4F5C\u6536\u5165
|
|
"begin_balance":"1010.0000",
|
|
"ie":"-",
|
|
"money":"19.6000",
|
|
"end_balance":"990.4000",
|
|
"title":"\u51FA\u7968",
|
|
"remark":"",
|
|
"created_date":20230730,
|
|
"created_at":"2023-07-30 19:39:43",
|
|
"updated_at":"2023-07-30 19:39:43",
|
|
"deleted_at":null,
|
|
"order":{
|
|
"id":11,
|
|
"lottery_type_id":1,
|
|
"play_type_name":"",
|
|
"buy_type_name":"",
|
|
"pass_mode_name":[
|
|
|
|
],
|
|
"lottery_estimate_send_prize":null,
|
|
"gendan_brokerage":null,
|
|
"order_closed":false,
|
|
"lottery_is_wined":false,
|
|
"money_show":0,
|
|
"union_state_show":"",
|
|
"close_time_str":"",
|
|
"lottery_type":{
|
|
"id":1,
|
|
"name":"\u7ADE\u5F69\u8DB3\u7403"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"from":1,
|
|
"to":1,
|
|
"total":1
|
|
},
|
|
"total_money":19.6
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/ReportController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerReportShop_coop_brokerage",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/report/shop_coop_brokerage"}]},{type:"POST",url:"/api/seller/seller/change_info",title:"\u6211\u7684-\u4FEE\u6539\u4FE1\u606F",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"notice_order_pay_success",isArray:!1,description:"<p>\u8BA2\u5355\u652F\u4ED8\u6210\u529F\u63D0\u9192</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/SellerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerChange_info",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/change_info"}]},{type:"POST",url:"/api/seller/seller/change_password",title:"\u6211\u7684-\u4FEE\u6539\u5BC6\u7801",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"password_old",isArray:!1,description:"<p>\u65E7\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"password",isArray:!1,description:"<p>\u65B0\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"password_confirmation",isArray:!1,description:"<p>\u65B0\u5BC6\u7801\u786E\u8BA4</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/SellerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerChange_password",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/change_password"}]},{type:"POST",url:"/api/seller/seller/change_pay_password",title:"\u6211\u7684-\u8BBE\u7F6E\u652F\u4ED8\u5BC6\u7801",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"password_old",isArray:!1,description:"<p>\u65E7\u5BC6\u7801,\u7B2C\u4E00\u6B21\u8BBE\u7F6E\u65F6\uFF0C\u53EF\u4EE5\u4E0D\u4F20</p>"},{group:"Parameter",type:"String",optional:!1,field:"password",isArray:!1,description:"<p>\u65B0\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"password_confirmation",isArray:!1,description:"<p>\u65B0\u5BC6\u7801\u786E\u8BA4</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/SellerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerChange_pay_password",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/change_pay_password"}]},{type:"POST",url:"/api/seller/seller/delete",title:"\u5458\u5DE5\u7BA1\u7406-\u5220\u9664",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"id",isArray:!1,description:"<p>\u5458\u5DE5id</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/SellerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerDelete",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/delete"}]},{type:"POST",url:"/api/seller/seller/list",title:"\u5458\u5DE5\u7BA1\u7406-\u5217\u8868",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": [
|
|
{
|
|
"id": 3,
|
|
"shop_id": 1,
|
|
"level": 2, // 1\u5E97\u4E3B\uFF1B2\u5E97\u5458
|
|
"phone": "13411111111", // \u624B\u673A\u53F7
|
|
"name": "xxxx", // \u59D3\u540D
|
|
"nickname": null, // \u6635\u79F0
|
|
"email": "",
|
|
"avatar": "", // \u5934\u50CF
|
|
"email_verified_at": null,
|
|
"enable_send_prize": 1, // \u662F\u5426\u5141\u8BB8\u6D3E\u5956\uFF1A1\u662F\uFF1B0\u5426
|
|
"enable_ie": 1,// \u662F\u5426\u5141\u8BB8\u52A0\u6263\u6B3E\uFF1A1\u662F\uFF1B0\u5426
|
|
"enable_work": 1, // \u662F\u5426\u5141\u8BB8\u63A5\u5355\uFF1A1\u662F\uFF1B0\u5426
|
|
"created_at": "2023-05-17 21:23:54",
|
|
"updated_at": "2023-05-17 21:23:54",
|
|
"deleted_at": null
|
|
}
|
|
]
|
|
}`,type:"json"}]},filename:"Seller/SellerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerList",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/list"}]},{type:"POST",url:"/api/seller/seller/real_verify",title:"\u6211\u7684-\u5B9E\u540D\u8BA4\u8BC1",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"real_identity",isArray:!1,description:"<p>\u8EAB\u4EFD\u8BC1</p>"},{group:"Parameter",type:"String",optional:!1,field:"real_name",isArray:!1,description:"<p>\u771F\u5B9E\u59D3\u540D</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/SellerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerReal_verify",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/real_verify"}]},{type:"POST",url:"/api/seller/seller/report/agent",title:"\u4EE3\u7406\u7EDF\u8BA1",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"start_month",isArray:!1,description:"<p>\u6708\u4EFD\uFF0C\u9ED8\u8BA4\u5F53\u524D\u6708(2001-01)</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"agents":[
|
|
{
|
|
"id":2,
|
|
"shop_id":1,
|
|
"agent_id":1,
|
|
"agent":0, // \u5F00\u542F\u72B6\u6001
|
|
"agent_brokerage":0, // \u4F63\u91D1\u6BD4\u4F8B
|
|
"agent_at":"2023-04-10 21:20:03",
|
|
"agent_money":0, // \u9500\u552E\u989D
|
|
"level_name":"\u50A8\u5907\u7EC4\u957F",
|
|
"level_score_group":"5000",
|
|
"lottery_state_name":"",
|
|
"client_type_name":"\u672A\u77E5",
|
|
"hide_name":"****11",
|
|
"agent_days":41 // \u4EE3\u7406\u65F6\u957F
|
|
}
|
|
],
|
|
"total":{
|
|
"money":0,// \u9500\u552E\u989D
|
|
"brokerage":0,// \u5E94\u4ED8\u4F63\u91D1
|
|
"register_num":0 // \u4EE3\u7406\u6CE8\u518C\u4EBA\u6570
|
|
}
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/ReportController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerReportAgent",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/report/agent"}]},{type:"POST",url:"/api/seller/seller/report/agent_order",title:"\u4EE3\u7406\u7EDF\u8BA1-\u8BA2\u5355\u5217\u8868",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"agent_id",isArray:!1,description:"<p>\u4EE3\u7406id</p>"},{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u6708\u7B2C\u4E00\u5929)</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C \u53C2\u8003\u8BA2\u5355\u5217\u8868\u6570\u636E",content:`{
|
|
}`,type:"json"}]},filename:"Seller/ReportController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerReportAgent_order",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/report/agent_order"}]},{type:"POST",url:"/api/seller/seller/report/agent_regist",title:"\u4EE3\u7406\u7EDF\u8BA1-\u6CE8\u518C\u6570",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"agent_id",isArray:!1,description:"<p>\u4EE3\u7406id</p>"},{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u6708\u7B2C\u4E00\u5929)</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C \u53C2\u8003\u7528\u6237\u5217\u8868\u6570\u636E",content:`{
|
|
}`,type:"json"}]},filename:"Seller/ReportController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerReportAgent_regist",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/report/agent_regist"}]},{type:"POST",url:"/api/seller/seller/report/buyers",title:"\u7EDF\u8BA1-\u8D2D\u5F69\u7528\u6237\u8BE6\u60C5",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":[
|
|
{
|
|
"customer_id":100,
|
|
"money":"962.0000",
|
|
"count":11,
|
|
"id":100,
|
|
"name":"\u5FFD\u4E1C\u5FFD\u897F",
|
|
"nickname":"\u6D4B\u8BD5\u5F69\u6C11\u4E00\u53F7",
|
|
"avatar":"/uploads/avatar/2023",
|
|
"avatar_url":"http://jingcai.quipg"
|
|
},
|
|
]
|
|
}`,type:"json"}]},filename:"Seller/ReportController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerReportBuyers",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/report/buyers"}]},{type:"POST",url:"/api/seller/seller/report/customer_bills",title:"\u7EDF\u8BA1-\u52A0\u6263\u6B3E\u8BE6\u60C5",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"seller_id",isArray:!1,description:"<p>\u5E97\u5458id</p>"},{group:"Parameter",type:"Int",optional:!1,field:"type",isArray:!1,description:"<p>9\u52A0\u6B3E\uFF1B10\u51CF\u6B3E</p>"},{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C \u53C2\u8003\u8BA2\u5355\u5217\u8868\u6570\u636E",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"current_page":1,
|
|
"data":[
|
|
{
|
|
"id":250,
|
|
"type":9,
|
|
"customer_id":100,
|
|
"begin_balance":"3289.4592",
|
|
"begin_balance_withdraw":"3088.1147",
|
|
"begin_balance_cash":"200.2345",
|
|
"begin_balance_freeze":"1.1100",
|
|
"ie":"+",
|
|
"money":"100.0000", // \u64CD\u4F5C\u7684\u91D1\u989D
|
|
"end_balance":"3389.4592",
|
|
"end_balance_withdraw":"3088.1147",
|
|
"end_balance_cash":"300.2345",
|
|
"end_balance_freeze":"1.1100",
|
|
"recharge_id":0,
|
|
"order_id":0,
|
|
"title":"\u5F02\u5E38\u4E1A\u52A1\u52A0\u6B3E",
|
|
"seller_id":1000,
|
|
"shop_bill_id":0,
|
|
"remark_img_path":"",
|
|
"remark":"",
|
|
"created_date":20231029,
|
|
"created_at":"2023-10-29 19:35:34",
|
|
"updated_at":"2023-10-29 19:35:34",
|
|
"deleted_at":null,
|
|
"customer_name":"\u5FFD\u4E1C\u5FFD\u897F",
|
|
"customer_nickname":"\u6D4B\u8BD5\u5F69\u6C11\u4E00\u53F7",
|
|
"seller_name":"\u7B2C\u4E00\u5BB6\u5E97\u4E3B",
|
|
"seller_nickname":"\u7B2C\u4E00\u5BB6\u5E97\u4E3B"
|
|
}
|
|
],
|
|
"from":1,
|
|
"per_page":20,
|
|
"to":6,
|
|
"total":6
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/ReportController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerReportCustomer_bills",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/report/customer_bills"}]},{type:"POST",url:"/api/seller/seller/report/customer_recharge",title:"\u7EDF\u8BA1-\u5145\u503C\u8BE6\u60C5",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C \u53C2\u8003\u8BA2\u5355\u5217\u8868\u6570\u636E",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"list":{
|
|
"current_page":1,
|
|
"data":[
|
|
{
|
|
"id":16,
|
|
"customer_id":100,
|
|
"order_id":131,
|
|
"recharge_sn":"RC202310103062810851",
|
|
"out_trade_no":"",
|
|
"pay_channel_id":14,
|
|
"pay_type":"alipay",
|
|
"pay_money":"0.7700", // \u5145\u503C\u91D1\u989D\uFF1A\u9700\u8981\u81EA\u5DF1\u683C\u5F0F\u5316
|
|
"received_money":"0.0000",
|
|
"pay_state":"success",
|
|
"pay_at":null,
|
|
"created_at":"2023-10-10 20:49:08",
|
|
"updated_at":"2023-10-10 20:49:08",
|
|
"deleted_at":null,
|
|
"customer_name":"\u5FFD\u4E1C\u5FFD\u897F",
|
|
"customer_nickname":"\u6D4B\u8BD5\u5F69\u6C11\u4E00\u53F7"
|
|
}
|
|
],
|
|
"from":1,
|
|
"to":1,
|
|
"total":1
|
|
},
|
|
"total_money":"0.7700"
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/ReportController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerReportCustomer_recharge",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/report/customer_recharge"}]},{type:"POST",url:"/api/seller/seller/report/registers",title:"\u7EDF\u8BA1-\u6CE8\u518C\u7528\u6237\u8BE6\u60C5",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"current_page":1,
|
|
"data":[
|
|
{
|
|
"id":100,
|
|
"avatar":"/uploads/avatar/202310/SA1qNqz2piJ6hLRqCH8pA2tS0BOmIhXsxLIXF7Wc.jpg",
|
|
"name":"\u5FFD\u4E1C\u5FFD\u897F",
|
|
"nickname":"\u6D4B\u8BD5\u5F69\u6C11\u4E00\u53F7",
|
|
"agent_id":134,
|
|
"created_at":"2023-06-02T08:25:54.000000Z",
|
|
"client_type":2, // 1android,2ios,0\u672A\u77E5
|
|
"level_name":"\u50A8\u5907\u7EC4\u957F",
|
|
"level_score_group":"5000",
|
|
"lottery_state_name":"",
|
|
"client_type_name":"Ios",
|
|
"hide_name":"\u6D4B**",
|
|
"agent_days":"\u672A\u77E5",
|
|
"avatar_url":"http://jingcai.quickf.jpg",
|
|
"agentor":{ // \u4EE3\u7406\u4EBA\u4FE1\u606F
|
|
"id":134,
|
|
"name":"11111",
|
|
"nickname":"11111",
|
|
"level_name":"\u50A8\u5907\u7EC4\u957F",
|
|
"level_score_group":"5000",
|
|
"lottery_state_name":"",
|
|
"client_type_name":"\u672A\u77E5",
|
|
"hide_name":"1**",
|
|
"agent_days":"\u672A\u77E5",
|
|
"avatar_url":""
|
|
}
|
|
},
|
|
],
|
|
"from":1,
|
|
"to":4,
|
|
"total":4
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/ReportController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerReportRegisters",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/report/registers"}]},{type:"POST",url:"/api/seller/seller/report/shop_bills",title:"\u7EDF\u8BA1-\u51FA\u7968\u670D\u52A1\u8D39\u8BE6\u60C5",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"list":{
|
|
"current_page":1,
|
|
"data":[
|
|
{
|
|
"id":20,
|
|
"type":2,
|
|
"seller_id":1000,
|
|
"shop_id":2000,
|
|
"order_id":181,
|
|
"begin_balance":"99922.4660",
|
|
"begin_balance_withdraw":"0.0000",
|
|
"begin_balance_cash":"99922.4660",
|
|
"begin_balance_freeze":"0.0000",
|
|
"seller_balance":"0.0000",
|
|
"ie":"-",
|
|
"money":"0.0480", // \u51FA\u7968\u670D\u52A1\u8D39\uFF0C\u9700\u8981\u683C\u5F0F\u5316
|
|
"end_balance":"99922.4180",
|
|
"end_balance_withdraw":"0.0000",
|
|
"end_balance_cash":"99922.4180",
|
|
"end_balance_freeze":"0.0000",
|
|
"title":"\u51FA\u7968\u57FA\u7840\u670D\u52A1\u8D39(\u8BA2\u535512\u5143)",
|
|
"remark":"",
|
|
"created_date":20231030,
|
|
"created_at":"2023-10-30 13:00:57", // \u51FA\u7968\u65F6\u95F4
|
|
"updated_at":"2023-10-30 13:00:57",
|
|
"deleted_at":null,
|
|
"order":{
|
|
"id":181,
|
|
"lottery_type_id":1,
|
|
"play_type_name":"",
|
|
"buy_type_name":"",
|
|
"pass_mode_name":[
|
|
|
|
],
|
|
"lottery_estimate_send_prize":null,
|
|
"gendan_brokerage":null,
|
|
"order_closed":false,
|
|
"lottery_is_wined":false,
|
|
"money_show":0,
|
|
"union_state_show":"",
|
|
"close_time_str":"",
|
|
"lottery_type":{
|
|
"id":1,
|
|
"name":"\u7ADE\u5F69\u8DB3\u7403" // \u5F69\u79CD
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"from":1,
|
|
"to":1,
|
|
"total":1
|
|
},
|
|
"total_money":0.05
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/ReportController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerReportShop_bills",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/report/shop_bills"}]},{type:"POST",url:"/api/seller/seller/report/shop_coop_bills",title:"\u7EDF\u8BA1-\u5408\u4F5C\u51FA\u7968\u670D\u52A1\u8D39\u8BE6\u60C5",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!0,field:"size",isArray:!1,description:"<p>\u6BCF\u9875\u6761\u6570</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_start",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"},{group:"Parameter",type:"String",optional:!0,field:"date_end",isArray:!1,description:"<p>\u5F00\u59CB(2001-01-01,\u9ED8\u8BA4\u5F53\u5929)</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"list":{
|
|
"current_page":1,
|
|
"data":[
|
|
{
|
|
"id":8,
|
|
"shop_cooperate_id":3,
|
|
"type":3,
|
|
"seller_id":1000,
|
|
"seller_shop_id":2000,
|
|
"shop_id":2019,
|
|
"order_id":11,
|
|
"lottery_type_id":0,
|
|
"cooperate_brokerage":"0.4000",
|
|
"begin_balance":"1010.0000",
|
|
"ie":"-",
|
|
"money":"19.6000",
|
|
"end_balance":"990.4000",
|
|
"title":"\u51FA\u7968",
|
|
"remark":"",
|
|
"created_date":20230730,
|
|
"created_at":"2023-07-30 19:39:43",
|
|
"updated_at":"2023-07-30 19:39:43",
|
|
"deleted_at":null,
|
|
"order":{
|
|
"id":11,
|
|
"lottery_type_id":1,
|
|
"play_type_name":"",
|
|
"buy_type_name":"",
|
|
"pass_mode_name":[
|
|
|
|
],
|
|
"lottery_estimate_send_prize":null,
|
|
"gendan_brokerage":null,
|
|
"order_closed":false,
|
|
"lottery_is_wined":false,
|
|
"money_show":0,
|
|
"union_state_show":"",
|
|
"close_time_str":"",
|
|
"lottery_type":{
|
|
"id":1,
|
|
"name":"\u7ADE\u5F69\u8DB3\u7403"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"from":1,
|
|
"to":1,
|
|
"total":1
|
|
},
|
|
"total_money":19.6
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/ReportController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerReportShop_coop_bills",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/report/shop_coop_bills"}]},{type:"POST",url:"/api/seller/seller/reset_pay_password",title:"\u6211\u7684-\u5FD8\u8BB0\u652F\u4ED8\u5BC6\u7801",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"real_name",isArray:!1,description:"<p>\u59D3\u540D</p>"},{group:"Parameter",type:"String",optional:!1,field:"real_identity",isArray:!1,description:"<p>\u8EAB\u4EFD\u8BC1\u53F7</p>"},{group:"Parameter",type:"String",optional:!1,field:"password_pay",isArray:!1,description:"<p>\u65B0\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"password_pay_confirmation",isArray:!1,description:"<p>\u65B0\u5BC6\u7801\u786E\u8BA4</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/SellerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerReset_pay_password",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/reset_pay_password"}]},{type:"POST",url:"/api/seller/seller/store",title:"\u5458\u5DE5\u7BA1\u7406-\u521B\u5EFA\u8D26\u53F7",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"name",isArray:!1,description:"<p>\u59D3\u540D</p>"},{group:"Parameter",type:"String",optional:!1,field:"phone",isArray:!1,description:"<p>\u624B\u673A\u53F7</p>"},{group:"Parameter",type:"String",optional:!1,field:"password",isArray:!1,description:"<p>\u5BC6\u7801</p>"},{group:"Parameter",type:"String",optional:!1,field:"password_confirmation",isArray:!1,description:"<p>\u786E\u8BA4\u5BC6\u7801</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/SellerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerStore",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/store"}]},{type:"POST",url:"/api/seller/seller/update",title:"\u5458\u5DE5\u7BA1\u7406-\u66F4\u65B0",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"id",isArray:!1,description:"<p>\u5458\u5DE5id</p>"},{group:"Parameter",type:"String",optional:!0,field:"name",isArray:!1,description:"<p>\u59D3\u540D</p>"},{group:"Parameter",type:"String",optional:!0,field:"phone",isArray:!1,description:"<p>\u624B\u673A\u53F7</p>"},{group:"Parameter",type:"String",optional:!0,field:"password",isArray:!1,description:"<p>\u5BC6\u7801</p>"},{group:"Parameter",type:"Int",optional:!0,field:"enable_send_prize",isArray:!1,description:"<p>\u5F00\u542F\u6D3E\u5956\uFF1A1\u5F00\u542F\uFF1B0\u5173\u95ED</p>"},{group:"Parameter",type:"Int",optional:!0,field:"enable_ie",isArray:!1,description:"<p>\u5F00\u542F\u52A0\u6263\u6B3E\uFF1A1\u5F00\u542F\uFF1B0\u5173\u95ED</p>"},{group:"Parameter",type:"Int",optional:!0,field:"enable_work",isArray:!1,description:"<p>\u5F00\u542F\u63A5\u5355\uFF1A1\u5F00\u542F\uFF1B0\u5173\u95ED</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/SellerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerUpdate",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/update"}]},{type:"POST",url:"/api/seller/seller/upload",title:"\u6211\u7684-\u4E0A\u4F20\u5934\u50CF",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"file",isArray:!1,description:"<p>avatar // filename</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"path": "xxxxx", // \u5934\u50CF\u5730\u5740
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/SellerController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerSellerUpload",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/seller/upload"}]},{type:"POST",url:"/api/seller/shop/certify_apply",title:"\u5E97\u94FA-\u5E97\u94FA\u8BA4\u8BC1\u7533\u8BF7",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"individual",isArray:!1,description:"<p>1 1\u4EE3\u8868\u4E2A\u4F53\u7ECF\u8425\uFF0C\u4F201</p>"},{group:"Parameter",type:"String",optional:!1,field:"business_door",isArray:!1,description:"<p>\u95E8\u5934\u7167</p>"},{group:"Parameter",type:"String",optional:!1,field:"sale_proxy",isArray:!1,description:"<p>\u4EE3\u9500\u8BC1</p>"},{group:"Parameter",type:"String",optional:!1,field:"sale_proxy_hand",isArray:!1,description:"<p>\u4EE3\u9500\u8BC1</p>"},{group:"Parameter",type:"String",optional:!1,field:"identity_pros",isArray:!1,description:"<p>\u8EAB\u4EFD\u8BC1\u6B63\u9762</p>"},{group:"Parameter",type:"String",optional:!1,field:"identity_cons",isArray:!1,description:"<p>\u8EAB\u4EFD\u8BC1\u53CD\u9762</p>"},{group:"Parameter",type:"String",optional:!1,field:"identity_hand",isArray:!1,description:"<p>\u624B\u6301\u8EAB\u4EFD\u8BC1</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data":[]
|
|
}`,type:"json"}]},filename:"Seller/ShopController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerShopCertify_apply",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/shop/certify_apply"}]},{type:"POST",url:"/api/seller/shop/certify_get",title:"\u5E97\u94FA-\u5E97\u94FA\u8BA4\u8BC1\u67E5\u770B",version:"0.1.0",group:"\u5E97\u4E3B",success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code":200,
|
|
"message":"",
|
|
"data":{
|
|
"id":2003,
|
|
"individual":1,
|
|
"shop_id":2000,
|
|
"apply_id":1000,
|
|
"apply_at":"2023-07-20 20:00:21",
|
|
"auditor_id":0,
|
|
"audit_at":null,
|
|
"state":0, //
|
|
"audit_msg":"",
|
|
"business_type":0,
|
|
"business_door":"xxxxxxxxxxx",
|
|
"sale_proxy":"xxxxxxxxxxx",
|
|
"sale_proxy_hand":"xxxxxxxxxxx",
|
|
"identity_pros":"xxxxxxxxxxx",
|
|
"identity_cons":"xxxxxxxxxxx",
|
|
"identity_hand":"xxxxxxxxxxx",
|
|
"created_at":"2023-07-20 20:00:21",
|
|
"updated_at":"2023-07-20 20:00:21",
|
|
"deleted_at":null,
|
|
"individual_url":"http://jingcai.quickfly.eu.org:3000/1",
|
|
"business_door_url":"http://jingcai.quickfly.eu.org:3000/xxxxxxxxxxx",
|
|
"sale_proxy_url":"http://jingcai.quickfly.eu.org:3000/xxxxxxxxxxx",
|
|
"sale_proxy_hand_url":"http://jingcai.quickfly.eu.org:3000/xxxxxxxxxxx",
|
|
"identity_pros_url":"http://jingcai.quickfly.eu.org:3000/xxxxxxxxxxx",
|
|
"identity_cons_url":"http://jingcai.quickfly.eu.org:3000/xxxxxxxxxxx",
|
|
"identity_hand_url":"http://jingcai.quickfly.eu.org:3000/xxxxxxxxxxx"
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/ShopController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerShopCertify_get",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/shop/certify_get"}]},{type:"POST",url:"/api/seller/shop/pay_channel",title:"\u6536\u6B3E\u7BA1\u7406-\u6536\u6B3E\u8BA4\u8BC1",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"pay_type",isArray:!1,description:"<p>\u652F\u4ED8\u65B9\u5F0F(alipay,qrcode)</p>"},{group:"Parameter",type:"String",optional:!0,field:"remind_after",isArray:!1,description:"<p>\u4ED8\u6B3E\u524D\u63D0\u9192</p>"},{group:"Parameter",type:"String",optional:!0,field:"remind_before",isArray:!1,description:"<p>\u4ED8\u6B3E\u540E\u63D0\u9192</p>"},{group:"Parameter",type:"String",optional:!0,field:"opened",isArray:!1,description:"<p>\u662F\u5426\u5F00\u542F</p>"},{group:"Parameter",type:"String",optional:!0,field:"alipay_qrcode",isArray:!1,description:"<p>\u652F\u4ED8\u5B9D\u4E8C\u7EF4\u7801</p>"},{group:"Parameter",type:"String",optional:!0,field:"wechat_qrcode",isArray:!1,description:"<p>\u5FAE\u4FE1\u4E8C\u7EF4\u7801</p>"},{group:"Parameter",type:"String",optional:!0,field:"pay_channel",isArray:!1,description:"<p>\u652F\u4ED8\u6E20\u9053 --\u4EE5\u4E0B\u4E3A\u652F\u4ED8\u5B9D\u7684</p>"},{group:"Parameter",type:"String",optional:!0,field:"real_name",isArray:!1,description:"<p>\u59D3\u540D</p>"},{group:"Parameter",type:"String",optional:!0,field:"email",isArray:!1,description:"<p>\u90AE\u7BB1</p>"},{group:"Parameter",type:"String",optional:!0,field:"phone",isArray:!1,description:"<p>\u624B\u673A\u53F7</p>"},{group:"Parameter",type:"String",optional:!0,field:"alipay",isArray:!1,description:"<p>\u652F\u4ED8\u5B9D\u8D26\u53F7</p>"},{group:"Parameter",type:"String",optional:!0,field:"shop_addr",isArray:!1,description:"<p>\u5E97\u94FA\u5730\u5740</p>"},{group:"Parameter",type:"String",optional:!0,field:"business_door",isArray:!1,description:"<p>\u95E8\u5934\u7167</p>"},{group:"Parameter",type:"String",optional:!0,field:"business_site",isArray:!1,description:"<p>\u7ECF\u8425\u573A\u6240/\u5E97\u5185\u7167</p>"},{group:"Parameter",type:"String",optional:!0,field:"sale_proxy",isArray:!1,description:"<p>\u8425\u4E1A\u6267\u7167</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/ShopController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerShopPay_channel",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/shop/pay_channel"}]},{type:"POST",url:"/api/seller/shop/pay_channel_update",title:"\u6388\u6743\u7BA1\u7406-\u66F4\u65B0",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"id",isArray:!1,description:"<p>\u652F\u4ED8\u6E20\u9053id</p>"},{group:"Parameter",type:"String",optional:!0,field:"opened",isArray:!1,description:"<p>\u662F\u5426\u5F00\u542F</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/ShopController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerShopPay_channel_update",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/shop/pay_channel_update"}]},{type:"POST",url:"/api/seller/shop/setting",title:"\u5E97\u94FA\u4FE1\u606F-\u8BBE\u7F6E",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!0,field:"announcement",isArray:!1,description:"<p>\u516C\u544A\u5185\u5BB9</p>"},{group:"Parameter",type:"String",optional:!0,field:"announcement_img_url",isArray:!1,description:"<p>\u516C\u544A\u56FE\u7247\uFF08\u4F7F\u7528/api/seller/material/upload_other\u7ED3\u679C\u4E2D\u7684path\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"wechat",isArray:!1,description:"<p>\u5FAE\u4FE1\u53F7</p>"},{group:"Parameter",type:"Int",optional:!0,field:"keep_secret",isArray:!1,description:"<p>1\u4FDD\u5BC6\uFF1B0\u4E0D\u4FDD\u5BC6</p>"},{group:"Parameter",type:"Array",optional:!0,field:"withdraw_type",isArray:!1,description:"<p>[1,2]\u63D0\u73B0\u65B9\u5F0F\uFF0C1\u652F\u4ED8\u5B9D\uFF0C2\u94F6\u884C\u5361</p>"},{group:"Parameter",type:"String",optional:!0,field:"phone",isArray:!1,description:"<p>\u624B\u673A\u53F7</p>"},{group:"Parameter",type:"String",optional:!0,field:"password",isArray:!1,description:"<p>\u767B\u5F55\u5BC6\u7801\uFF08\u624B\u673A\u53F7\u65F6\uFF0C\u5BC6\u7801\u5FC5\u586B\uFF09</p>"},{group:"Parameter",type:"Int",optional:!0,field:"province_id",isArray:!1,description:"<p>\u7701id \uFF08\u8BE6\u7EC6\u5730\u5740\u65F6\uFF0C\u5FC5\u586B\uFF09</p>"},{group:"Parameter",type:"Int",optional:!0,field:"city_id",isArray:!1,description:"<p>\u5E02id\uFF08\u8BE6\u7EC6\u5730\u5740\u65F6\uFF0C\u5FC5\u586B\uFF09</p>"},{group:"Parameter",type:"String",optional:!0,field:"addr",isArray:!1,description:"<p>\u8BE6\u7EC6\u5730\u5740</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data":[]
|
|
}`,type:"json"}]},filename:"Seller/ShopController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerShopSetting",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/shop/setting"}]},{type:"POST",url:"/api/seller/wallet/recharge",title:"\u652F\u4ED8-\u5145\u503C(\u83B7\u53D6\u5145\u503C\u5355\u53F7)",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Float",optional:!1,field:"pay_money",isArray:!1,description:"<p>\u652F\u4ED8\u91D1\u989D</p>"},{group:"Parameter",type:"String",optional:!1,field:"pay_type",isArray:!1,description:"<p>\u652F\u4ED8\u65B9\u5F0F</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"order_sn":"xxxx",
|
|
"pay_type":"alipay",
|
|
"pay_money":2.0,
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": {
|
|
"recharge_sn": "R202304033597596106" // \u5145\u503C\u8BA2\u5355\u7F16\u53F7
|
|
}
|
|
}`,type:"json"}]},filename:"Seller/WalletController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerWalletRecharge",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/wallet/recharge"}]},{type:"POST",url:"/api/seller/wallet/redirect_pay",title:"\u652F\u4ED8-\u8DF3\u8F6C\u5230\u7B2C\u4E09\u65B9\u652F\u4ED8",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"String",optional:!1,field:"recharge_sn",isArray:!1,description:"<p>\u5145\u503C\u8BA2\u5355\u7F16\u53F7</p>"}]},examples:[{title:"\u8BF7\u6C42\u793A\u4F8B",content:`{
|
|
"pay_type":"alipay",
|
|
"pay_money":2.0,
|
|
}`,type:"json"}]},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": "xxxxxx" // \u6B64\u5904\u5E94\u8BE5\u662F\u4E2Aform
|
|
}`,type:"json"}]},filename:"Seller/WalletController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerWalletRedirect_pay",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/wallet/redirect_pay"}]},{type:"POST",url:"/api/seller/wallet/withdraw_money",title:"\u6211\u7684-\u63D0\u73B0",version:"0.1.0",group:"\u5E97\u4E3B",parameter:{fields:{Parameter:[{group:"Parameter",type:"Int",optional:!1,field:"type",isArray:!1,description:"<p>1\u652F\u4ED8\u5B9D\uFF1B2\u94F6\u884C\u5361</p>"},{group:"Parameter",type:"Float",optional:!1,field:"money",isArray:!1,description:"<p>\u63D0\u73B0\u91D1\u989D</p>"},{group:"Parameter",type:"String",optional:!1,field:"ali_account",isArray:!1,description:"<p>\u652F\u4ED8\u5B9D\u8D26\u53F7</p>"},{group:"Parameter",type:"String",optional:!1,field:"bank_no",isArray:!1,description:"<p>\u94F6\u884C\u5361\u53F7</p>"},{group:"Parameter",type:"String",optional:!1,field:"bank_area",isArray:!1,description:"<p>\u94F6\u884C\u5361\u6240\u5728\u5730</p>"},{group:"Parameter",type:"String",optional:!1,field:"bank_master",isArray:!1,description:"<p>\u5F00\u6237\u884C</p>"},{group:"Parameter",type:"String",optional:!0,field:"bank_branch",isArray:!1,description:"<p>\u652F\u884C</p>"},{group:"Parameter",type:"String",optional:!1,field:"password_pay",isArray:!1,description:"<p>\u652F\u4ED8\u5BC6\u7801</p>"}]}},success:{examples:[{title:"\u8FD4\u56DE\u7ED3\u679C",content:`{
|
|
"code": 200,
|
|
"message": "",
|
|
"data": []
|
|
}`,type:"json"}]},filename:"Seller/WalletController.php",groupTitle:"\u5E97\u4E3B",name:"PostApiSellerWalletWithdraw_money",sampleRequest:[{url:"https://jingcai.quickfly.eu.org:3000/api/seller/wallet/withdraw_money"}]}];const ce={name:"apidoc\u6587\u6863\u6D4B\u8BD5",version:"0.1.0",description:"apidoc\u6587\u6863\u6D4B\u8BD5",title:"apidoc\u6587\u6863\u6D4B\u8BD5",url:"http://jingcai.local",sampleUrl:"https://jingcai.quickfly.eu.org:3000",order:["Customer","Seller"],template:{forceLanguage:"zh_cn"},defaultVersion:"0.0.0",apidoc:"0.3.0",generator:{name:"apidoc",time:"Fri Jun 21 2024 21:51:08 GMT+0800 (\u4E2D\u56FD\u6807\u51C6\u65F6\u95F4)",url:"https://apidocjs.com",version:"1.0.3"}};Zt();const be=p().compile(_()("#template-header").html()),we=p().compile(_()("#template-footer").html()),X=p().compile(_()("#template-article").html()),ge=p().compile(_()("#template-compare-article").html()),de=p().compile(_()("#template-generator").html()),me=p().compile(_()("#template-project").html()),Oe=p().compile(_()("#template-sections").html()),ze=p().compile(_()("#template-sidenav").html()),je={aloneDisplay:!1,showRequiredLabels:!1,withGenerator:!0,withCompare:!0};ce.template=Object.assign(je,(Be=ce.template)!=null?Be:{}),ce.template.forceLanguage&&wt(ce.template.forceLanguage);const We=(0,o.groupBy)(De,re=>re.group),Je={};_().each(We,(re,ne)=>{Je[re]=(0,o.groupBy)(ne,le=>le.name)});const st=[];_().each(Je,(re,ne)=>{let le=[];_().each(ne,(se,xe)=>{const Le=xe[0].title;Le&&le.push(Le.toLowerCase()+"#~#"+se)}),le.sort(),ce.order&&(le=Te(le,ce.order,"#~#")),le.forEach(se=>{const Le=se.split("#~#")[1];ne[Le].forEach(Re=>{st.push(Re)})})}),De=st;let ft={};const zt={};let Ot={};Ot[ce.version]=1,_().each(De,(re,ne)=>{ft[ne.group]=1,zt[ne.group]=ne.groupTitle||ne.group,Ot[ne.version]=1}),ft=Object.keys(ft),ft.sort(),ce.order&&(ft=Pe(zt,ce.order)),Ot=Object.keys(Ot),Ot.sort(r().compare),Ot.reverse();const xt=[];ft.forEach(re=>{xt.push({group:re,isHeader:!0,title:zt[re]});let ne="";De.forEach(le=>{le.group===re&&(ne!==le.name?xt.push({title:le.title,group:re,name:le.name,type:le.type,version:le.version,url:le.url}):xt.push({title:le.title,group:re,hidden:!0,name:le.name,type:le.type,version:le.version,url:le.url}),ne=le.name)})});function cn(re,ne,le){let se=!1;if(!ne)return se;const xe=ne.match(/<h(1|2).*?>(.+?)<\/h(1|2)>/gi);return xe&&xe.forEach(function(Le){const Re=Le.substring(2,3),ot=Le.replace(/<.+?>/g,""),yt=Le.match(/id="api-([^-]+)(?:-(.+))?"/),Rt=yt?yt[1]:null,dt=yt?yt[2]:null;Re==="1"&&ot&&Rt&&(re.splice(le,0,{group:Rt,isHeader:!0,title:ot,isFixed:!0}),le++,se=!0),Re==="2"&&ot&&Rt&&dt&&(re.splice(le,0,{group:Rt,name:dt,isHeader:!1,title:ot,isFixed:!1,version:"1.0"}),le++)}),se}let fn;if(ce.header&&(fn=cn(xt,ce.header.content,0),fn||xt.unshift({group:"_header",isHeader:!0,title:ce.header.title==null?Et("General"):ce.header.title,isFixed:!0})),ce.footer){const re=xt.length;fn=cn(xt,ce.footer.content,xt.length),!fn&&ce.footer.title!=null&&xt.splice(re,0,{group:"_footer",isHeader:!0,title:ce.footer.title,isFixed:!0})}const Cn=ce.title?ce.title:"apiDoc: "+ce.name+" - "+ce.version;_()(document).attr("title",Cn),_()("#loader").remove();const qn={nav:xt};_()("#sidenav").append(ze(qn)),_()("#generator").append(de(ce)),(0,o.extend)(ce,{versions:Ot}),_()("#project").append(me(ce)),ce.header&&_()("#header").append(be(ce.header)),ce.footer&&(_()("#footer").append(we(ce.footer)),ce.template.aloneDisplay&&document.getElementById("api-_footer").classList.add("hide"));const qt={};let Fn="";ft.forEach(function(re){const ne=[];let le="",se={},xe=re,Le="";qt[re]={},De.forEach(function(Re){re===Re.group&&(le!==Re.name?(De.forEach(function(ot){re===ot.group&&Re.name===ot.name&&(Object.prototype.hasOwnProperty.call(qt[Re.group],Re.name)||(qt[Re.group][Re.name]=[]),qt[Re.group][Re.name].push(ot.version))}),se={article:Re,versions:qt[Re.group][Re.name]}):se={article:Re,hidden:!0,versions:qt[Re.group][Re.name]},ce.sampleUrl&&ce.sampleUrl===!0&&(ce.sampleUrl=window.location.origin),ce.url&&se.article.url.substr(0,4).toLowerCase()!=="http"&&(se.article.url=ce.url+se.article.url),ie(se,Re),Re.groupTitle&&(xe=Re.groupTitle),Re.groupDescription&&(Le=Re.groupDescription),ne.push({article:X(se),group:Re.group,name:Re.name,aloneDisplay:ce.template.aloneDisplay}),le=Re.name)}),se={group:re,title:xe,description:Le,articles:ne,aloneDisplay:ce.template.aloneDisplay},Fn+=Oe(se)}),_()("#sections").append(Fn),ce.template.aloneDisplay||(document.body.dataset.spy="scroll",_()("body").scrollspy({target:"#scrollingNav"})),_()(".form-control").on("focus change",function(){_()(this).removeClass("border-danger")}),_()(".sidenav").find("a").on("click",function(re){re.preventDefault();const ne=this.getAttribute("href");if(ce.template.aloneDisplay){const le=document.querySelector(".sidenav > li.active");le&&le.classList.remove("active"),this.parentNode.classList.add("active")}else{const le=document.querySelector(ne);le&&_()("html,body").animate({scrollTop:le.offsetTop},400)}window.location.hash=ne});function _t(re){let ne=!1;return _().each(re,le=>{ne=ne||(0,o.some)(re[le],se=>se.type)}),ne}function Mn(){_()('button[data-toggle="popover"]').popover().click(function(ne){ne.preventDefault()});const re=_()("#version strong").html();if(_()("#sidenav li").removeClass("is-new"),ce.template.withCompare&&_()("#sidenav li[data-version='"+re+"']").each(function(){const ne=_()(this).data("group"),le=_()(this).data("name"),se=_()("#sidenav li[data-group='"+ne+"'][data-name='"+le+"']").length,xe=_()("#sidenav li[data-group='"+ne+"'][data-name='"+le+"']").index(_()(this));(se===1||xe===se-1)&&_()(this).addClass("is-new")}),_()(".nav-tabs-examples a").click(function(ne){ne.preventDefault(),_()(this).tab("show")}),_()(".nav-tabs-examples").find("a:first").tab("show"),_()(".sample-request-content-type-switch").change(function(){_()(this).val()==="body-form-data"?(_()("#sample-request-body-json-input-"+_()(this).data("id")).hide(),_()("#sample-request-body-form-input-"+_()(this).data("id")).show()):(_()("#sample-request-body-form-input-"+_()(this).data("id")).hide(),_()("#sample-request-body-json-input-"+_()(this).data("id")).show())}),ce.template.aloneDisplay&&(_()(".show-group").click(function(){const ne="."+_()(this).attr("data-group")+"-group",le="."+_()(this).attr("data-group")+"-article";_()(".show-api-group").addClass("hide"),_()(ne).removeClass("hide"),_()(".show-api-article").addClass("hide"),_()(le).removeClass("hide")}),_()(".show-api").click(function(){const ne=this.getAttribute("href").substring(1),le=document.getElementById("version").textContent.trim(),se=`.${this.dataset.name}-article`,xe=`[id="${ne}-${le}"]`,Le=`.${this.dataset.group}-group`;_()(".show-api-group").addClass("hide"),_()(Le).removeClass("hide"),_()(".show-api-article").addClass("hide");let Re=_()(se);_()(xe).length&&(Re=_()(xe).parent()),Re.removeClass("hide"),ne.match(/_(header|footer)/)&&document.getElementById(ne).classList.remove("hide")})),ce.template.aloneDisplay||_()("body").scrollspy("refresh"),ce.template.aloneDisplay){const ne=decodeURI(window.location.hash);if(ne!=null&&ne.length!==0){const le=document.getElementById("version").textContent.trim(),se=document.querySelector(`li .${ne.slice(1)}-init`),xe=document.querySelector(`li[data-version="${le}"] .show-api.${ne.slice(1)}-init`);let Le=se;xe&&(Le=xe),Le.click()}}}function M(re){typeof re=="undefined"?re=_()("#version strong").html():_()("#version strong").html(re),_()("article").addClass("hide"),_()("#sidenav li:not(.nav-fixed)").addClass("hide");const ne={};document.querySelectorAll("article[data-version]").forEach(le=>{const se=le.dataset.group,xe=le.dataset.name,Le=le.dataset.version,Re=se+xe;!ne[Re]&&r().lte(Le,re)&&(ne[Re]=!0,document.querySelector(`article[data-group="${se}"][data-name="${xe}"][data-version="${Le}"]`).classList.remove("hide"),document.querySelector(`#sidenav li[data-group="${se}"][data-name="${xe}"][data-version="${Le}"]`).classList.remove("hide"),document.querySelector(`#sidenav li.nav-header[data-group="${se}"]`).classList.remove("hide"))}),_()("article[data-version]").each(function(le){const se=_()(this).data("group");_()("section#api-"+se).removeClass("hide"),_()("section#api-"+se+" article:visible").length===0?_()("section#api-"+se).addClass("hide"):_()("section#api-"+se).removeClass("hide")})}if(M(),_()("#versions li.version a").on("click",function(re){re.preventDefault(),M(_()(this).html())}),_()("#compareAllWithPredecessor").on("click",ee),_()("article .versions li.version a").on("click",J),_().urlParam=function(re){const ne=new RegExp("[\\?&]"+re+"=([^&#]*)").exec(window.location.href);return ne&&ne[1]?ne[1]:null},_().urlParam("compare")&&_()("#compareAllWithPredecessor").trigger("click"),window.location.hash){const re=decodeURI(window.location.hash);_()(re).length>0&&_()("html,body").animate({scrollTop:parseInt(_()(re).offset().top)},0)}document.querySelector('[data-toggle="offcanvas"]').addEventListener("click",function(){const re=document.querySelector(".row-offcanvas");re&&re.classList.toggle("active")}),_()("#scrollingNav .sidenav-search input.search").focus(),_()('[data-action="filter-search"]').on("keyup",U(re=>{const ne=re.currentTarget.value.toLowerCase();_()(".sidenav a.nav-list-item").filter((le,se)=>_()(se).toggle(_()(se).text().toLowerCase().indexOf(ne)>-1))},200)),_()("span.search-reset").on("click",function(){_()("#scrollingNav .sidenav-search input.search").val("").focus(),_()(".sidenav").find("a.nav-list-item").show()});function U(re,ne){let le=null;return(...se)=>{clearTimeout(le),le=setTimeout(re.bind(this,...se),ne||0)}}function J(re){re.preventDefault();const ne=_()(this).parents("article"),le=_()(this).html(),se=ne.find(".version"),xe=se.find("strong").html();se.find("strong").html(le);const Le=ne.data("group"),Re=ne.data("name"),ot=ne.data("version"),yt=ne.data("compare-version");if(yt!==le&&!(!yt&&ot===le)){if(yt&&qt[Le][Re][0]===le||ot===le)Ae(Le,Re,ot);else{let Rt={},dt={};_().each(Je[Le][Re],function(or,Kn){Kn.version===ot&&(Rt=Kn),Kn.version===le&&(dt=Kn)});const it={article:Rt,compare:dt,versions:qt[Le][Re]};it.article.id=it.article.group+"-"+it.article.name+"-"+it.article.version,it.article.id=it.article.id.replace(/\./g,"_"),it.compare.id=it.compare.group+"-"+it.compare.name+"-"+it.compare.version,it.compare.id=it.compare.id.replace(/\./g,"_");let et=Rt;et.header&&et.header.fields&&(it._hasTypeInHeaderFields=_t(et.header.fields)),et.parameter&&et.parameter.fields&&(it._hasTypeInParameterFields=_t(et.parameter.fields)),et.error&&et.error.fields&&(it._hasTypeInErrorFields=_t(et.error.fields)),et.success&&et.success.fields&&(it._hasTypeInSuccessFields=_t(et.success.fields)),et.info&&et.info.fields&&(it._hasTypeInInfoFields=_t(et.info.fields)),et=dt,it._hasTypeInHeaderFields!==!0&&et.header&&et.header.fields&&(it._hasTypeInHeaderFields=_t(et.header.fields)),it._hasTypeInParameterFields!==!0&&et.parameter&&et.parameter.fields&&(it._hasTypeInParameterFields=_t(et.parameter.fields)),it._hasTypeInErrorFields!==!0&&et.error&&et.error.fields&&(it._hasTypeInErrorFields=_t(et.error.fields)),it._hasTypeInSuccessFields!==!0&&et.success&&et.success.fields&&(it._hasTypeInSuccessFields=_t(et.success.fields)),it._hasTypeInInfoFields!==!0&&et.info&&et.info.fields&&(it._hasTypeInInfoFields=_t(et.info.fields));const fi=ge(it);ne.after(fi),ne.next().find(".versions li.version a").on("click",J),_()("#sidenav li[data-group='"+Le+"'][data-name='"+Re+"'][data-version='"+xe+"']").addClass("has-modifications"),ne.remove()}Mn(),g().highlightAll()}}function ee(re){re.preventDefault(),_()("article:visible .versions").each(function(){const le=_()(this).parents("article").data("version");let se=null;_()(this).find("li.version a").each(function(){_()(this).html()<le&&!se&&(se=_()(this))}),se&&se.trigger("click")})}function ie(re,ne){re.id=re.article.group+"-"+re.article.name+"-"+re.article.version,re.id=re.id.replace(/\./g,"_"),ne.header&&ne.header.fields&&(re._hasTypeInHeaderFields=_t(ne.header.fields)),ne.parameter&&ne.parameter.fields&&(re._hasTypeInParameterFields=_t(ne.parameter.fields)),ne.error&&ne.error.fields&&(re._hasTypeInErrorFields=_t(ne.error.fields)),ne.success&&ne.success.fields&&(re._hasTypeInSuccessFields=_t(ne.success.fields)),ne.info&&ne.info.fields&&(re._hasTypeInInfoFields=_t(ne.info.fields)),re.template=ce.template}function _e(re,ne,le){let se={};_().each(Je[re][ne],function(Le,Re){Re.version===le&&(se=Re)});const xe={article:se,versions:qt[re][ne]};return ie(xe,se),X(xe)}function Ae(re,ne,le){const se=_()("article[data-group='"+re+"'][data-name='"+ne+"']:visible"),xe=_e(re,ne,le);se.after(xe),se.next().find(".versions li.version a").on("click",J),_()("#sidenav li[data-group='"+re+"'][data-name='"+ne+"'][data-version='"+le+"']").removeClass("has-modifications"),se.remove()}function Te(re,ne,le){const se=[];return ne.forEach(function(xe){le?re.forEach(function(Le){const Re=Le.split(le);(Re[0]===xe||Re[1]===xe)&&se.push(Le)}):re.forEach(function(Le){Le===xe&&se.push(xe)})}),re.forEach(function(xe){se.indexOf(xe)===-1&&se.push(xe)}),se}function Pe(re,ne){const le=[];return ne.forEach(se=>{Object.keys(re).forEach(xe=>{re[xe].replace(/_/g," ")===se&&le.push(xe)})}),Object.keys(re).forEach(se=>{le.indexOf(se)===-1&&le.push(se)}),le}Mn()}})()})();
|